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

Migrate to .NET 9 #15

Open
AKlaus opened this issue Nov 18, 2024 · 0 comments · May be fixed by #16
Open

Migrate to .NET 9 #15

AKlaus opened this issue Nov 18, 2024 · 0 comments · May be fixed by #16
Labels
good first issue Good for newcomers

Comments

@AKlaus
Copy link
Owner

AKlaus commented Nov 18, 2024

Target net9.0 in the project. It's not expected to have any breaking changes in .NET 9 (see What's new)

Expected changes:

  • Replace IMemoryCache to HybridCache (link)
  • Use the built-in OpenAPI document generation (link). Note that for there's no out-of-the-box UI for working with swagger.json files, hence, we have to keep using one of the open-source options.
@AKlaus AKlaus added the good first issue Good for newcomers label Nov 18, 2024
@AKlaus AKlaus linked a pull request Dec 29, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant