VisualReCode / Cocoon

An implementation of the Strangler Fig pattern for ASP.NET Core
Apache License 2.0
62 stars 10 forks source link

Bug: BlazorRouteDiscovery does not support multiple Route attributes #31

Open conficient opened 1 year ago

conficient commented 1 year ago

Blazor supports components with multiple @page directives (see docs).

The BlazorRouteDiscovery class only supports a single RouteAttribute and thus throws an exception if more than one is defined.