OverloadResolutionPriority is not respected on some attribute constructors #75985
Labels
Area-Compilers
Feature - Overload Resolution Priority
untriaged
Issues and PRs which have not yet been triaged by a lead
Milestone
The unit-tests reflect the current behavior:
Observed:
[System.Obsolete("Test")]
binds toSystem.ObsoleteAttribute..ctor(System.String x)
Expected:
[System.Obsolete("Test")]
binds toSystem.ObsoleteAttribute..ctor(System.String x, System.Boolean y)
The text was updated successfully, but these errors were encountered: