-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Upgrade to .NET 8.0 #84
Comments
This is done in the marcus branch. Will need to test the desktop apps to make sure that notifications are working since some APIs changed a bunch |
This is still in progress. I played build whack-a-mole for a few days struggling with Unit tests are passing but we're having trouble deploying clusters now. |
Looks these builds are working now, after accounting for new build behaviors: "GenerateDepsFile" related errors while building is a signal that you need to clean your bin/objs. |
Oh wait: we still may be still having trouble deploying clusters with these changes. I'm going to check and fix any issues. |
DONE: This is finally done. A lot of the trouble here was caused by the new neoncloud-clean.cmd script which was exiting after cleaning the first solution folder and leaving the rest alone. This resulted in confusing signals and led me on wild goose chases. |
.NET 8.0 has been released!
https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.0/8.0.0.md
The text was updated successfully, but these errors were encountered: