Sampler icon indicating copy to clipboard operation
Sampler copied to clipboard

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

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

Hi @gaelcolas, I would like some clarification on how changelog management works. Typically, how would this be accomplished? Do you need a separate changelog branch? What would a developers work...

documentation
help wanted
good first issue

There has been added more functionality to DscResource.DocGenerator that can create auto-documentation for public functions and also auto-create the sidebar (link "tree") in a the GitHub repository Wiki.

enhancement
help wanted

# Pull Request ## Pull Request (PR) description So far the `PSModulePath` configured in the `build.yml` was a static value. Do make it more flexible, the `PSModulePath` is not expanded....

waiting for code fix

# Pull Request ## Pull Request (PR) description ### Changed - When resolving dependencies using PSResourceGet, it now uses parallelization to more quickly get the dependencies downloaded. ## Task list...

waiting for code fix

I'm new to Sampler, so I'm reading the README.md. I spotted, what I believe, is a typo. But is confuses me what is mend. When I look at the first...

documentation
help wanted

I'm developing a module to provide some DSC resources, and then I discovered sampler. Since it's a good idea to do the same things as the community around something, I've...

documentation
help wanted

### Problem description I create a new module based on Sampler using this code: When I configure this module to require a module that in turns requires another module, the...

### Problem description It is easy to not know or forget that tags in the module manifest are not allowed, this would fail to deploy the module. It is also...

help wanted
good first issue
tests

### Problem description When the same commit hadhaveseveral tags on it. Example for DFSDsc ``` PS > git tag -l --points-at 89db2baa582d6774e5cc5ac2096eabf5ecf29dd2 5.0.0-preview0001 v4.5.0-preview0002 v5.0.0 v5.0.0-preview0001 ``` ### Verbose logs...

enhancement
help wanted

Fixing template and deprecating an old task we probably shouldn't be using anymore... Asking @johlju to review and assess the impact. - - - This change is [](https://reviewable.io/reviews/gaelcolas/Sampler/428)