AaronRobinsonMSFT / DNNE

Prototype native exports for a .NET Assembly.
MIT License
394 stars 41 forks source link

[Feature] Configuration to control static loading and dynamic loading #183

Open srikrishnagu opened 10 months ago

srikrishnagu commented 10 months ago

Currently all the files are emitted which are required for static loading and dynamic loading, in general while consuming we may use static loading or dynamic loading, this is a feature request to provide control (static, dynamic, both) to consumer so that based on the given parameter only required files are emitted.

Currently consumer level this is unblocked by doing post filtering based on how this is consumed!.