-
-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationknown limitationThis issue is related to a known limitation and cannot currently be fixed.This issue is related to a known limitation and cannot currently be fixed.
Description
Hi, let me first tell you this project is awesome. I'm testing it on our rather complex solution and it seems to work as smooth as Visual Studio should just do. This is great!
I am however experiencing an issue with aspx pages (no MVC here, plain old Web Forms). To reproduce it, create a new project using the Empty C# template (sdk 4.0.47), then add a web form called Default.aspx , complete with its codebehind Default.aspx.cs and its designer file Default.aspx.designer.cs.
Add a new <asp:Label runat="server" id="myLabel"></asp:Label> control and save the .aspx file. The control member variable should be available in the .designer.cs now, but it's not. It seems like the file is never regenerated.
Do you have any idea why?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationknown limitationThis issue is related to a known limitation and cannot currently be fixed.This issue is related to a known limitation and cannot currently be fixed.