microsoft/PSRule

Move to Sarif.Sdk greater then 2.4.16

Open

#1.470 geöffnet am 11. März 2023

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (65 Forks)auto 404
.NETdependenciesfeature: corehelp wanted

Repository-Metriken

Stars
 (469 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

After Sarif.Sdk v2.4.16, the package reverted dependencies to only require a older version v9.0.1 (or newer) of Newtonsoft.Json then previously supported. This by default conflicts with Windows PowerShell because of the older style version pinning and binding redirects in .NET Framework.

Unfortunately we haven't been able to get this to work so far #1445.

While we still support Windows PowerShell we need to work around this. We're not going to drop support for Windows PowerShell with PSRule v3 but this will probably happen in v4.

Contributor Guide