Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use most recent .NET SDK Version for CI builds #559

Closed
badcel opened this issue Feb 17, 2022 · 3 comments · Fixed by #660
Closed

Use most recent .NET SDK Version for CI builds #559

badcel opened this issue Feb 17, 2022 · 3 comments · Fixed by #660
Labels
bug Something isn't working

Comments

@badcel
Copy link
Member

badcel commented Feb 17, 2022

There is a bug in SDK 6.0.200 which fails the code format verification. See: dotnet/format#1519

Revert commit d04fbfc 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 badcel added the bug Something isn't working label Feb 17, 2022
@badcel
Copy link
Member Author

badcel commented Feb 18, 2022

Verify if merging #561 fixes the issue as some reporters state that the nuget is missing in their error messages.

@badcel
Copy link
Member Author

badcel commented Apr 13, 2022

As there is a new release but the bug is still present I opened a new bug to get this fixed: dotnet/format#1572

@badcel
Copy link
Member Author

badcel commented Apr 15, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant