Project
ReSharper
Priority
Show-stopper
Type
Bug
Fix versions
4.1
State
Fixed
Assignee
Sergey Coox
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
5.0.1612.107  
  • Created by   Sergey Coox
    3 years ago (29 Jul 2008 19:44)
  • Updated by   Sergey Coox
    3 years ago (30 Jul 2008 21:32)
  • Jira: RSRP-76138
    (history, comments)
 
RSRP-76138 Files in App_Code of a web application project are not processed by ReSharper
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
1. Start Visual Studio 2008
2. Create a new Web Application (File => New => Project => ASP.NET Web Application)
3. Create the folder App_Code
4. Create a new class

Issue was closed
Comments (3)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Sergey Coox
  Sergey Coox
29 Jul 2008 19:56
3 years ago
App_Code in web application project should be complied as separate project, that is referenced by the rest web application.
Its .cs files have build action "Content" but nevertheless they should be processed
Sergey Coox
  Sergey Coox
29 Jul 2008 20:02
3 years ago
App_Code is referenced by web pages ONLY! Not be their code-behind or other files.
Sergey Coox
  Sergey Coox
29 Jul 2008 20:07
3 years ago
Another problem:
.cs files within web application are complied to a separate assembly and referenced from web pages and their code-behinds with respect to the protection level.