-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Superhost for Windows & Mac #43071
Comments
Tagging subscribers to this area: @agocke, @vitek-karas |
Making user story so it appears in the tree |
I added another work item: validate that the superhost we produce (when used in an application) works will with AVs - that is, doesn't get marked as a virus. Apparently this has already been a problem for at least some users: https://www.reddit.com/r/csharp/comments/k9pnn0/net_5_single_file_trim_self_contained_detected_as/ with out relatively small host. This is mostly Windows-only work item I think. |
Closing with a tracking issue for the remaining Watson work https://github.com/dotnet/runtime/issues/53832 |
All native runtime libraries should be statically linked into a single file host for Windows & Mac.
clrjit
andcoreclr
friendlier to static linking on multiple platforms. Reducing DllMain responsibilities, so that singlefile would not need it #43423clrjit
andcoreclr
into singlefile host Linkclrjit.dll
andcoreclr.dll
into Windows/Mac host #43072(not a requirement but will make things simpler going forward, hard to do though before we do the above)
Partner dependencies:
The text was updated successfully, but these errors were encountered: