Skip to content
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

Closed
4 tasks done
jefflill opened this issue Nov 17, 2023 · 5 comments
Closed
4 tasks done

Upgrade to .NET 8.0 #84

jefflill opened this issue Nov 17, 2023 · 5 comments
Labels
feature New feature or request neon-kube Related to our Kubernetes distribution neon-sdk General neonSDK issues

Comments

@jefflill
Copy link
Contributor

jefflill commented Nov 17, 2023

.NET 8.0 has been released!

https://github.com/dotnet/core/blob/main/release-notes/8.0/8.0.0/8.0.0.md

  • NEONSDK
  • OPERATORSDK
  • NEONKUBE
  • NEONCLOUD
@jefflill jefflill added feature New feature or request neon-kube Related to our Kubernetes distribution neon-sdk General neonSDK issues labels Nov 17, 2023
@marcusbooyah
Copy link
Member

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

@jefflill jefflill reopened this Dec 8, 2023
@jefflill
Copy link
Contributor Author

jefflill commented Dec 8, 2023

This is still in progress. I played build whack-a-mole for a few days struggling with FileNotFoundException thrown for missing assemblies. I believe that has been addressed now.

Unit tests are passing but we're having trouble deploying clusters now.

@jefflill
Copy link
Contributor Author

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.

@jefflill jefflill reopened this Dec 10, 2023
@jefflill
Copy link
Contributor Author

Oh wait: we still may be still having trouble deploying clusters with these changes. I'm going to check and fix any issues.

@jefflill
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request neon-kube Related to our Kubernetes distribution neon-sdk General neonSDK issues
Projects
None yet
Development

No branches or pull requests

2 participants