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

[Feat] .NET9 Support #774

Merged
merged 49 commits into from
Nov 13, 2024
Merged

[Feat] .NET9 Support #774

merged 49 commits into from
Nov 13, 2024

Conversation

neozhu
Copy link
Owner

@neozhu neozhu commented Oct 9, 2024

This PR migrates the CleanArchitectureWithBlazorServer project from .NET 8 to .NET 9, ensuring compatibility with the latest features and improvements offered in .NET 9. As part of this migration, LazyCache has been removed and replaced with FusionCache to provide enhanced caching capabilities.

Key Changes:

  1. Updated the project to target .NET 9.
  2. Replaced LazyCache with FusionCache for improved caching functionality and better integration with .NET 9 features.
    This PR mainly focuses on migrating the project to .NET 9 which will be released on November 12-14, 2024.

@Bram1903
Copy link
Collaborator

Bram1903 commented Oct 11, 2024

I believe there aren't many breaking changes with .NET9, which is great. Currently, it looks like they will try to include Slnx support before releasing .NET9 as well. See: dotnet/sdk#40913 (comment) and https://blog.jetbrains.com/dotnet/2024/10/04/support-for-slnx-solution-files/

PS. Congratz on 800 stars!

@Bram1903 Bram1903 changed the title dotnet 9 rc.2 migration [Feat] .NET9 Support Oct 11, 2024
@Bram1903 Bram1903 added the Enhancement New feature or request label Oct 11, 2024
Bram1903 and others added 2 commits October 11, 2024 11:50
Changed: .NET version description in the appsettings.json
Added: Dockerfile to the solution items
@Bram1903 Bram1903 self-requested a review October 11, 2024 10:57
@baronfel
Copy link

@Bram1903 we are not aiming to get slnx in for the November release. It's aimed for February's release (9.0.200) at the moment, though there may be a 9.0.200 preview release before then.

@Bram1903
Copy link
Collaborator

@Bram1903 we are not aiming to get slnx in for the November release. It's aimed for February's release (9.0.200) at the moment, though there may be a 9.0.200 preview release before then.

Whoops, I completely misread that! Thanks for the clarification!

@Bram1903
Copy link
Collaborator

@neozhu, I’ve updated MudBlazor to version 8.0.0-preview.2 and addressed compatibility issues. Could you review the changes to confirm everything aligns with your expectations? Thanks!

@neozhu
Copy link
Owner Author

neozhu commented Oct 28, 2024

@neozhu, I’ve updated MudBlazor to version 8.0.0-preview.2 and addressed compatibility issues. Could you review the changes to confirm everything aligns with your expectations? Thanks!

Thank you for updating MudBlazor, I will review it

@Bram1903
Copy link
Collaborator

Cool!

@Bram1903
Copy link
Collaborator

Bram1903 commented Nov 12, 2024

https://dotnet.microsoft.com/en-us/download/dotnet/9.0?cid=get-dotnet-9

.NET 9 has just been released 💪🏻

@neozhu neozhu merged commit 44852e5 into main Nov 13, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants