We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See discussion here dotnet/maintenance-packages#205 (comment)
Make a package with a netstandard2.0 implementation with method not abstract. Have a compatible framewwork with the same member but abstract.
Expect: CannotAddAbstractMember diagnostic
Actual: No diagnostic.
The text was updated successfully, but these errors were encountered:
@dotnet/area-infrastructure-libraries a new issue has been filed in the ApiCompat area, please triage
Sorry, something went wrong.
No branches or pull requests
Describe the bug
See discussion here dotnet/maintenance-packages#205 (comment)
To Reproduce
Make a package with a netstandard2.0 implementation with method not abstract. Have a compatible framewwork with the same member but abstract.
Expect: CannotAddAbstractMember diagnostic
Actual: No diagnostic.
The text was updated successfully, but these errors were encountered: