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

Key: RSRP-22460
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Sergey Coox
Reporter: Michael
Votes: 0
Watchers: 0
Operations

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

Add support for ASP.Net MasterType declaration

Created: 06 Aug 06 14:46   Updated: 09 Sep 06 13:32
Component/s: Language - ASP.NET
Fix Version/s: 2.0
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. File CannotReferenceMasterPageMethod.aspx (0.3 kb)
2. File CannotReferenceMasterPageMethod.aspx.cs (0.6 kb)
3. File CanReferenceMasterPageMethod.aspx (0.3 kb)
4. File CanReferenceMasterPageMethod.aspx.cs (0.5 kb)
5. File MasterPage.master.cs (0.5 kb)


Build: 233
Fixed in build: 236
Old URL: http://www.intellij.net/tracker/resharper/viewSCR?publicId=22460


 Description  « Hide
In ASP.Net, it is possible to specify the master type for the page declaratively using the <%@ MasterType directive. The net effect is that you don't have to cast the Page.Master property to a specific type, the ASP.Net infrastructure takes care of it. ReSharper does not appear to recognize this.

 All   Comments   Work Log   Change History      Sort Order:
Sergey Coox - 09 Aug 06 10:25
Re: #22460- Add support for ASP.Net MasterType declaration
Could You create a small solution, pls. I've got a number of test for this, and all of them are successful.