PowerShell / PSScriptAnalyzer

Download ScriptAnalyzer from PowerShellGallery
https://www.powershellgallery.com/packages/PSScriptAnalyzer/
MIT License
1.8k stars 366 forks source link

Linux Build for PSScriptAnalyzer Module #1960

Closed kirkpabk closed 4 months ago

kirkpabk commented 5 months ago

Since PowerShell is largely cross-platform. Have you all thought about or seriously considered creating a Linux build for this, as well? Even though it might not be 100% inclusive, even basic functionality is a win for the community.

SydneyhSmith commented 5 months ago

@kirkpabk this module is cross-platform...are you hitting any issues or is there something specific you are looking for? Thanks!

bergmeister commented 5 months ago

Correct. The product can be used on any non-Windows platform where PowerShell 7 is supported on. The build for PowerShell 7 is using the cross platform version of .NET, therefore you can use this module . You will find that we the test the build continuously on Ubuntu and MacOs. The build itself happens on Windows so we can build the Windows PowerShell binaries at the same point and build the product itself on a Linux server does not make any difference to the consumer.