-
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
libnethost.lib in shared directory #35616
Comments
@swaroop-sridhar @VSadov could one of you please take this and get it fixed? |
@VSadov @vitek-karas This seems to no longer be shipped in I verified this on the nightly build on Windows - |
Tagging subscribers to this area: @vitek-karas, @swaroop-sridhar, @agocke |
@jkoritzinsky This is an issue I hope some of your work on setup will address. |
I have checked Where should it be though? |
It is superfluous in this location - it is never used. The |
Fixed in: #40754 |
The static library version of
nethost.dll
is located in theshared/
directory withcoreclr.dll
. This was discovered in the nightly build and shouldn't be there. For example:shared\Microsoft.NETCore.App\5.0.0-preview.5.20228.12\libnethost.lib
The macOS and linux archives weren't checked.
/cc @vitek-karas @swaroop-sridhar @elinor-fung
The text was updated successfully, but these errors were encountered: