|
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.