gir.core
gir.core copied to clipboard
Use most recent .NET SDK Version for CI builds
There is a bug in SDK 6.0.200 which fails the code format verification. See: https://github.com/dotnet/format/issues/1519
Revert commit d04fbfcf41596cb2255ed969ee0333335c8baccd once the bug is solved.
Failed build: https://github.com/gircore/gir.core/runs/5220806768?check_suite_focus=true Working build only SDK-Version set to 6.0.102: https://github.com/gircore/gir.core/runs/5222828020?check_suite_focus=true
Verify if merging https://github.com/gircore/gir.core/pull/561 fixes the issue as some reporters state that the nuget is missing in their error messages.
As there is a new release but the bug is still present I opened a new bug to get this fixed: https://github.com/dotnet/format/issues/1572
The current dotnet version 6.0.202 reports a non 0 exit code because of the warning of: #511
In case the ModuleInitializerAttribute
is removed we can use the most recent dotnet version again.