dotnet / dotnet/project-system
Ascx and Aspx compilation / WebForms
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
Hi Guys, not sure if this is the correct place to create this issue.
I have created a new CPS project system, but was sad to find that .ASCX, ASPX (WebForms) files are not supported.
This meant I had to write some significant code within my CPS based project system to handle those file types. Basically, parsing webforms markup, and generating appropriate `.designer.cs` (code behind) files.
I suspect I know the answer to this, but would you not consider also updating the old ASP.NET WebForms project system to be CPS / Roslyn based, as I am sure you are aware WebForms projects are likely to remain in the wild for sometime (legacy applications) and the tooling / project system could do with some love.
Contributor guide
Assessment
This issue has not been assessed yet.