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
Ahoi and thanks for this cool tool :)
I have noticed that the Readme.md might not be up-to-date.
This regards the section JSON Schema Settings:
` options.JsonSchemaGeneratorSettings.TypeNameGenerator = new DefaultTypeNameGenerator();
// Note: need to assign a new JsonSerializerSettings, not just set the properties within it.
options.JsonSchemaGeneratorSettings.SerializerSettings = new JsonSerializerSettings
{
ContractResolver = new DefaultContractResolver(),
Formatting = Formatting.Indented;
};
`
JsonSchemaGeneratorSettings was renamed to SchemaOptions if i checked the code correctly.
The text was updated successfully, but these errors were encountered:
Ahoi and thanks for this cool tool :)
I have noticed that the Readme.md might not be up-to-date.
This regards the section JSON Schema Settings:
` options.JsonSchemaGeneratorSettings.TypeNameGenerator = new DefaultTypeNameGenerator();
`
JsonSchemaGeneratorSettings was renamed to SchemaOptions if i checked the code correctly.
The text was updated successfully, but these errors were encountered: