Assigned
Status Update
Comments
mi...@google.com <mi...@google.com> #2
Hello
Thank you for reaching out to us!
This issue seems to be outside of the scope of Issue Tracker. This Issue Tracker is a forum for end users to report bugs and request features on Google Cloud products. Please go through
I recommend you to
I'm going to close this thread which will no longer be monitored. In case you want to report a new issue, please do not hesitate to create a new Issue Tracker describing your issue.
Thank you
Description
This will create a feature request which anybody can view and comment on.
Please describe your requested enhancement. Good feature requests will solve common problems or enable new use cases.
What you would like to accomplish:
Support ASP.NET 6 in Google App Engine (GAE) Flex
How this might work:
Be able to deploy a GAE Flex app (
gcloud app deploy
) with the app.yaml with an ASP.NET 6 app:If applicable, reasons why alternative solutions are not sufficient:
LTS for ASP.NET 3.1 will finish soon , so it would be good if customers can migrate their GAE Flex apps to use the latest version (ASP.NET 6) in a more direct way.
Business impact:
LTS for ASP.NET 3.1 will finish soon, so the apps would be running on a EOL ASP.NET version.
Other information (workarounds you have tried, documentation consulted, etc):
The workaround is to use a custom runtime for GAE Flex:
And then have a Dockerfile for the .NET 6 app that will be run as a container on GAE Flex. This example app on GitHub can be used as a reference to build the Dockerfile and the steps described in the Build Custom Runtimes documentation can be followed.