Reporter | Alexey Shcherbak (centur) |
---|---|
Created | Feb 20, 2012 3:37:02 PM |
Updated | Feb 20, 2012 3:38:06 PM |
Priority | Normal |
Type | Bug |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Sergey Shkredov (serjic.shkredov) |
Subsystem | Refactoring |
Affected versions | 6.1.1 |
Fixed in build | No Fixed in build |
While renaming Property in MsBuild script, resharper will properly rename all top level references, but will not rename ItemGroup references.
I renamed BuildResultPath to SourceFilesPath, and resharper missed some entries
<ItemGroup>
<WebMVCProject Include="$(SourceFilesPath)\PrecompiledWeb\$(WebMVCProjectName)\**\*.*">
<SourceConfig>$(BuildResultPath)\PrecompiledWeb\$(WebMVCProjectName)\$(ConfigFile)</SourceConfig>
<TargetPath>$(WebMVCProjectName)</TargetPath>
<TargetConfig>web.config</TargetConfig>
</WebMVCProject>
</ItemGroup>
I renamed BuildResultPath to SourceFilesPath, and resharper missed some entries
<ItemGroup>
<WebMVCProject Include="$(SourceFilesPath)\PrecompiledWeb\$(WebMVCProjectName)\**\*.*">
<SourceConfig>$(BuildResultPath)\PrecompiledWeb\$(WebMVCProjectName)\$(ConfigFile)</SourceConfig>
<TargetPath>$(WebMVCProjectName)</TargetPath>
<TargetConfig>web.config</TargetConfig>
</WebMVCProject>
</ItemGroup>