Reporter | Alex Berezoutsky (fergard) |
---|---|
Created | May 3, 2011 2:07:18 PM |
Updated | Feb 28, 2012 6:44:46 PM |
Resolved | Feb 28, 2012 6:44:46 PM |
Priority | Critical |
Type | Bug |
Fix versions | Next |
State | Won't fix |
Assignee | Evgeny Pasynkov (pasynkov) |
Subsystem | No subsystem |
Affected versions | 5.1.3 |
Fixed in build | No Fixed in build |
/// <summary/> /// <exception cref="T:NotSupportedException"/> // Resharper gives: Cannot resolve symbol 'T:NotSupportedException' /// <exception cref="NotSupportedException"/> // Resharper accepts this, but this gives compile error on Mono /// <exception cref="T:System.NotSupportedException"/> // Resharper accepts this, but it is a little tedious