Skip to content

Conversation

@vaind
Copy link
Collaborator

@vaind vaind commented Nov 23, 2023

Follows up on #2889 getting rid of all the conditions to enable partial support of NativeAOT on net7. The support hasn't been out other than on a pre-release and .net7 is not an LTS release and it's unlikely many projects would choose to keep using it with NativeAOT now that net8 is out and improves it greatly. Also see discussions on #2886

#skip-changelog

#else
IsNativeAot = false;
// This is a compile-time const so that the irrelevant code is removed during compilation.
internal const bool IsNativeAot = false;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better!

Copy link
Collaborator

@jamescrosswell jamescrosswell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks all good, presuming all the tests pass 👍🏻

@vaind vaind merged commit 2e4649c into feat/4.0.0 Nov 23, 2023
@vaind vaind deleted the chore/net8-native-aot branch November 23, 2023 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants