You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if I'm not mistaken ni.dll and ni.exe are holdovers from early days of CoreCLR and not something we need to support. Potentially could speed things up to stop probing for them. Or at least move them to the end of the list?
We believe these were remnants of old pre-crossgen file naming patterns that haven't been used in a very long time.
Removing the checks to avoid filesystem activity on files that almost certainly will not exist.
Fixesdotnet#5042.
#4916 (comment)
https://github.com/microsoft/msbuild/blob/8d37fbb97003e96516a2054e51dd5fabfd720ed6/src/Shared/CoreCLRAssemblyLoader.cs#L25
The text was updated successfully, but these errors were encountered: