Brian Strelioff

- Total activity 153
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 60
-
-
Brian Strelioff created a post, How to separate multiple declarations in C#? ("var a, b, c;")
Very recently it seems like ReSharper no longer supports inspecting for, and code cleanup of, multiple declarations in a single statement in C#. "var a, b, c;" Was this intentionally removed from R... -
Brian Strelioff created a post, Problems with VS2013 ReSharper Extensions 9/2 (8.2.2001)
After installing the latest extensions this morning, I am getting some false "possible null" warnings.For example, ReSharper now reports that string.Empty may be null, and that string.Format may re... -
Brian Strelioff created a post, Why does "string.Format" trigger NullReferenceException warning when "String.Format does not?
With recent editions of ReSharper, calling static methods for builtin primitive types may trigger a "Possible System.NullReferenceException" if the "friendly" version of the name is used instead of... -
Brian Strelioff created a post, Problem with partial methods
I view this as a bug, but I am open to opposing views. In the following code, RS complains about the two empty partial method declarations that they are unused (by C# rules they are private). The m... -
Brian Strelioff created a post, Build 4.1.925.5 requires a new key
My 4.0 key as not recognized after installing build 925. I did not try reentering the key, I just started the 30-day free evaluation with 925.Was this intentional? -
Brian Strelioff created a post, "Convert to automatic property" and "ref"
I would love to do a global "convert to automatic property" during code cleanup, but in cases where the explicit underyling field is used with "ref", conversion to an automatic property is invalid ... -
Brian Strelioff created a post, 919 build not fun
I am not sure if I am the only one seeing this, but with EAP 9191) instance field renaming appears to be broken2) name lookup throws exceptions in the middle of typing:JetBrains.Util.LoggerExceptio... -
Brian Strelioff created a post, RS support for SQL Injection Analysis
Are there any plans for RS to add detection for SQL injection vulnerability? I think it would be a great feature to not only automatically detect vulnerabilities, but to also support automatic refa... -
Brian Strelioff created a post, Upgrade path pricing
I was looking at purchasing an upgrade license, and since I have never used RS for VB.NET I decided to "upgrade" from 3.0 Full to 4.0 C# only. However, it does not appear that RS web site supports ...