PSScriptAnalyzer icon indicating copy to clipboard operation
PSScriptAnalyzer copied to clipboard

Create a NuGet package from the .NET library

Open pvandervelde opened this issue 7 years ago • 3 comments

Pull request #262 added the ability to use the script analyzer code from a .NET library. It would be awesome if a release of the PSScriptAnalyzer also published a NuGet package with the .NET libraries so that we can use it from our .NET Solutions.

pvandervelde avatar Apr 13 '17 05:04 pvandervelde

If I may add to this, I'd like it to support .NET Core as well. At the moment I'm using PSScriptAnalyzer in ASP.NET Core, via a pwsh7 process. It works, but feels janky and slow. A proper library would be nice 😊

khaffner avatar Aug 05 '20 10:08 khaffner

We're actually already working toward this -- added a label to indicate that

rjmholt avatar Aug 05 '20 15:08 rjmholt

Tracking this request also around this scenario: https://github.com/PowerShell/PSScriptAnalyzer/issues/1581 https://www.powershellgallery.com/packages/ConvertToSARIF/1.0.0

SydneyhSmith avatar Feb 02 '21 23:02 SydneyhSmith