Home
ReSharper Support | JetBrains
Contact Support
Community
Sign in
Evgeny Pasynkov
Total activity
621
Last activity
January 17, 2016 23:25
Member since
March 15, 2004 13:53
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
254
Activity overview
Articles (0)
Posts (37)
Comments (330)
Sort by recent activity
Recent activity
Votes
Created
January 05, 2012 11:43
Unfortunately, ReSharper analysis is not smart enough to track that query expression is definitely executed inside "using ..." block. For now, it tracks only in a single expression.We are going to ...
Community
ReSharper Community
"Access to disposed closure" in LINQ
0 votes
Created
January 02, 2012 11:42
If you forget to check for "iter.MoveNext()", the iterator could be null
Community
ReSharper Community
XPathNodeIterator Current
0 votes
Created
December 27, 2011 17:51
Definitely, ".Current" could be null (for example, if enumerable collection contains 'null' inside). But it looks like ReSharper is too pessimistic here :).We'll fix the annotations.
Community
ReSharper Community
XPathNodeIterator Current
0 votes
Created
October 07, 2011 10:36
Exact Epsilon value depends on the user domain, and the sematic below that figures :)For example, if you're developing cartography software, 1e-2 is enough (Nobody wants accuracy more than 1 cm). I...
Community
ReSharper Community
RSRP-273440 Discussion
0 votes
Created
October 07, 2011 10:18
There are few concerns:1) Due to arithmetic ops, the result could be 0.0...00001 instead of the 0.0 (For example, something like this: 2.0/3.0 - 1.0/3.0 - 1.0/3.0)2) It is forbidden do divide by 0...
Community
ReSharper Community
RSRP-273440 Discussion
0 votes
Created
September 08, 2011 17:04
Sure. Here it is:http://youtrack.jetbrains.net/issue/RSRP-275420
Community
ReSharper Community
How to sort functions with no special attributes first?
0 votes
Created
September 08, 2011 16:54
For now, there are no multiple matches in a single gerion :(
Community
ReSharper Community
How to sort functions with no special attributes first?
0 votes
Created
September 08, 2011 16:54
For now, there are no multiple matches in a single gerion :(
Community
ReSharper Community
How to sort functions with no special attributes first?
0 votes
Created
September 08, 2011 12:59
Oops, I was wrong, sorry.Use the following:<Sort> <Abstract Descending="true"/></Sort>Or<Sort> <Abstract Ascending="false"/></Sort>both variants are the same
Community
ReSharper Community
How to sort functions with no special attributes first?
0 votes
Created
September 07, 2011 13:14
I see 2 possible solutions:1) Create separate match entry for methods without attributes, and with. For example: <Entry> <Match> <And> <Kind Is="method"/> <Acc...
Community
ReSharper Community
How to sort functions with no special attributes first?
0 votes
Next
›
Last
»