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

Add Full Trim support #17

Merged
merged 1 commit into from
Feb 26, 2024
Merged

Add Full Trim support #17

merged 1 commit into from
Feb 26, 2024

Conversation

kvpt
Copy link
Contributor

@kvpt kvpt commented Feb 25, 2024

On .NET 8, the default trim mode is now full.
This cause issues when libraries are not annotated properly.
Adding IsTrimmable to True at project level enable the compiler to show those missing annotations.
This PR add the two missing one allowing the use of this library in full trim mode.

@thomaslevesque
Copy link
Owner

Hi @kvpt,

Thanks for the PR. I haven't really bothered looking into how trimming works so far, but this looks like a quick win!

@thomaslevesque thomaslevesque merged commit 6af744c into thomaslevesque:master Feb 26, 2024
2 checks passed
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.

2 participants