aspnet / BasicMiddleware

[Archived] Basic middleware components for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
169 stars 84 forks source link

Reload HostFilter options on change #320

Closed Tratcher closed 6 years ago

Tratcher commented 6 years ago

317 @DamianEdwards requested this magic.

As follow up, the code from the sample Startup will be used to update CreateDefaultBuilder: https://github.com/aspnet/MetaPackages/blob/f972d15501fa494e39ffc81ef3a594b64780ca4a/src/Microsoft.AspNetCore/WebHost.cs#L187-L191

See https://github.com/aspnet/MetaPackages/pull/263