You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jakerobinson For PowerShell Core, the minimum supported version is 6.0.2, you need to update your version.
This is documented on the Release page here but we should also document it in the main Readme (and we should throw a specific error in the next version of PSSA). The reason for requiring at least 6.0.2 is a bug in the NuGet packages of the reference asemblies for SMA in PS 6.0.0 and 6.0.1
The psd1 specifies a minimum of 3.0 because we also support Windows PowerShell, therefore we cannot use that field. But the idea would be to add custom code in the psm1 file for throwing a custom error. As an aside: PS 6.1 will get released in 1 month, therefore 6.0 is only half a year away from being deprecated.
Before submitting a bug report:
Steps to reproduce
Expected behavior
Actual behavior
If an unexpected error was thrown then please report the full error details using e.g.
$error[0] | Select-Object *
Environment data
The text was updated successfully, but these errors were encountered: