David Razzetti

- Total activity 35
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
-
Created Restoring licenses from a license server after an outage - usability
Hello, My company now uses a private license server for R#. I access it via a VPN when I work from home. This causes me issues every Monday morning... On Friday afternoons I am working with Visu... -
Created License server - what happens when my PC cannot reach the server?
My company used to use individual licenses. One of these was installed on my PC and it worked. Anywhere, anytime. Now my company has just changed to a license server. What happens when I am work... -
Created Find usages - returns incorrect results
R# 2017.2.2 VS 2015 Update 3 When I ask R# to show me usages of a generic interface method with a specific type, it is returning all usages of the interface, regardless of the type. For example if ... -
Created ReSharper quick-fix 'Use object initializer' action produces code that does not compile
AnsweredVS2015 R# 2016.3.1 Hello, Here is a small fragment of code (simplified for clarity). It is taking a copy of an existing byte buffer and setting the value of the last byte within the copy to a spec... -
Created Unit test runner - spurious tests shown when using TestCase attribute
AnsweredVisual Studio 2013 with Update 5Windows 8.1 64-bitResharper 10.0.2NUnit 3.0.1The ReSharper test runner shows a spurious unit test when a test method is decorated with the TestCase attribute.Here is... -
Created Is the Regular Expression validation tool broken in 10.1?
Hello,The R# Regular Expression validator tool no longer works for me in version 10.1. Version 9 is ok. Version 10 is ok. (Other members in my team have older versions of R#)I have some regular ... -
Created Resharper 10 test runner annoyances
ReSharper 10. VS 12.0.40629.0. Windows 8.1. Intel i7 64-bitResharper's test runner window has some really annoying issues in the latest release:(These occur with the Output/Coverage window arran... -
Created Unit test sessions window - annoying tree-control behaviour - will it be fixed?
Hello,I am getting some really annoying behaviour from the tree control that shows the hierarchy of tests. These include: Nodes that I collapse are often re-expanded by the runner when I run tests... -
Created Resharper false code-editor positives
Hello,VS2013, R# 9.1I liked Resharper 8.2. Version 9.0 was horrible. Version 9.1 is better, but...Since upgrading to R# version 9.1 from time to time I am getting annoying false positives being id... -
Created Using R# 8.2 with NUnit fluent Asserts
Hi,I like to use NUnit fluent asserts, but my R# (8.2.1) doesn't seem to recognise them properly.If I write this:Assert.NotNull( x ); // Traditional NotNull N...