Matthew Wigley

Results 4 comments of 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: ![image](https://user-images.githubusercontent.com/116310985/209021439-8a0e17ea-7a82-44c8-89f6-8d546224c0b0.png) Also some more missing strings at the bottom of the help command: ![image](https://user-images.githubusercontent.com/116310985/209021549-83a0e247-a5c6-4f2c-bbe4-888703baafe8.png) list-services is also missing resources:...

I'm not sure why the existing resx strings aren't being used: ![image](https://user-images.githubusercontent.com/116310985/209022145-8d383f49-d51e-4665-b39b-5f75d0e4739b.png) Looks like Prompt_ListServices_Description etc. don't exist at all though, and neither does PROMPT_DEBUGCATEGORY, so should just be a...