Is BC.NET in general AOT-compatible? #651
-
|
Is BC.NET in general AOT-compatible? Especially the PGP infrastructure provided by BC.NET? Best regards, |
Beta Was this translation helpful? Give feedback.
Answered by
peterdettman
Oct 30, 2025
Replies: 1 comment 2 replies
-
|
I believe so, based on testing and limited user feedback. We only publish versions built up to .NET 6, but I test building for .NET 8 with the IsAotCompatible analyzers enabled and get no warnings. In any case, it is a goal to be AOT-compatible, so if you run into problems we would try to fix them. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
drauch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe so, based on testing and limited user feedback. We only publish versions built up to .NET 6, but I test building for .NET 8 with the IsAotCompatible analyzers enabled and get no warnings.
In any case, it is a goal to be AOT-compatible, so if you run into problems we would try to fix them.