aspnetcore/src
Ryan Nowak 1360d6559e
Add AddOptions to AddAuthorizationCore (#18911)
Fixes: #18471

AddAuthorizationCore previously assumed that options were already
registered. This isn't the case in 5.0 in Blazor WASM.

We don't want Blazor to register options in the default host because it
prevents options from being linked out.

note: we will have some remaining work for this issue after this change
is merged. The Blazor WASM hosting changes haven't landed in master yet,
so we'll need to update that code to remove options from the host.
2020-02-25 21:57:19 +00:00
..
Analyzers
Antiforgery
Azure
Components
Configuration.KeyPerFile
DataProtection
DefaultBuilder
Features/JsonPatch
FileProviders
Framework
HealthChecks
Hosting TestServer returns error with response when server ends with p… (#19249) 2020-02-25 13:39:06 +13:00
Html/Abstractions
Http
Identity
Installers
JSInterop
Localization
Middleware Contributing: fixed some typos (#18494) 2020-02-25 02:11:17 +00:00
MusicStore
Mvc
ObjectPool
ProjectTemplates Add non-TLS endpoint for gRPC (#19252) 2020-02-21 17:25:19 -08:00
Razor
Security Add AddOptions to AddAuthorizationCore (#18911) 2020-02-25 21:57:19 +00:00
Servers Eliminate TraceIdentifer allocation when there is a request bo… (#19325) 2020-02-26 09:53:34 +13:00
Shared Sync with runtime (#19314) 2020-02-25 09:13:11 -08:00
SignalR Contributing: fixed some typos (#18494) 2020-02-25 02:11:17 +00:00
SiteExtensions
Testing
Tools Capture test output for tools tests (#19240) 2020-02-25 09:35:29 -08:00
WebEncoders
submodules