Reporter |
|
---|---|
Created | Mar 5, 2018 6:00:45 PM |
Updated | Apr 9, 2018 5:52:16 PM |
Resolved | Apr 9, 2018 5:52:16 PM |
Subsystem | Code Analysis - Annotations |
Assignee | Nikolay Kuznetsov (Nikolay.Kuznetsov) |
Priority | Show-stopper |
State | Fixed |
Type | Bug |
Fix version | 2018.1.1 |
Affected versions | No Affected versions |
Fixed In Version ReSharper | 2018.1 EAP 8 |
VsVersion | All Versions |
After migrating project to netstandard2.0 all your annotations are dissappeared for already annotated functions, for example in debug build next code
Will you port your contract annotation to netstandard library?
Debug.Assert(variable!= null);^ invalid "possible NRE"
variable.Foo()
Will you port your contract annotation to netstandard library?