PowerShellStandard icon indicating copy to clipboard operation
PowerShellStandard copied to clipboard

Results 37 PowerShellStandard issues
Sort by recently updated
recently updated
newest added

Just curious if this approach is correct. PS6 includes System.Runtime.CompilerServices.Unsafe 4.0.5.0, but PSStandard 5.1 doesn't reference this. # Reproduce 1. Build a psmodule package and take Microsoft.Extensions.Primitives as a package...

### Summary of the new feature / enhancement It seems that `Microsoft.PowerShell.Standard.Module.Template::7.0.0-preview.1` does not report a dotnet new template to be available. ```shell PS C:\> dotnet new install Microsoft.PowerShell.Standard.Module.Template::7.0.0-preview.1 The...

### Prerequisites - [X] Write a descriptive title. - [X] Make sure you are able to repro it on the latest version - [X] Search the existing issues. ### Steps...

### Summary of the new feature / enhancement As a Developer I want to be able to add documentation to my PowerShell Commands. I've looked around for 3rd party utilities...

I want to use serilog in the pwsh module to record log information, but when I install it in nuget and use it in the code, my module will not...

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)]...

Is this project abandoned and if so what is the new approach to writing PowerShell cmdlets in .net, specifically .net 5.0 and above? The last release was over a year...

The following properties are missing from [`class ProviderInfo` in version 7 prerelease 1](https://github.com/PowerShell/PowerShellStandard/blob/c7c7ad3fa406631c57a307704bd86c6ff80c676f/src/5/System.Management.Automation-lib.cs#L4310-L4324): ```cs public bool VolumeSeparatedByColon public char ItemSeparator public char AltItemSeparator ``` The last two, `ItemSeparator` and `AltItemSeparator`,...

From the webjobs there are no issues the Powershell implementation runs correctly. But the same implementation when moved to Azure functions throws issue like 'SQLCMD.EXE is not recognized as an...

I'm trying to target both PowerShell 7+ and Windows PowerShell 5.1 using the PowerShellStandard.Library 5.1 nuget package within my C# project and when I try to build it cannot find...