Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs/Multitool.md shows dependency on unsupported . net core 2.1 #36

Open
ncook-hxgn opened this issue Dec 14, 2023 · 2 comments
Open

Comments

@ncook-hxgn
Copy link

https://dotnet.microsoft.com/en-us/download/dotnet/2.1 shows that net core 2.1 is EOL and unsupported, but docs/Multitool.md says is as a prerequisite.

The sarif.multitool I have uses netcoreapp3.1 or something as a runtime..

Does this tool work with netcore 6.x or 8.x?

@KalleOlaviNiemitalo
Copy link

Related to microsoft/sarif-sdk#2511 and microsoft/sarif-sdk#2766.

@ncook-hxgn
Copy link
Author

Any progress? Just tried to run sarif.exe 4.3.3 on a build VM 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants