Mismatches for parameter names between reference and implementation assembly #19763
Labels
breaking-change
Indicates a .NET Core breaking change
🏁 Release: .NET 5
Work items for the .NET 5 release
There are mismatches between argument names of some of the the apis between the ref assembly and the implementation assembly. This could cause problems while using named arguments and reflection.
Version introduced
These mismatches were present when these new apis were introduced.
Old behavior
New behavior
Reason for change
Recommended action
There could be a compile error which could be easily resolved by changing the argument name.
Category
Affected APIs
-https://docs.microsoft.com/en-us/dotnet/api/system.net.ipaddress.parse?view=netcore-3.1
cc @ericstj
PR dotnet/runtime#39741
Issue metadata
The text was updated successfully, but these errors were encountered: