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
{{ message }}
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.
I am converting one of my applications to CoreRT. It's a plugin system with 1 main application and many small dlls that are loaded by the main application.
The main application (.exe) references NuGet Packages Newtonsoft.Json and SharpDX.
Each of the plugins also references those two NuGet Packages.
So when building one plugin it's size is over > 20MB and generating native code taks about 2 minutes.
Is it possible to exclude those NuGet Packages from native compilation for my plugins as they are already present/loaded in the main application? Thanks.
The text was updated successfully, but these errors were encountered:
I am converting one of my applications to CoreRT. It's a plugin system with 1 main application and many small dlls that are loaded by the main application.
The main application (.exe) references NuGet Packages Newtonsoft.Json and SharpDX.
Each of the plugins also references those two NuGet Packages.
So when building one plugin it's size is over > 20MB and generating native code taks about 2 minutes.
Is it possible to exclude those NuGet Packages from native compilation for my plugins as they are already present/loaded in the main application? Thanks.
The text was updated successfully, but these errors were encountered: