-
Notifications
You must be signed in to change notification settings - Fork 122
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
.NET 8 version conflicts with Microsoft.CodeAnalysis.VisualBasic nuget package #171
Comments
A typical ASP.NET Core project references package |
Thanks for the response! We try to understand why these dependencies are shipped with the package. |
I disaggree. Sadly, both |
@lkosson Thank you for the package it is very useful for us as we move into .net core. There are newer versions out there for the Not sure if it will solve the specific version issue as even after upgrading to .net core 8.0 there are some unresolved conflicts arising from EF packages
|
See my comment from 2024-01-12 in this thread. You can manually install newer version of |
Hi @lkosson Thanks for this package. I have the same issue. Is the solution to install Thank you |
Either:
|
Hi @lkosson It looks like I don't have It's a dot-net 8 Blazor Web App. Thank you |
Then perhaps some other of your packages has different version of |
We want to migrate out solution to .NET 8 and have a version conflict using ReportViewerCore.NETCore.
We discovered that ReportViewerCore.NETCore ships Microsoft.CodeAnalysis.VisualBasic 4.8.0-3 final as dependency.
Is there a reason why CodeAnalyser is delivered as dependency? Normally CodeAnalyser should not be delivered as a dependency of a nuget package.
Removing the Microsoft.CodeAnalysis.VisualBasic from the output would solve our issue. We provide a PR for this change.
The text was updated successfully, but these errors were encountered: