What type of issue is this?
Prerequisites
Description
When synchronizing the DAL cache, extensions method that update references uses class type as target type instead of interface ones.
Since inheritance is only performed via interface, casting at runtime may fail due to that reason.
The handlebars template has to be updated to always use interfaces type and regenerate
Steps to Reproduce
System Configuration
- SysML2.NET version:
- Environment (Operating system, version and so on):
- .NET Framework version:
- Additional information:
What type of issue is this?
Prerequisites
Description
When synchronizing the DAL cache, extensions method that update references uses class type as target type instead of interface ones.
Since inheritance is only performed via interface, casting at runtime may fail due to that reason.
The handlebars template has to be updated to always use interfaces type and regenerate
Steps to Reproduce
System Configuration