标签: .net .net-standard
将库从.NET Framework 4.6.x迁移到.NET Standard 2.0时,出现了一个错误,即System.Uri.UriTemplateMatch(来自System.ServiceModel.dll)在.NET Standard 2.0中不可用。以下文档页面对此进行了确认:
https://docs.microsoft.com/en-us/dotnet/api/system.uritemplatematch.requesturi?view=netframework-4.8&viewFallbackFrom=netstandard-2.0
我需要替换.NET Standard 2.0中的UriTemplateMatch类型(最好是来自系统dll)。有人可以帮忙吗?