Matthew Wigley
Matthew Wigley
Yep, as you've noticed dashed and non-dashed URL's are added automatically for pages and can't be removed (appears to have been by design). My fix for #5401 should fix all...
Digging into the code a bit I see that there's a matcher that has these two settings in FriendlyUrlSettings.cs ``` public string RegexMatch { get { return this._regexMatch ?? (this._regexMatch...
The debug category in the help command is missing resources too:  Also some more missing strings at the bottom of the help command:  list-services is also missing resources:...
I'm not sure why the existing resx strings aren't being used:  Looks like Prompt_ListServices_Description etc. don't exist at all though, and neither does PROMPT_DEBUGCATEGORY, so should just be a...