Sebastian Kämpfer

Results 1 issues of Sebastian Kämpfer

My setup: - PowerShell Core 7.2.1 - PowerShellStandard.Library 5.1.0 I have the following C# cmdlet: ```csharp [Cmdlet(VerbsDiagnostic.Test,"SampleCmdlet")] public class TestSampleCmdletCommand : PSCmdlet { [Parameter( Mandatory = false, ValueFromPipelineByPropertyName = true)]...