Reporter | Amir Avni (avamir10) |
---|---|
Created | Jun 1, 2010 3:09:33 PM |
Updated | Feb 29, 2012 12:47:26 AM |
Priority | Major |
Type | Bug |
Fix versions | No Fix versions |
State | Open |
Assignee | Alexander Shvedov (shvedov) |
Subsystem | Code Analysis |
Affected versions | 5.0 |
Fixed in build | No Fixed in build |
ReSharper recognizes assignment of a type object to properties that can receive it, such as:
1) The TargetType property of Style
2) The BasedOn property of Style
As an error, stating that:
Target type 'type name' is not convertible to base type System.String which is basically true but WPF has its own TypeConverter which takes care of this.
1) The TargetType property of Style
2) The BasedOn property of Style
As an error, stating that:
Target type 'type name' is not convertible to base type System.String which is basically true but WPF has its own TypeConverter which takes care of this.