Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-286802: Resharper cannot process choose directive from .csproj

$
0
0
Reporter Roxana (roxanac) Roxana (roxanac)
Created Dec 14, 2011 3:37:34 PM
Updated Feb 18, 2012 1:16:28 AM
Priority Normal
Type Bug
Fix versions No Fix versions
State Submitted
Assignee Sergey Shkredov (serjic.shkredov)
Subsystem Project Model
Affected versions No Affected versions
Fixed in build No Fixed in build
Having .csproj (Visual Studio 2010) something like:

<Choose>
<When Condition=" '$(Platform)' == 'x86' ">
<ItemGroup>
<Reference Include="dllname">
<HintPath>$(WORK)\tools\dllname.dll</HintPath>
</Reference>
</ItemGroup>
</When>
<When Condition=" '$(Platform)' == 'x64' ">
<ItemGroup>
<Reference Include="dllnamex64">
<HintPath>$(WORK)\tools\dllnamex64.dll</HintPath>
</Reference>
</ItemGroup>
</When>
</Choose>

=> Resharper does not know how to interpret this and my code looks like is full of errors when I want to use one or the other dll (resharper red) => "cannot resolve symbol" even if Visual Studio recognize the symbols

Viewing all articles
Browse latest Browse all 106942

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>