Home
ReSharper Support | JetBrains
Contact Support
Community
Sign in
Bob Vale
Total activity
24
Last activity
January 15, 2016 23:06
Member since
August 25, 2010 20:58
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
10
Activity overview
Posts (5)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
June 26, 2013 11:06
However I would say "all my apples are not green" and am less likely to say "there are not any of my apples that are green"
Community
ReSharper Community
Simplify LINQ Expression for .Any()
1 vote
Created
January 14, 2013 11:43
Yes the WCF KnownTypesAttribute, for example in the code below the KnownTypes function shows as never used[System.Runtime.Serialization.KnownType("KnownTypes")]public class MyClass { private st...
Community
ReSharper Open API / SDK
KnownType attribute and unused method
0 votes
Created
November 14, 2013 17:48
I noticed this too. Do you get a complaint during installation about some incompatible/missing files that might cause a conflict. If you say yes to this dialog it seems to remove VSCommands, solu...
Community
ReSharper EAP
Does R# support DesignTimeResources.xaml?
0 votes
Created
September 20, 2013 16:27
Thats what the UsedImplicitly annotations are for!
Community
ReSharper Community
How do I account for bounded properties with Resharper?
0 votes
Created
January 23, 2015 09:45
But if T is int then typeof(T).IsValueType wil be true.....Alternatively you could use: .public void Test<T>(T data) { if (!typeof(T).IsValueType && object.ReferenceEquals(data, null)) { ...
Community
ReSharper Community
Why does R# give me a "Possible compare of value type with null" for this code?
0 votes
Created
March 02, 2015 12:50
In Visual Studio, Select Tools Menu Select Options Under Environment select Keyboard For each of the commands: Reshaper.Resharper_MoveDown Resharper.Resharper_MoveUp Resharper.Resharper_MoveLeft...
Community
ReSharper Community
Using Move Hyper-V/RDC Session
0 votes
Created
October 02, 2013 15:01
No, just noticed the warning in the options dialogue and got really confused because the plugin on the nuget repository is the earlier build number.
Community
ReSharper Community
Resharper.Nuget package conflict in 8.0.2
0 votes
Created
January 22, 2015 11:34
I agree however you can avoid the warning with public void Test<T>(T data){ if (!typeof(T).IsValueType && data == default(T)) { // stuff here }}
Community
ReSharper Community
Why does R# give me a "Possible compare of value type with null" for this code?
0 votes
Created
March 04, 2015 15:24
I think you misunderstood.Those instructions will allow you to assign a completly new shortcut. Just assign a different key sequence and you will be fine
Community
ReSharper Community
Using Move Hyper-V/RDC Session
0 votes