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

ROSLYNATOR fails due to missing .net 8.0.0 after v.8.4 update #4600

Open
TommyE123 opened this issue Jan 27, 2025 · 1 comment
Open

ROSLYNATOR fails due to missing .net 8.0.0 after v.8.4 update #4600

TommyE123 opened this issue Jan 27, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@TommyE123
Copy link
Contributor

Describe the bug
When using Roslynator the following error occurs using the latest version v8.4.0.

Screenshots


Unable to extract version with regex re.compile('\\d+(\\.\\d+)+') from ERROR
❌ Linted [CSHARP] files with [roslynator]: Found 2 error(s) - (4.07s)
- Using [roslynator vERROR] https://megalinter.io/8.4.0/descriptors/csharp_roslynator
- MegaLinter key: [CSHARP_ROSLYNATOR]
- Rules config: identified by [roslynator]
- Number of files analyzed: [2]
- Commands:
  [dotnet restore MVC_UI/MVC_UI.csproj]
  [roslynator analyze MVC_UI/MVC_UI.csproj]
  [dotnet restore UnitTests/UnitTests.csproj]
  [roslynator analyze UnitTests/UnitTests.csproj]
[roslynator] MVC_UI/MVC_UI.csproj - ERROR - 1 error(s)
--Error detail:
You must install or update .NET to run this application.

App: /root/.dotnet/tools/roslynator
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '8.0.0' (x64)
.NET location: /usr/lib/dotnet

The following frameworks were found:
  9.0.1 at [/usr/lib/dotnet/shared/Microsoft.NETCore.App]

Additional context
Roslynator v0.9.3 currently appears to not support .net 9 and requires .net 8 still.

@TommyE123 TommyE123 added the bug Something isn't working label Jan 27, 2025
@nvuillam
Copy link
Member

All dotnet linters are failing 😭😭
But they are working on our CI test cases... what the hell is happening ? 😭😭

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants