Allow all warnings from Kestrel to be bubbled in the AppHost #3262
Labels
area-app-model
Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication
Milestone
See the conversation here:
@adityamandaleeka @amcasey @halter73 - would it make sense to have a setting in Kestrel that told it "I did this override intentionally, please don't emit a warning for this?" That way Aspire wouldn't need to suppress all warnings, and then opt back in case-by-case to the warnings it wants to bubble out.
Originally posted by @eerhardt in #2914 (comment)
We should follow the suggestion of clearing out the
ASPNETCORE_URLS
env var and continue allowing all Kestrel warnings to be bubbled up to the user. See alsoThe text was updated successfully, but these errors were encountered: