NET9 Support#4851
Conversation
|
@dotnet-policy-service agree |
manfred-brands
left a comment
There was a problem hiding this comment.
Thanks @Lachstec for your contribution
We need to keep net8.0
Remove accidentally commited files
|
It looks like the linux build failed due to: |
|
I think so to. I spent some time trying to figure out what the issue could be, but it is likely related to some internal things of .NET. Build is failing with the same exception on MacOS. |
|
I've tried rerunning the builds as RC2 was released this past Tuesday. The present state is all three builds (Windows, Linux, Mac) fail with the following error:
We'll have to look into this |
|
I will look into it This Weekend. Thank you for trying with the new RC. |
|
This may actually be unrelated to .NET 9, and instead related related to a change in the latest version of the SDK. There's a workaround listed here: dotnet/sdk#44026 @Lachstec This fix may actually be better as a separate PR so that main can continue to build. We'd welcome a second PR here if you're interested, or I could put one up myself sometime this weekend if you can't. |
|
@stevenaw Thought so, as I already stumbled on this Issue while trying to fix the build. I will open a PR with the fix mentioned there in a minute. |
|
Tests are passing, so we should be good to go when version 9 drops. |
|
.NET 9 has launched today 🎉 @Lachstec The PR is listed as a |
|
CI fails because of formatting issues. Should I address them in a separate pr? |
Ok, if the changes to the |
manfred-brands
left a comment
There was a problem hiding this comment.
@Lachstec Thanks for your patience.
|
No problem, hope that it works out now ;) |
|
LGTM. Thanks for your contribution @Lachstec ! |
Changes that are needed in order to support .NET 9.0
Fixes #4846
Work in progress PR in order to prepare for the release of version 9.0.