Hey all
I have hit an issue trying to build a project on Fedora 36 which has led me to believe that it is an SDK issue that is not yet released on Fedora package sources.
Simple way to replicate is to
1. clone https://github.com/AvaloniaUI/Avalonia
2. Change global.json "version" from "6.0.202" to "6.0.108" (the Fedora SDK version)
3. run build.sh
The first build warning "Could not load file or assembly 'Microsoft.CodeAnalysis, Version=4.1.0.0" lead me to this issue:
https://github.com/dotnet/sdk/issues/23972
Which in the end someone stated: "I confirmed that the dotnet CLI upgrade to SDK 6.0.202 has fixed this."
Which makes me thing there is an issue with the current SDK from Fedora sources? Can anyone else confirm this?
Regards
Pete