Roland Schoofs
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created The C# XML comment <summary> in the mouseover popup is only shown for the current solution
Comments in referenced libraries are not shown, although the generated IL Code after a "Go To Definition" does show them, so the DLL has all the info. Generating an XML Documentation file for that ... -
Edited Rider suggests making functions static even though they use @injected instance data
When for instance using @inject NavigationManager navMgr in a .razor page and using that instance in a function in the .razor.cs file like private void SomeFunction(){ navMgr.NavigateTo(someUrl)... -
Edited Strange error message after upgrading Rider to the latest version
After upgrading to Rider version 2021.2 (Build #RD-212.4746.113) I now get a "Cannot resolve symbol 'oninput'" error in a Razor page with <textarea @bind-value="@what.ever" @bind-value:event="oninp...