VisualReCode / Cocoon

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

Conficient/fix#31 multi routes #33

Open conficient opened 1 year ago

conficient commented 1 year ago

The BlazorRouteDiscovery.FindRoutes method only supports single RouteAttribute values on Razor Components.

Amended to check for multiple RouteAttribute values as this is valid.