RicoSuter / NSwag

The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
http://NSwag.org
MIT License
6.61k stars 1.22k forks source link

AllowReferencesWithProperties alternative in v14.0.4 #4838

Closed bonyjose closed 3 months ago

bonyjose commented 3 months ago

image

after upgrading my API project from 13.20.0 to 14, this property is not available, what should i be using as an alternative?

RicoSuter commented 3 months ago

i think its configure.Schema.AllowReferencesWithProperites

bonyjose commented 3 months ago

i think its configure.Schema.AllowReferencesWithProperites

Got it, below is the correct usage if anyone else has same issue.

image