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.
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"