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
Seems like NJsonSchema PropertyModel has both Name and PropertyName properties. From inspecting generated code it seems like Name refers to the name of the property in the JSON schema, whereas PropertyName might refer to the actual name of the property in generated code (these may differ in casing conventions).
Seems like NJsonSchema
PropertyModel
has bothName
andPropertyName
properties. From inspecting generated code it seems likeName
refers to the name of the property in the JSON schema, whereasPropertyName
might refer to the actual name of the property in generated code (these may differ in casing conventions).The affected generator code is below:
sgen/Bonsai.Sgen/CSharpClassTemplate.cs
Line 259 in 1ee684d
The text was updated successfully, but these errors were encountered: