dotnet/runtime
Auf GitHub ansehenShare AssemblyName.EscapeString with UriHelper.EscapeString
Open
#44.752 geöffnet am 16. Nov. 2020
area-System.Reflectionhelp wanted
Repository-Metriken
- Stars
- (17.886 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 12T 11h) (661 gemergte PRs in 30 T)
Beschreibung
It seems at some point the AssemblyName version was copied from UriHelper and hasn't kept up with any changes, including its rewrite in https://github.com/dotnet/runtime/commit/94acc996414dcf6b4b60847775e0247fd959eaa8. We should get rid of the old unsafe implementation entirely and just share the code if possible. cc: @stephentoub