-
DSC resource kit modules should use [semantic versioning](https://semver.org). There are issues when using non-semantic versioning and newer versions of NuGet.
NuGet will normalize versions to be …
-
Add this module to the [DSC Resource Kit](https://github.com/PowerShell/DscResources).
Prerequisites referenced [here](https://github.com/PowerShell/DscResources/issues/417).
-
I suggest we look at adding the GitHub App [Review Me](https://github.com/z0al/probot-review-me) to all DSC Resource Kit repositories. It will help by adding the *needs review* tag when all the status…
-
Puppet and Chef can use DSC Resources. However, they use them in a different way to the DSC LCM. It would be good to confirm if Puppet/Chef has any issues with resources when the input parameters in G…
-
PSSA 1.18 includes many improvements that might help DSC Resource kit.
The PSUseConsistentWhitespace could be used here and in the template to reduce PR comments.
The PSUseConsistentIndentation coul…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
xPSDesiredStateConfiguration has been chosen as one of the two modules in the DSC Resource Kit to be updated to an experimental High Quality Resource Module. 'High Quality' here means that you would b…
-
The parts of descriptions for known modules (e.g. published in DSC Resource Kit) can be fullfiled from previously prepared data files what can be part of module.
```
$MetaString = @'
module:
ve…
-
As a DSC resource kit contributor
I want to be able to see the amount of time spent running tests in each file/fixture
So that my test I can identify tests that might be targets for improving perfor…
-
The DSCResources/MSFT_xDSCWebService/PSWSIISEndpoint.psm1 module should be refactored to bring it in line with DSC Resource Kit Style Guidelines and Best Practices.
This includes the following task…