Reporter | Patrick Pielarski (Patrick.Pielarski) |
---|---|
Created | Feb 17, 2012 5:31:36 PM |
Updated | Feb 17, 2012 6:37:28 PM |
Resolved | Feb 17, 2012 6:37:28 PM |
Priority | Normal |
Type | Bug |
Fix versions | No Fix versions |
State | Won't fix |
Assignee | Evgeny Pasynkov (pasynkov) |
Subsystem | Unit Testing |
Affected versions | 6.1 |
Fixed in build | No Fixed in build |
When compiling Machine.Specifications test projects all not assigned delegates like "Behaves_like<>" or not implemented or empty "It" Asserts, get a compiler warning 169, because it seems they are not used. Those tests use the Machine.Specifications "Subject" Attribute which uses the Resharper "MeanImplicitUseAttribute". But this doesn't seem to work for not assigned fields.
I attached a sample project for this.
I attached a sample project for this.