RicoSuter / NSwag

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

Build log messages uses http not https #4679

Open jrmoreno1 opened 8 months ago

jrmoreno1 commented 8 months ago

When building the NSwag command outputs a http link not https.
src/NSwag.Commands/NSwagCommandProcessor.cs

_host.WriteMessage("Visit http://NSwag.org for more information.\n");

And if I use https instead of http, I get:

HTTP/1.1 403 Forbidden content-length: 93 cache-control: no-cache content-type: text/html connection: close

So the code does what needs to be done now. I looked for a similar issue to see if this had been discussed elsewhere, but couldn't find anything.