Home
ReSharper Support | JetBrains
Contact Support
Community
Sign in
Ivan Serduk
Total activity
47
Last activity
August 19, 2025 15:05
Member since
August 21, 2013 14:09
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
19
Activity overview
Articles (0)
Posts (0)
Comments (28)
Sort by recent activity
Recent activity
Votes
Created
April 28, 2017 07:43
This behavior will be changed in next release. Details: https://youtrack.jetbrains.com/issue/RSRP-462444
Community
ReSharper Community
Possible 'null' assignment to entity with '[NotNull]' attribute even when null check is explicitly specified (dynamic type)
0 votes
Created
March 20, 2017 07:44
No, there is no annotation for this
Community
ReSharper Community
Co-variant Array Conversion string[] to object[] message over zealous?
0 votes
Created
February 10, 2017 15:13
ReSharper treats all properties reads as "Pure". So, it is safe fore you to patch local version of JetBrains annotations but probably it is better to remove this attribute from properties to avoid...
Community
ReSharper Community
Resharper [Pure] versus Microsoft [Pure]
0 votes
Created
August 21, 2013 14:09
Hi Jason,Could you show us source code of the method "MyForm_Load" ? It can be non-compilable, we need only to see at it from control flow analysis perspective. You can post it either here or in th...
Community
ReSharper Community
False "This field is always assigned before being used and can be converted to a local variable" warning
0 votes
Created
June 02, 2014 08:56
Hi,Try to replace "Where" to "MyWhere" in the second line of my sample:var en2 = ints.MyWhere(i => i > min).MyWhere(i => i < max).ToList();and you will see warnings on "min" and "max" about access ...
Community
ReSharper Community
What does JetBrains.Annotations.LinqTunnelAttribute do ?
0 votes
Created
June 02, 2014 09:39
Yes, that's right
Community
ReSharper Community
What does JetBrains.Annotations.LinqTunnelAttribute do ?
0 votes
Created
June 11, 2014 13:16
Hi,there is no easy way to set settings for one project from solution. You can try this workaround: http://hhariri.wordpress.com/2012/01/18/per-project-settings-or-how-to-have-different-naming-styl...
Community
ReSharper Community
Code inspection issues with Entity Framework entities
0 votes
Created
June 02, 2014 13:24
It is obsolete attribute and it is removed in the latest version of ReSharper
Community
ReSharper Community
What does JetBrains.Annotations.ValueFlowAttribute
0 votes
Created
February 02, 2015 09:36
"Possible compare of value type with null" warning in this case just warns user that he possibly has missed a case where generic type can beof a value type. In the provided code ReSharper could in...
Community
ReSharper Community
Why does R# give me a "Possible compare of value type with null" for this code?
0 votes
Created
September 08, 2015 09:38
"[ContractAnnotation("=> false, result:null; => true, result:notnull")]" is ok when you have "result" as "out" parameter because you have always assign some value to it. But in this case you have "...
Community
ReSharper Community
Can I handle "not initialized" warnings with Jetbrains Annotations?
0 votes
«
First
‹
Previous