Reporter | Tod Gentille (rolias) |
---|---|
Created | Jan 5, 2012 11:53:37 PM |
Updated | Jan 6, 2012 12:24:05 AM |
Priority | Normal |
Type | Bug |
Fix versions | Mirabile Futurum |
State | Open |
Assignee | Evgeny Pasynkov (pasynkov) |
Subsystem | Code Analysis |
Affected versions | 6.1 |
Fixed in build | No Fixed in build |
In the screenshot ReSharper indicates the cast to (_Application) is redundant but without it the C# compiler will generate the following warning:
- Ambiguity between method 'Microsoft.Office.Interop.Word._Application.Quit(ref object, ref object, ref object)' and non-method 'Microsoft.Office.Interop.Word.ApplicationEvents4_Event.Quit'. Using method group.