Recent versions of the Guidance adopted the standard 'development' environment setting for ASPNETCORE_ENVIRONMENT instead of localhost.
This was not adopted in the *.host.csproj settings for invoking NSwag for facades: the variable still contains localhost. It also is missing the ;NSwag=true setting as well:
Recent versions of the Guidance adopted the standard 'development' environment setting for
ASPNETCORE_ENVIRONMENT
instead oflocalhost
.This was not adopted in the *.host.csproj settings for invoking NSwag for facades: the variable still contains
localhost
. It also is missing the;NSwag=true
setting as well:Strangely enough, for interface projects, this is correctly generated: