-
Notifications
You must be signed in to change notification settings - Fork 241
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
[Feat] .NET9 Support #774
Conversation
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! |
Changed: .NET version description in the appsettings.json Added: Dockerfile to the solution items
@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! |
# Conflicts: # src/Application/Application.csproj # src/Domain/Domain.csproj # src/Infrastructure/Infrastructure.csproj # src/Server.UI/Server.UI.csproj
# Conflicts: # src/Server.UI/Server.UI.csproj
@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 |
Cool! |
https://dotnet.microsoft.com/en-us/download/dotnet/9.0?cid=get-dotnet-9 .NET 9 has just been released 💪🏻 |
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:
This PR mainly focuses on migrating the project to .NET 9 which will be released on November 12-14, 2024.