You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that when a namespace contains a hyphen ( - ), an invalid namespace is generated in the file SystemTextJsonConverterFactory_g.cs. The namespace "CRM_API" ends up being "CRM - API".
The namespace is however correct in the value-object's generated partial struct.
Thanks for bug report @Healios, and thanks for the repro! It's actually taking the assembly name, which can have a hyphen, and using that without escaping it.
Doing a fix now.
Describe the bug
It seems that when a namespace contains a hyphen ( - ), an invalid namespace is generated in the file SystemTextJsonConverterFactory_g.cs. The namespace "CRM_API" ends up being "CRM - API".
The namespace is however correct in the value-object's generated partial struct.
Steps to reproduce
Expected behaviour
I was expecting the namespace to be "CRM_API".
The text was updated successfully, but these errors were encountered: