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

downgrades analyzers to address compiler version conflict temporarily #932

Merged

Conversation

ebozduman
Copy link
Collaborator

This PR is to temporarily address the compiler mismatch issue the latest Roslynator analyzer version upgrade caused by simply downgrading those 2 analyzer packages.

CSC : error CS9057: The analyzer assembly '.../.nuget/packages/roslynator.analyzers/4.6.4/analyzers/dotnet/cs/Roslynator.CSharp.Analyzers.dll' references version '4.6.0.0' of the compiler, which is newer than the currently running version '4.4.0.0'. [.../ersan/work/src/github.com/minio/minio-dotnet/Minio/Minio.csproj::TargetFramework=net6.0]
CSC : error CS9057: The analyzer assembly '.../.nuget/packages/roslynator.formatting.analyzers/4.6.4/analyzers/dotnet/cs/Roslynator.Formatting.Analyzers.dll' references version '4.6.0.0' of the compiler, which is newer than the currently running version '4.4.0.0'. [.../work/src/github.com/minio/minio-dotnet/Minio/Minio.csproj::TargetFramework=net6.0]

@harshavardhana harshavardhana merged commit 9f653ee into minio:master Nov 29, 2023
7 checks passed
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

Successfully merging this pull request may close these issues.

2 participants