History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-28142
Type: New Feature New Feature
Status: Open Open
Priority: Critical Critical
Assignee: Sergey Coox
Reporter: Sergey Coox
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

compiler options in web.config

Created: 21 Aug 06 19:35   Updated: 21 May 07 15:43
Component/s: Language - ASP.NET
Fix Version/s: Mirabilie Futurum
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
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,
Culture=neutral, PublicKeyToken=b77a5c561934e089"
compilerOptions="/d:DEBUG,web"/>
</compilers>
</system.codedom>

Any chance of a fix for this ?



 All   Comments   Work Log   Change History      Sort Order:
Ilya Ryzhenkov - 21 May 07 01:37
Does it work in 3.0?

Sergey Coox - 21 May 07 15:43
It's rather complicated to implement