Skip to content

Which OS-dependencies does a self-contained app need? #116386

Answered by huoyaoyuan
alexandrehtrb asked this question in Q&A
Discussion options

You must be logged in to vote

hostfxr is for framework-dependent to resolve the framework. It should not be required for self-contained.
libc/libgcc/libstdc++/libunwind is required for the base CLR runtime. NativeAOT should have got rid of libstdc++, but the others are required.
liblttng should be required if you are not disabling eventing and diagnosing.
libicu is required if you are not setting globalization invariant mode.
brotli/ssl/zlib is only required if you are using corresponding or cryptography feature. Note that cryptography is implicitly used by many components.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@alexandrehtrb
Comment options

@huoyaoyuan
Comment options

Answer selected by alexandrehtrb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants