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
November 11, 2024 09:06
No, loaded external annotations are not listed anywhere, they can be seen only in the quickinfo for annotated symbols. More information about external annotations can be found at https://www.jetbra...
Community
ReSharper Community
External annotations info
0 votes
Edited
June 03, 2021 20:45
Inspections's descriptions explicitly states that it works on "Count()" method and not "Count" property
Community
ReSharper Community
Resharper no longer suggests things?
0 votes
Created
September 21, 2020 13:15
You can open the dll with any decompiler ( DotPeek or any other) and check if it contains NotNull/CanBeNull attributes for the methods. If there is no attributes in decompiled code then it is impos...
Community
ReSharper Community
Find NotNullAttribute by Reflection
0 votes
Created
September 21, 2020 07:24
In this case it is impossible to find "NotNull" attribute by reflection if the assembly was compiled without "JETBRAINS_ANNOTATIONS" flag
Community
ReSharper Community
Find NotNullAttribute by Reflection
0 votes
Created
September 18, 2020 12:45
Yes, as any other attribute
Community
ReSharper Community
Find NotNullAttribute by Reflection
0 votes
Created
September 15, 2020 18:07
Does inspectcode 2020.2.2 produce more logs with option "--verbosity=TRACE" ?
Community
ReSharper Community
InspectCode.exe Warning: Inconsistent caches for file
0 votes
Created
September 08, 2020 11:12
No idea. Is it possible to create any repro for it ?
Community
ReSharper Community
InspectCode.exe Warning: Inconsistent caches for file
0 votes
Created
September 08, 2020 10:06
Have you tried latest version of inspectcode? Does it have the same problem?
Community
ReSharper Community
InspectCode.exe Warning: Inconsistent caches for file
0 votes
Created
December 07, 2018 13:33
ReSharper has special handlers for extension methods from System.Linq.Enumerable which infers nullability of lambda's arguments using "ItemNotNull/ItemCanBeNull" annotations of pre-chained methods....
Community
ReSharper Community
IEnumerable's ToDictionary(keyExpression, valueExpression)
0 votes
Created
December 06, 2018 09:00
The types in the attributes has "AND" semantic and are designed for cases when multiple base interfaces are required. There is no way to limit "D3" from marking by "MyAtt" using BaseTypeRequired
Community
ReSharper Community
BaseTypeRequiredAttribute to specify One OF given types
0 votes
«
First
‹
Previous
Next
›
Last
»