Sampler icon indicating copy to clipboard operation
Sampler copied to clipboard

Module template with build pipeline and examples, including DSC elements.

Results 51 Sampler issues
Sort by recently updated
recently updated
newest added

### Problem description We have always used the following indentation style for pipelines in DSC Community repositories (HQRM modules). ``` "powershell.codeFormatting.pipelineIndentationStyle": "IncreaseIndentationForFirstPipeline", ``` but currently the template is set to...

enhancement
help wanted
good first issue

We should also create issues for the guideline for class-based specific rules that are missing.

enhancement
help wanted

When you have a configuration error and the merge may not be finding the files, be more explicit about Where the files are expected. ``` ERROR: Found 0 code coverage...

enhancement
help wanted

We should move and update the test templates from here https://github.com/PowerShell/DscResource.Template/tree/master/Tests to this repo. For example the integration tests are missing in this repo.

enhancement
help wanted

The CHANGELOG has a mix of present, past, and imperative tenses for the first verb ... e.g., Update, Updating, and Updated can be seen. As I'm sure that you're aware,...

discussion

Perhaps another way would be to add an option to the `Plaster` template that asks for the `vmImage` to use and which has a default value of `windows-latest` or `ubuntu-latest`....

enhancement
help wanted

# Description We should add the tests following Ben's example to "mock" methods with script properties: https://github.com/bgelens/DockerDsc/blob/Dev/Tests/Unit/DockerService.Tests.ps1#L39

enhancement
help wanted
good first issue

We should add comment based help for all the tasks. This is an example from DscResource.DocGenerator. ``` ```

documentation
help wanted
good first issue

Loading required modules can be a problem when you Save-Module a module that loads a DLL in the session, such as powershell-yaml. When the Module is already present (i.e. during...

enhancement
help wanted

We should add unit tests to all the tasks. Example unit tests for a task below. It was copied here due to the original was changed in a way that...

help wanted
tests