Reporter | David Gardiner (flcdrg) |
---|---|
Created | Dec 22, 2011 3:42:55 AM |
Updated | Mar 26, 2012 8:33:00 PM |
Resolved | Mar 26, 2012 8:33:00 PM |
Priority | Major |
Type | Bug |
Fix versions | 7.0 Preview |
State | Fixed |
Assignee | Andrew Serebryansky (andrew.serebryansky) |
Subsystem | Code Completion |
Affected versions | 6.1 |
Fixed in build | No Fixed in build |
When creating a new Target element in an msbuild file, ReSharper only suggests "Condition", "DependsOnTargets", "Inputs", "Output" and "Name" attributes.
In MSBuild 4.0 there are also other valid attributes that should also be suggested..
http://msdn.microsoft.com/en-us/library/t50z2hka.aspx
Specifically, BeforeTargets and AfterTargets are missing
In MSBuild 4.0 there are also other valid attributes that should also be suggested..
http://msdn.microsoft.com/en-us/library/t50z2hka.aspx
Specifically, BeforeTargets and AfterTargets are missing