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 Regenerate ref assemblies 2020-02-20 16:53:07 -08:00
Configuration.KeyPerFile More merge fixes 2020-02-20 21:58:16 -08:00
DataProtection
DefaultBuilder
Features/JsonPatch
FileProviders More merge fixes 2020-02-20 21:58:16 -08:00
Framework Merge branch 'master' into johluo/migrating-extensions 2020-02-21 11:55:49 -08:00
HealthChecks More merge fixes 2020-02-20 21:58:16 -08:00
Hosting TestServer returns error with response when server ends with p… (#19249) 2020-02-25 13:39:06 +13:00
Html/Abstractions
Http Fix HttpResponseStreamWriter (#19216) 2020-02-21 16:16:44 -08:00
Identity
Installers Merge branch 'master' into merge/release/3.1-to-master 2020-02-20 16:07:37 -08:00
JSInterop More merge fixes 2020-02-20 21:58:16 -08:00
Localization More merge fixes 2020-02-20 21:58:16 -08:00
Middleware Contributing: fixed some typos (#18494) 2020-02-25 02:11:17 +00:00
MusicStore Merge branch 'master' into johluo/migrating-extensions 2020-02-20 16:44:06 -08:00
Mvc Regenerate ref assemblies 2020-02-20 16:53:07 -08:00
ObjectPool More merge fixes 2020-02-20 21:58:16 -08:00
ProjectTemplates Add non-TLS endpoint for gRPC (#19252) 2020-02-21 17:25:19 -08:00
Razor Regenerate ref assemblies 2020-02-20 16:53:07 -08:00
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 Change SiteExtension reference (#19218) 2020-02-21 09:25:20 -08:00
Testing
Tools Capture test output for tools tests (#19240) 2020-02-25 09:35:29 -08:00
WebEncoders More merge fixes 2020-02-20 21:58:16 -08:00
submodules