aspnetcore/src
Ryan Nowak d794c52c75
Make RouteAttribute non-inherited (#10236)
* Make RouteAttribute non-inherited

Fixes: #5529

Inheriting and looking for inherited route attributes will cause nothing
but trouble. We had a bug tracking what to do about this and we decided
to make it really clear that routes are not inherited.

Previously the attribute was marked as inherited, but we woulnd't look
for inherited routes.

* add test
2019-05-14 15:37:17 -07:00
..
Analyzers
Antiforgery
Azure
Components Make RouteAttribute non-inherited (#10236) 2019-05-14 15:37:17 -07:00
DataProtection
DefaultBuilder
Features/JsonPatch
Framework
Hosting
Html/Abstractions
Http
Identity
Installers
Middleware Add option to limit domains on AddRedirectToWww (#9676) 2019-05-14 08:33:03 -07:00
MusicStore
Mvc RequiredPolicy reborn and less demanding as FallbackPolicy (#9759) 2019-05-14 12:42:34 -07:00
ProjectTemplates Add missing app namespace to server-side Blazor template (#10240) 2019-05-14 14:44:50 -07:00
Razor
Security RequiredPolicy reborn and less demanding as FallbackPolicy (#9759) 2019-05-14 12:42:34 -07:00
Servers
Shared
SignalR Use UnsafeRegister for the handshake (#10204) 2019-05-14 11:13:45 -07:00
SiteExtensions
Tools
submodules