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

Are we updating the .NET core dependencies of the Assembly Analyzer to latest version #6575

Closed
dragon040 opened this issue Apr 11, 2024 · 3 comments
Labels

Comments

@dragon040
Copy link

Right now .NET core 6.x needs to be installed for this analyzer to work.

The error says [ERROR] Could not execute .NET AssemblyAnalyzer, is the dotnet 6.0 runtime or sdk installed?

but even after installing the latest SDK and not dotnet 6 it doest work.

@aikebah
Copy link
Collaborator

aikebah commented Apr 12, 2024

The hard requirement is that at least version 6 of the dotnet runtime is available, not 'version 6 or newer', so installing only latest dotnet SDK will indeed not be sufficient, you need to install v6 of the runtime or sdk too for it to work.

@jeremylong
Copy link
Owner

I'll update the grokassembly project to use 8

@jeremylong
Copy link
Owner

See #6580

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants