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
In routing.md there are some errors that make getting started with Manos difficult.
The examples for "Regular Expressions as Routes" and "Simple patterns are Routes" don't work because the attribute defaults to a match type of "Simple". So, for this to work:
Perhaps there should be a match type of "AutoDetect"
In "Explicitly routing methods using attributes" there's an example of applying a route attribute to a ManoModule property however this attribute can't be applied to properties - only methods.
The text was updated successfully, but these errors were encountered:
In routing.md there are some errors that make getting started with Manos difficult.
The examples for "Regular Expressions as Routes" and "Simple patterns are Routes" don't work because the attribute defaults to a match type of "Simple". So, for this to work:
it should actually be:
Perhaps there should be a match type of "AutoDetect"
In "Explicitly routing methods using attributes" there's an example of applying a route attribute to a ManoModule property however this attribute can't be applied to properties - only methods.
The text was updated successfully, but these errors were encountered: