You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when publish with NATIVEAOT, following warnings thrown, does it matter?
Assembly 'MemoryPack.Core' produced AOT analysis warnings.
Assembly 'MemoryPack.Core' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries
during runtime (seems built-in types were trimmed):
System.Collections.Generic.IDictionary2[[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[MyType] is failed in provider at creating formatter. 'MemoryPack.Formatters.InterfaceDictionaryFormatter2[MyType]' is missing native code or metadata. This can happen for code that is not compatible with trimming or AOT. Inspect and fix trimming and AOT related warnings that were generated when the app was published. For more information see https://aka.ms/nativeaot-compatibility
Can MemoryPack be sured to be nativeaot compaitible?
The text was updated successfully, but these errors were encountered:
xiaoyuvax
changed the title
NATIVEAOT publish warnings
NativeAOT publish warnings, how to make MemoryPack be fully NativeAOT compatible?
Jan 29, 2024
xiaoyuvax
changed the title
NativeAOT publish warnings, how to make MemoryPack be fully NativeAOT compatible?
NativeAOT publish warnings, how to make MemoryPack fully NativeAOT compatible?
Jan 29, 2024
xiaoyuvax
changed the title
NativeAOT publish warnings, how to make MemoryPack fully NativeAOT compatible?
NativeAOT compatibility: publish warnings and how to make MemoryPack fully NativeAOT compatible?
Jan 30, 2024
when publish with NATIVEAOT, following warnings thrown, does it matter?
during runtime (seems built-in types were trimmed):
Can MemoryPack be sured to be nativeaot compaitible?
The text was updated successfully, but these errors were encountered: