area-NativeAOT-coreclrhelp wanted
仓库指标
- Star
- (1,605 star)
- PR 合并指标
- (PR 指标待抓取)
描述
Right now
Dependency nuget package
win-x64-dep.dlllinux-x64-libdep.soosx-x64-libdep.dylib
NativeAot output
- Platfrom specific executeable
- Platform specific dependency's dynamic library
example: NativeAot win-x64 output:
MyExecuteable.exedep.dll
Questions
- Can nuget package contain static libraries?
- Can NativeAot use static libraries to include them in executeable.
To have output like this:
MyExecuteable.exe
(single platform executeable in output)