Achmann
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Resharper C# doesn't detect Bootstrap or iconify?
I have a Blazor project in VisualStudio 2022 and just installed Resharper as of this post. In a razor component, the Resharper tool complains about CSS classes like 'form-group' or 'control-label' ... -
Created Once more... Invert if statement to reduce nesting
ok...I know this is probably a well beaten dead horse, but..public function(stringorobject param){ if(somethingthatisrequiredforfunctionality == null) { somethingthatisrequiredforfunc...