The data model generation fails if the model or one of its properties uses a C# reserved keyword #13658
Labels
area/data-modeling
Area: Related to data models - e.g. create, edit, use data models.
kind/bug
Used when there is a defect / something is not working as it should.
status/ready-for-specification
Status: Used for issues that are ready for functional decription og detailed design.
team/studio-domain1
Description of the bug
The data model generation fails if the model or one of its properties uses a C# reserved keyword (e.g.,
new
,private
,class
,if
,enum
, etc).https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/
Steps To Reproduce
new.mov
Additional Information
No response
The text was updated successfully, but these errors were encountered: