-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Add an AOT console app test #6067
Comments
Pinging @eerhardt to see if he has any input here. |
|
We have 2 other templates that work with native AOT out of the box:
I'm wondering what the value would be here. Can you describe what a plain console app would cover over the |
My thinking is that it could better isolate issues between ASP.NET itself and the AOT support of our images. For example, if we had some kind of misconfiguration in our image, and the If you don't think that scenario is likely, then running |
[Triage] Closing as not planned since the |
See Fix AOT tests in nightly (#6065) for context.
Currently, our only AOT test is using the
webapiaot
sample. This is great, but we don't have any equivalent for a non-ASP.NET Core AOT app. We may find it valuable to add such a test.This gets complicated because there is not a pre-made AOT sample other than
webapiaot
that I'm aware of. Therefore, the next best approach would be to take theconsole
sample and modify its project or source files.The text was updated successfully, but these errors were encountered: