Johan Ljunggren

Results 245 issues of Johan Ljunggren

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

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

documentation
help wanted
good first issue

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

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

If the rule is testing a function hat has a parameter with a type that is not loaded into the session the rule fails on all parameters in all examples....