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

implement full .NET 9 support #2456

Merged
merged 1 commit into from Nov 1, 2023
Merged

implement full .NET 9 support #2456

merged 1 commit into from Nov 1, 2023

Conversation

adamsitnik
Copy link
Member

@adamsitnik adamsitnik commented Oct 31, 2023

fixes #2455

dotnet run -c Release -f net8.0 --filter *IntroBasic* --job dry --runtimes net8.0 net9.0 nativeaot8.0 nativeaot9.0 mono8.0 mono9.0

I've verified that all new monikers work and do what is expected (build as net9.0):

image

And that CoreRun Toolchain works as expected too:

image

@adamsitnik adamsitnik added this to the v0.13.10 milestone Oct 31, 2023
@MichalPetryka
Copy link
Contributor

do what is expected

image
Why are the intrinsics different?

@adamsitnik adamsitnik merged commit ae49148 into master Nov 1, 2023
12 checks passed
@adamsitnik adamsitnik deleted the net9support branch November 1, 2023 09:37
@adamsitnik
Copy link
Member Author

Why are the intrinsics different?

Mono must have changes sth (most likely they implemented some of the intrinsics)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.NET 9 support
4 participants