-
-
Notifications
You must be signed in to change notification settings - Fork 94
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 dotnet 9 #1553
base: main
Are you sure you want to change the base?
Upgrade to dotnet 9 #1553
Conversation
hi @Pixel998, I created this PR because, as I explained in the issue, I had already worked(on my fork) on the update before your PR and I still had a unit test problem to correct. As this is your first contribution, I think we can split the bounty in this way 100 for you 400 for me because most of the time is spent on correcting the tests on the blazor side following the update and I also have to do the release, which is why I think this split is fair. What do you think? |
Hi @nicolas63, I appreciate your offer. I have also spent quite some time and effort on this. I upgraded two codebases, this repository AND jhipster-net repository to fully address the issue. So I hope you can understand this. Thank you. |
Quality Gate passedIssues Measures |
Please make sure the below checklist is followed for Pull Requests.
All continuous integration tests are green
Tests are added where necessary
Documentation is added/updated where necessary
Coding Rules & Commit Guidelines as per our CONTRIBUTING.md document are followed
fix #1548
fix #1549