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

When I'm on the move I work through a 4G connection which is normally fast. But when being out in remote areas the 4G connection gets slower. The result is...

needs investigation

Suggestion raised in PR in other repo to add version indicators to build and pipeline files so that it is easier to detect if a file needs updating.

enhancement
help wanted

When the build task is run it should remove imported modules that exist in the folder Modules. The problem is that the modules remain imported after a build and any...

enhancement
help wanted

Running this ``` .\build.ps1 -Tasks noop -ResolveDependency .\build.ps1 -Tasks build Get-DscResource ``` Generates this ``` ImportCimAndScriptKeywordsFromModule : A second CIM class definition for 'DSC_Folder' was found while processing the schema...

bug
help wanted

If the old test framework folder `DscResource.Tests` is present in the local repository folder the build will fail with an strange error (which is because the code searches for *.psd1...

enhancement
help wanted

If the change log contains `ÙTF-8` instead of `UTF-8` the GitHub release fails with the error ``` ERROR: {"message":"Problems parsing JSON","documentation_url":"https://developer.github.com/v3/repos/releases/#create-a-release"} At /Users/johlju/source/xFailOverCluster/output/RequiredModules/Sampler/0.99.0/tasks/GitHubRelease.functions.ps1:71 char:17 ``` We should remove any invalid...

enhancement
help wanted

is there any documentation available to implement this fantastic module builder to bitbucket, jenkins, jira, nexus stack? All I heard it would be simple, but it's pretty hard when you're...

question

### Problem description I have a function Show-ParlObjectUsingANSIColor and a test (see both below). When I run them directly (in a PowerShell console) with Pester both as inline or as...

### Problem description There are [breaking changes](https://github.com/GitTools/GitVersion/releases/tag/6.0.0) in GitVersion that fails builds in projects using Sampler. Workaround is to pin an older version. Notable breaking changes are configuration properties that...

enhancement
help wanted