PowerShellStandard icon indicating copy to clipboard operation
PowerShellStandard copied to clipboard

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

dotnet new psmodule --add-tests would create: foo/src/foo.csproj foo/test/foo.Tests.ps1 (opening this so I remember)

Up-for-Grabs
Area-DotnetNew

[ValidateArgumentsAttribute.Validate](https://docs.microsoft.com/en-us/dotnet/api/system.management.automation.validateargumentsattribute.validate?view=pscore-6.0.0) method is actually an abstract method, but it is not abstract in the reference assembly. So the code that calls the ValidateArgumentsAttribute.Validate method will not produce a compile error,...

Observed in a VSTS environment but I think it applies to `nuget.exe` in general: Using the `NuGetCommand@2` task, nuget.exe of version `4.1.0` is being used (locally installed version). When referencing...

Sorry, this is just a question, because I'm actually not sure: If the PowerShell 3 version of the reference library defines this PS5 method overload: ```csharp public abstract class ContainerCmdletProvider...

I understand the first goal is to deliver an MVP for version 3/5.1 of the standard but having a version 4 in the future would be nice in scenarios where...

Up-for-Grabs

### Summary of the new feature / enhancement ```c# class SystemPolicy { public static SystemEnforcementMode GetSystemLockdownPolicy(); public static SystemEnforcementMode GetLockdownPolicy(string path, SafeHandle handle); public static SystemScriptFileEnforcement GetFilePolicyEnforcement(string filePath, FileStream fileStream);...

### 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...

ITNOA As you know, this project is very old, (last commits for more than 5 years ago) PowerShell 7.6 coming soon, and .NET 10 is released, but we do not...