RicoSuter / NSwag

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

Fix build error, because it referenced a non existent variable #4787

Closed JoshGlue closed 4 months ago

JoshGlue commented 5 months ago

The JsonExceptionConverter.liquid template contained a reference to the variable p, but this does not exists. The variable property is now being used.