Priority
Critical
Type
Feature 
State
Fixed 
Assignee
Sergey Coox 
Subsystem
Language - ASP.NET 
Affected versions
Fixed in
Fixed in build
Next build 
  • Submitted by   Sergey Coox
    3 years ago (21 Aug 2006 19:35)
  • Updated by Sergey Coox
    7 days ago (02 Feb 2010 16:16)
  • Jira: RSRP-28142
    (history, comments)

RSRP-28142

compiler options in web.config

0
If I in my asp.net solution have defined a compilerOption in the web.config
file, as in my example 'web', Resharper isn't aware of it. So I have to
define it again in every .cs file that needs conditional compiling.


<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs"
type="Microsoft.CSharp.CSharpCodeProvider, System, Version=2.0.0.0,&#xA;
Culture=neutral, PublicKeyToken=b77a5c561934e089"
compilerOptions="/d:DEBUG,web"/>
</compilers>
</system.codedom>


Any chance of a fix for this ?


Issue was resolved
Comments (0)
 
History (0)
 
Links
 
Issue has no comments