dunet icon indicating copy to clipboard operation
dunet copied to clipboard

Dunet 1.11.3 introduces dependency on compiler version not available on some Linux distributions

Open ArXen42 opened this issue 8 months ago • 1 comments

Since Microsoft.CodeAnalysis.CSharp in Dunet.Generator was updated to version 4.13.0 I get the following error during compilation on linux:

CSC: Warning CS9057 : The analyzer assembly '/home/user/.nuget/packages/dunet/1.11.3/analyzers/dotnet/Dunet.Generator.dll' references version '4.13.0.0' of the compiler, which is newer than the currently running version '4.12.0.0'.

It seems that compiler versions on at least Arch and maybe Ubuntu have not caught up yet.

Not a big deal, for now I've just downgraded to previous version, but perhaps it would be better for compatibility to simply freeze Microsoft.CodeAnalysis.CSharp to 4.12.0 for now?

ArXen42 avatar Jun 21 '25 11:06 ArXen42

Same for me

Tweentyy avatar Jun 24 '25 09:06 Tweentyy