-
Notifications
You must be signed in to change notification settings - Fork 16
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
.NET 8 #213
.NET 8 #213
Conversation
Also I've done some testing of the API. Not like "running tests" testing, but calling the API itself, locally. Able to register a new user, log in/out, and create leaderboards and categories, but only if we're authorised. So far so good. All tests pass, too. |
Will do more testing tomorrow |
This PR doesn't touch category logic. Also, we're gonna go through and change all that anyway after account-related flows are done. |
Yeah that's fair. I'll add a ticket for that if there isn't one, already. |
Yeah the backend works. Only problems are some action behaviours. I'll list them out in a separate ticket. |
I took the liberty of upgrading to .NET 8 since .NET 7 is out of support. I also updated almost all of our dependencies. This is bound to break something so it's a good idea to test this heavily. The default placeholder JWT private key had to be increased in length because it didn't have enough entropy or something.