Loading "self-contained components" into native host #68448
Replies: 1 comment
-
If you want to run an app, just need to customize the native code which runs before it starts the runtime/managed code, then you can do self-contained just fine. Just use Issue #35465 and related PRs and such added support for the combination of Note that SDK doesn't have a supported way of building self-contained components, it can only build self-contained apps. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Was it supported currently to load "self-contained components" into native host in Net Core 5.0?
From below discussion thread, it seems it was supported in Net Core 3.0 then in 2020. So was it now supported now?
#35329
We need to use native host because we would like to add /DEPENDENTLOADFLAG linker flag into main executable in order to mitigate DLL sideloading issue so that the app is more secure.
Beta Was this translation helpful? Give feedback.
All reactions