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

贡献者指南