How to store binary resources when reflection is off? #2152
Labels
area-NativeAOT-coreclr
.NET runtime optimized for ahead of time compilation
question
Further information is requested
Considering that Assembly.GetManifestResourceNames() is unavailable when reflection is off, is there a way to store binary resources in an assembly or library compiled with NativeAOT? I am specifically interested in reflection-less builds since it reduces the size and makes reverse engineering more difficult.
The text was updated successfully, but these errors were encountered: