-
Notifications
You must be signed in to change notification settings - Fork 62
Add dotnet8 environment #421
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
Conversation
|
@lcsoft77 Please make following changes:
Note: I was not able to run HttpTriggerExample. Please let me know if my steps are correct. I am seeing this error when running |
|
In the last commit I added the requested changes. |
|
@lcsoft77 While we can keep approach you have mentioned for local verification. |
|
Added support via #425 |
|
Closing this PR . Feel free to reopen if any gaps in existing merged environment. |
Adds a new environment for .NET 8 to Fission, allowing serverless functions to run with the latest .NET version.
.NET 8 provides performance and stability improvements and is the latest LTS version. This update enables users to take advantage of these enhancements with Fission.
Based on .NET 8 SDK
Updated Dockerfile to support .NET 8