Ivan Zverev
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Edited Switch alignment is off in ReSharper
When creating a loop (while, for, foreach), when placing the braces for the loop, they are placed at the level of the case label, not at the level of the loop statement:Simple file to check: using ... -
Created ReSharper auto-complete doesn't seem to support the C# discard feature
Does anyone know if this is expected behaviour or if R# has a setting somewhere that I missed?If I try to write _ = SomeMethod();R# doesn't seem to understand that _ is valid on its own, and tries ... -
Created Unit Test Explorer not updating categories that come from nUnit TestFixtureSource.
I have a class setup that uses TestFixtureSource to fill in some common parameters. Each of these is then given a different category, so I have a testfixture with 3 source entries, each mapping to ... -
Created Resharper error when running unit tests with nunit 3
Somewhere in the middle of running tests in Resharper 2016.3.2, I'm getting an error that skips all the subsequent tests. I haven't been able to isolate if a specific test is causing the issue, bec...