dotnet/runtime

Share AssemblyName.EscapeString with UriHelper.EscapeString

Aperta

#44.752 aperta il 16 nov 2020

 (1 commento) (0 reazioni) (0 assegnatari)C# (5445 fork)batch import
area-System.Reflectionhelp wanted

Metriche repository

Star
 (17.886 stelle)
Metriche merge PR
 (Merge medio 12g 11h) (661 PR mergiate in 30 g)

Descrizione

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

Guida contributor