-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed as duplicate of#81764
Labels
Description
Version Used: 10.0.0
Steps to Reproduce:
- Create a base class with a property
- Inherit from the base class and mark the property as Obsolete with IsError = true
- Build
- No error is given and it builds fine
Diagnostic Id: CS0619
If this is a report about a bug in an analyzer, please include the diagnostic ID and message if possible (e.g. "IDE0030: Use coalesce expression").
Expected Behavior:
To get a compiler error, just like for none overriden properties.
Actual Behavior:
No error, it compiles just fine