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

[dev-v5] Change to .NET 9 GA version all the way. #2932

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

vnbaaij
Copy link
Collaborator

@vnbaaij vnbaaij commented Nov 14, 2024

Remove .NET 8 packages. settings, etc

@vnbaaij vnbaaij added the vNext For the next major version label Nov 14, 2024
Copy link

github-actions bot commented Nov 14, 2024

✅ All tests passed successfully

Details on your Workflow / Core Tests page.

@dvoituron
Copy link
Collaborator

Why do you want to remove NET8? Because NET9 os not LTS and will probably be restricted for some companies?

@vnbaaij
Copy link
Collaborator Author

vnbaaij commented Nov 14, 2024

This is how we have done it before as well. Our major releases target the latest .NET version so we can fully use that version's latest enhancements.

v3 supports .NET 6 and 7 (and is not supported anymore as of now)
v4 supports .NET 8 and 9
v5 support >NET 9 and 10
:
:
image

If someone does not want to use that specific .NET version, they can continue using our previous version.

@vnbaaij vnbaaij enabled auto-merge (squash) November 14, 2024 12:25
Copy link

github-actions bot commented Nov 14, 2024

Summary - Unit Tests Code Coverage

Summary
Generated on: 11/14/2024 - 12:49:11
Coverage date: 11/14/2024 - 12:48:59
Parser: Cobertura
Assemblies: 1
Classes: 22
Files: 25
Line coverage: 99.4% (546 of 549)
Covered lines: 546
Uncovered lines: 3
Coverable lines: 549
Total lines: 2435
Branch coverage: 92.2% (381 of 413)
Covered branches: 381
Total branches: 413
Method coverage: Feature is only available for sponsors
Tag: 1953_11837509955

Coverage

Microsoft.FluentUI.AspNetCore.Components - 99.4%
Name Line Branch
Microsoft.FluentUI.AspNetCore.Components 99.4% 92.2%
Microsoft.FluentUI.AspNetCore.Components.Extensions.EnumExtensions 100% 100%
Microsoft.FluentUI.AspNetCore.Components.FluentButton 100% 89.5%
Microsoft.FluentUI.AspNetCore.Components.FluentComponentBase 100% 100%
Microsoft.FluentUI.AspNetCore.Components.FluentComponentElementBase 0%
Microsoft.FluentUI.AspNetCore.Components.FluentGrid 100% 91.6%
Microsoft.FluentUI.AspNetCore.Components.FluentGridItem 100% 100%
Microsoft.FluentUI.AspNetCore.Components.FluentIcon`1 100% 95.8%
Microsoft.FluentUI.AspNetCore.Components.FluentLayout 100% 71.4%
Microsoft.FluentUI.AspNetCore.Components.FluentLayoutHamburger 100% 100%
Microsoft.FluentUI.AspNetCore.Components.FluentLayoutItem 100% 89.2%
Microsoft.FluentUI.AspNetCore.Components.Icon 100% 91.1%
Microsoft.FluentUI.AspNetCore.Components.IconFromImage 100%
Microsoft.FluentUI.AspNetCore.Components.IconInfo 100%
Microsoft.FluentUI.AspNetCore.Components.Migration.AppearanceExtensions 100% 100%
Microsoft.FluentUI.AspNetCore.Components.Utilities.AddTag 100% 100%
Microsoft.FluentUI.AspNetCore.Components.Utilities.CssBuilder 100% 92.8%
Microsoft.FluentUI.AspNetCore.Components.Utilities.Debounce 100% 83.3%
Microsoft.FluentUI.AspNetCore.Components.Utilities.Identifier 100% 100%
Microsoft.FluentUI.AspNetCore.Components.Utilities.IdentifierContext 100% 75%
Microsoft.FluentUI.AspNetCore.Components.Utilities.InlineStyleBuilder 100% 92.8%
Microsoft.FluentUI.AspNetCore.Components.Utilities.InternalDebounce.Dispatc
herTimerExtensions
95.7% 75%
Microsoft.FluentUI.AspNetCore.Components.Utilities.StyleBuilder 100% 100%

@vnbaaij vnbaaij merged commit 1704a59 into dev-v5 Nov 14, 2024
4 checks passed
@vnbaaij vnbaaij deleted the users/vnbaaij/dev-v5/net9-ga branch November 14, 2024 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vNext For the next major version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants