Thenrich2009
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 9
-
-
Thenrich2009 created a post, Does Resharper not support razor files in Blazor hybrid apps?
I am not getting the R# indicator in the amrker bar and no R# functionality in razor files in a Blazor hybrid app. However it works in another Blazor server side razor files.Does R# not work in raz... -
Thenrich2009 created a post, How to stop code cleanup from adding line breaks to the attributes of method parameters?
I have controller methods with parameters that have attributes Like [FromRoute] and [FromQuery].When I do a code cleanup, these attributes on their own lines. How to stop code cleanup from doing th... -
Thenrich2009 created a post, Why does code cleanup remove my bookmarks?
Why does code cleanup remove my bookmarks?Also when I do a code cleanup, the page scrolls to the top of the page. I need to keep my position in the page.Using R# 2025.2.1 -
Thenrich2009 commented, -
-
Thenrich2009 created a post, How to stop this kind of wrapping during code reformatting?
I have this Typescript code and when I reformat the code the ‘[]);’ part goes to a new line. I can't find the setting to disable this behavior. React.useEffect(() => { setStates(stateOption... -
Thenrich2009 created a post, Why am I not able to go to the implementation of a method in an external assembly instead of just the interface?
I have this line of code that uses Mediatr: var vm = await Mediator.Send(new GetCustomerDetailQuery { Id = id });Mediatr is an external package. I am trying to go to the implementation of t... -
Thenrich2009 created a post, How to switch LLM model in the AI Assistant?
How to switch LLM model in the AI Assistant? I am not seeing an option like Rider. -
Thenrich2009 commented,