What type of issue is this?
Prerequisites
Description
When a property is redefined and that the redefining one is present into the same class, that property should throw InvalidOperationException for Get/Set since it does not make sense to access properties that are redefined.
This should be applied on DTO and POCO. Make sure to also align DAL Extension to not set redefined property
Steps to Reproduce
System Configuration
- SysML2.NET version:
- Environment (Operating system, version and so on):
- .NET Framework version:
- Additional information: