RemcoKapinga

Results 3 issues of RemcoKapinga

Steps to reproduce --------------- Supposing a Pester Test file like below: ```powershell $here = $PsScriptRoot Describe 'My Module' { BeforeAll { $module = Import-Module "$here\MyModule.psd1" } AfterAll { $module |...

Issue - Enhancement
Area - Rules
Area - PSUseDeclaredVarsMoreThanAssignments

When using a private repository (for example, a VSTS / NuGet based repository), using Credentials is required. `Find-Module` and `Find-Script` support the use of a `-Credential` parameter, while `Find-DscResource` does...

Issue-Enhancement
Up-For-Grabs
good first issue

### Description For advanced use cases, it would be very useful to enable working with linked or references models, and allowing cross usage. I foresee a workflow where i can...