Having some free time I decided to start with C#, .NET, and Blazor pages.
Started with default Blazor page template (to examine how it works) and found that
- when trying to build it on Jetbrains Rider 2020.01 it raise an
App.razor(3, 32): [CS0103] The name 'routeData' does not exist in the current context
- exactly same template (haven't found any differences) build on VisualStudio 2019 without any problems
As I couldn't find anything and I am a newbie in .NET world any direction I should look?