Skip to content

Native AOT support for MVC #53667

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
danroth27 opened this issue Jan 27, 2024 · 6 comments
Open

Native AOT support for MVC #53667

danroth27 opened this issue Jan 27, 2024 · 6 comments
Labels
area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates NativeAOT
Milestone

Comments

@danroth27
Copy link
Member

No description provided.

@ghost ghost added area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates NativeAOT labels Jan 27, 2024
@farseer810
Copy link

i'm from #51834 .
so the purpose of this issue is only to investigate feasibility of “Native AOT support for MVC”, right?
any updates so far?

@martincostello martincostello marked this as a duplicate of #59600 Dec 22, 2024
@elibroftw
Copy link

Hey can we get an update regarding this issue? Even something experimental would be nice to know. Was bummed out when I realized my webApi was using MVCs and thus I couldn't take full advantage.

@danroth27 danroth27 added this to the Backlog milestone Feb 25, 2025
@danroth27
Copy link
Member Author

Are folks interested in this functionality looking primarily for API controller support for Native AOT? Or are folks looking for Native AOT support for MVC as a web UI framework?

@martincostello
Copy link
Member

For me it would have included the UI too. For the apps where I was on MVC (and then Razor Pages) I moved to use Razor Slices where I wanted AoT support. For those apps, the UI was a relatively small part of the app's overall functionality.

@MichalSznajder
Copy link

I would be looking for the whole stack (MVC/Razor Pages as UI web stack). With renaissance of MVC stacks (see RoR) AoT could be a nice competitive advantage.

@zigzag312
Copy link

Are folks interested in this functionality looking primarily for API controller support for Native AOT? Or are folks looking for Native AOT support for MVC as a web UI framework?

Native AOT support for MVC as a web UI framework and for Razor Pages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates NativeAOT
Projects
None yet
Development

No branches or pull requests

8 participants
@martincostello @danroth27 @MichalSznajder @farseer810 @elibroftw @zigzag312 and others