dunet
dunet copied to clipboard
Dunet 1.11.3 introduces dependency on compiler version not available on some Linux distributions
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?
Same for me