RicoSuter / NSwag

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

Support NSWAG_NOLOGO and NSWAG_NOVERSION environment variables #4703

Closed lahma closed 7 months ago

lahma commented 8 months ago

After battling with correct regexes it dawned to me that maybe it's just easier to support specific environment variables like NSWAG_NOLOGO and NSWAG_NOVERSION - like we have DOTNET_NOLOGO and friends. As templates include the v prefix didn't touch that for backwards compatibility.

RicoSuter commented 7 months ago

Thanks for the PR.