dotnet/runtime

Share AssemblyName.EscapeString with UriHelper.EscapeString

開放

#44,752 建立於 2020年11月16日

 (1 則留言) (0 個反應) (0 位負責人)C# (5,445 個分叉)batch import
area-System.Reflectionhelp wanted

倉庫指標

星標
 (17,886 顆星)
PR 合併指標
 (平均合併 12天 11小時) (30 天內合併 661 個 PR)

描述

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

貢獻者指南