You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code tries to add null route and application fails with error 'The pattern must be string' if RoutePrefix annotation is not used and Route annotation value is '/'.
I't makes impossible to point all application routes with annotations. I think we need special rule for this situation. Like this:
This code tries to add null route and application fails with error 'The pattern must be string' if RoutePrefix annotation is not used and Route annotation value is '/'.
I't makes impossible to point all application routes with annotations. I think we need special rule for this situation. Like this:
The text was updated successfully, but these errors were encountered: