Gabriel Lozano-Moran
- Total activity 48
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 14
-
Created ReSharper disabled when starting Visual Studio 2022 without internet connection
I'm writing to seek assistance with an issue I've been encountering with ReSharper in Visual Studio 2022. It seems that ReSharper becomes disabled when I start Visual Studio 2022 without an active ... -
Created Execution Order Issue with ReSharper Test Runner Impacting Tests Individually
I am reaching out to seek assistance regarding an execution order issue we have encountered when using the ReSharper Test Runner. In our C# project, we have implemented a comprehensive test suite t... -
Created R# 2018.3 issues with Unit Tests in Visual Studio 2017
Today I installed R# 2018.3 and I have about 1880 unit + integration tests in my solution. In previous versions of R# when I open the Unit Test Explorer window and right-mouse click my tests I coul... -
Created Incorrect position of text caret with <Alt>+<Page Down> in the constructor
I hope that I can explain this correctly. Steps to reproduce: Start decorating a parameter of the constructor with Lazy< Hit <Alt>+<PgDown> to place the text caret at the error that occurs because... -
Edited Request for extra options in C# 'Arrangement of Member Access Expressions'
Hello I would like to request some extra options to the 'Arrangement of Member Access Expressions' under 'Code Editing' -> 'C#' -> 'Line Breaks and Wrapping'. I have for my integration tests some t... -
Created "base" qualifier incorrectly replaced with "this" when using same method name as in base but with optional arguments
Snippet I apologise for my long title but the problem is that I have a case where the "base" qualifier is incorrectly replaced by the "this" qualifier when my child class has the same method name a... -
Created Question about formatting combination of invocation + chained method calls (fluent interface)
I have the following code: Snippet var person = new PersonBuilder().WithContext(new ContextBuilder().WithDomain(LocalDomain).WithContextContactInfo(new ContextContactInfoBuilder().WithIsPublic(fals... -
Created Code Cleanup with option "Create XML doc stubs" generates different "File Header Text"
In the R# options we can define a file header text but when performing a code cleanup with the option "Create XML doc stubs" enabled a different file header is added to the files. So my question is... -
Edited Issue with auto-property initializers when using C# 5.0 or lower
I have noticed that when performing a code cleanup that R# will use auto-property initializers where possible but R# will do this even in Visual Studio 2010. Take for example the following code: pr... -
Created Custom file layout ignores public properties
I have an issue in ReSharper 2017.2.2 and same issue in ReSharper 2017.3 EAP 7. I customized the file layout to be more compliant with the StyleCop rules. One of these rules is to put the private p...