I expected there to be no dependencies to assemblies "Microsoft.AspNetCore.Server.Kestrel" and "Microsoft.AspNetCore.Server.Kestrel.Https" since NO_HTTPS conditional was activated on the project.
This results in publishes being much bigger than they could be.
Is this work in progress or just dead code? There is just one place where #if !NO_HTTPS is used in the code.
I expected there to be no dependencies to assemblies "Microsoft.AspNetCore.Server.Kestrel" and "Microsoft.AspNetCore.Server.Kestrel.Https" since NO_HTTPS conditional was activated on the project.
This results in publishes being much bigger than they could be.
Is this work in progress or just dead code? There is just one place where #if !NO_HTTPS is used in the code.