gir.core icon indicating copy to clipboard operation
gir.core copied to clipboard

Use most recent .NET SDK Version for CI builds

Open badcel opened this issue 3 years ago • 3 comments

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

badcel avatar Feb 17 '22 15:02 badcel

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.

badcel avatar Feb 18 '22 11:02 badcel

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

badcel avatar Apr 13 '22 18:04 badcel

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.

badcel avatar Apr 15 '22 05:04 badcel