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

Native AOT #92

Merged
merged 13 commits into from
Nov 16, 2023
Merged

Native AOT #92

merged 13 commits into from
Nov 16, 2023

Conversation

feO2x
Copy link
Owner

@feO2x feO2x commented Sep 24, 2023

Fixes #88

Light.GuardClauses now explicitly targets .NET 8 and enables IsAotCompatible for it. I had to rework the EnumInfo<T> class and add the DynamicallyAccessedMembersAttribute to some parameters of the type assertions (but these shouldn't be used in AOT scenarios anyway).

We should only merge this PR once .NET 8 is released.

Signed-off-by: Kenny Pflug <kenny.pflug@live.de>
…ons when targeting .NET 8

Signed-off-by: Kenny Pflug <kenny.pflug@live.de>
Signed-off-by: Kenny Pflug <kenny.pflug@live.de>
Signed-off-by: Kenny Pflug <kenny.pflug@live.de>
Signed-off-by: Kenny Pflug <kenny.pflug@live.de>
Signed-off-by: Kenny Pflug <kenny.pflug@live.de>
…ences

Signed-off-by: Kenny Pflug <kenny.pflug@live.de>
Signed-off-by: Kenny Pflug <kenny.pflug@live.de>
Signed-off-by: Kenny Pflug <kenny.pflug@live.de>
Signed-off-by: Kenny Pflug <kenny.pflug@live.de>
@feO2x feO2x linked an issue Sep 24, 2023 that may be closed by this pull request
@feO2x feO2x merged commit ee447b0 into dev Nov 16, 2023
1 check passed
@feO2x feO2x deleted the features/native-aot branch October 29, 2024 05:45
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.

Native AOT analysis
1 participant