Tim Root
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Tim Root created a post, Razor switch expression format
There seems to be a bug with formatting switch expressions in Razor. The closing brace is being indented in Razor files, but not in C# files. Razor file example: @(subItem switch{ GbPage gbp =>...