-
Notifications
You must be signed in to change notification settings - Fork 248
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
Linker warnings from the AES code when publishing a NativeAOT application #664
Comments
I see other warning with |
@Numpsy I think we can close this one, as it was specific to aes. Thanks a lot for your help with that. I'll try to look into the other issues for Native AOT but any help would be appreciated 😁 |
I've done a bit in that area on other projects by adding attributes and such so I can have a look at some point, though I don't know when I'll have time. For the record, you get warnings about the graphics code, and a similar one in AddPageFactory, as regular build warnings if you enable the |
Hi,
I've been doing some tests with publishing some apps as NativeAOT to see what works and when I built an app that references PdfPig I noticed this in the build logs:
And then I also notice that the MS docs at https://learn.microsoft.com/en-us/dotnet/api/system.security.cryptography.aes.create?view=net-7.0#system-security-cryptography-aes-create(system-string) say that that overload of
Create
has been obsoleted in .NET 7.So I just wondered - is there a need to use that version of Create rather than the base one?
The text was updated successfully, but these errors were encountered: