Page 1 of 1

Problem with Version connflict

Posted: Wed Mar 06, 2024 10:31 am
by dikan
I am trying to add Stimulsoft to my blazor application. When I am installing the Stimulsoft package I receive the following error.

Severity Code Description Project File Line Suppression State Details
Error NU1107 Version conflict detected for Microsoft.CodeAnalysis.CSharp. Install/reference Microsoft.CodeAnalysis.CSharp 4.8.0 directly to project Bezra to resolve this issue.
Bezra -> Stimulsoft.Reports.Blazor 2024.2.1 -> Stimulsoft.Reports.Engine.Blazor 2024.2.1 -> Microsoft.CodeAnalysis.CSharp (>= 4.8.0)
Bezra -> Microsoft.EntityFrameworkCore.Design 8.0.2 -> Microsoft.CodeAnalysis.CSharp.Workspaces 4.5.0 -> Microsoft.CodeAnalysis.CSharp (= 4.5.0). Bezra E:\RadzenApp\Bezra\Bezra.csproj 1

Please ASAP answer.

Re: Problem with Version connflict

Posted: Wed Mar 06, 2024 10:47 am
by Max Shamanov
Hello,

Please send us a sample project that reproduces the issue.

Thank you.

Re: Problem with Version connflict

Posted: Wed Mar 06, 2024 11:24 am
by dikan
It was easy. Just make new project, add EntityFrameworkCore and VOALA. No Stimulsoft.

Re: Problem with Version connflict

Posted: Thu Mar 07, 2024 9:22 am
by Max Shamanov
Hello,

We need some time to investigate the issue. We will let you know about the result.

Thank you.

Re: Problem with Version connflict

Posted: Thu Mar 07, 2024 10:10 am
by dikan
What time do you need and for what?
My first message indicates the problem very clearly. EntityFramework requires the MicrosoftCodeAnalysis library strictly version 4.5 while your library requires version 4.8 or higher of the same libriry. Until either you or Microsoft on EntityFramework change the terms, nothing will happen.
Now, only if you are going to demand that Microsoft release a new version of EntityFramework...

Re: Problem with Version connflict

Posted: Thu Mar 07, 2024 3:39 pm
by Max Shamanov
Hello,

The error you sent us says the following "Install/reference Microsoft.CodeAnalysis.CSharp 4.8.0 directly to project Bezra to resolve this issue".

Thank you.

Re: Problem with Version connflict

Posted: Thu Mar 07, 2024 4:05 pm
by dikan
Thanks. It seems to work.

Re: Problem with Version connflict

Posted: Fri Mar 08, 2024 10:51 am
by Max Shamanov
Hello,

Yoy are Welcome!