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
$ sarif You must install or update .NET to run this application.
App: C:\Users\paulo.morgado\.dotnet\tools\sarif.exe
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '3.1.0' (x64)
.NET location: C:\Program Files\dotnet\
The following frameworks were found:
6.0.26 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
7.0.15 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
8.0.0 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
8.0.1 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Learn more:
https://aka.ms/dotnet/app-launch-failed
To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=3.1.0&arch=x64&rid=win-x64&os=win10
.NET 3.1 has been out of support since December 13, 2022.
The text was updated successfully, but these errors were encountered:
Any progress? Just tried to run sarif.exe 4.3.3 on a build VM (Winserver 2022) with the current dotnet LTS (8.0) and got the following error:
S:\a\_tool\Sarif.Multitool\4.3.3\x64\sarif.exe convert 'S:\a\1\a\CodeAnalysisLogs\ConsoleApplication1.cppcheck.xml' --tool CppCheck --output 'S:\a\1\a\CodeAnalysisLogs\ConsoleApplication1.cppcheck.xml.sarif' --log ForceOverwrite
You must install or update .NET to run this application.
App: S:\a\_tool\Sarif.Multitool\4.3.3\x64\sarif.exe
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '3.1.0' (x64)
##[debug]task result: Failed
##[error]SARIF Multitool failed with exit code 2147516566
At this point, supporting dotnet 6 will buy you two weeks of running on a supported dotnet LTS. Any chance you could target 8.0?
When running Sarif.Multitool installed from https://www.nuget.org/packages/Sarif.Multitool/4.4.0, I get:
.NET 3.1 has been out of support since December 13, 2022.
The text was updated successfully, but these errors were encountered: