-
Notifications
You must be signed in to change notification settings - Fork 461
[General] Add .net9.0 as targeted framework #2590
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
Conversation
- Add net9.0
|
✅ All tests passed successfully Details on your Workflow / Core Tests page. |
dvoituron
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you want to target .net9 in v4? As far as I'm concerned, only v5 will support .net9.
v5 will only support .NET 9. For v4 we add this so devs can choose which .NET version they want to use. We are not adding or supporting any .NET 9 specific (Blazor) enhancements. Just compiling for it and including the DLL in the package. If they choose to use .NET 9, they will profit from the general Blazor enhancements (faster WASM start up, Server reconnect changes, etc) in the most optimal way. |
Summary - Unit Tests Code CoverageSummary
CoverageMicrosoft.FluentUI.AspNetCore.Components - 61%
|
* - Update NuGet packages - Add net9.0 * Update SDK * Fix build-core-lib * Update version and change workflows * Move BCL package so right version cn be used * Process review comments in all GH workflows * Try to go back to .NET 8 for ReportGenerator * Trying to fix ReportGenerator
Also:
contributing.mdandusing-lates-daily.md