|
internal const string HostPolicy = "hostpolicy.dll"; |
Notice that hostpolicy has extension, but System.IO.Compression.Native does not. The use is not all that different, so perhaps ".dll" should be removed.
There is a very slight compat concern - it is highly unlikely, but these strings could be used as-is in some scenarios.
runtime/src/libraries/Common/src/Interop/Windows/Interop.Libraries.cs
Line 46 in be91858
Notice that
hostpolicyhas extension, butSystem.IO.Compression.Nativedoes not. The use is not all that different, so perhaps ".dll" should be removed.There is a very slight compat concern - it is highly unlikely, but these strings could be used as-is in some scenarios.