Skip to content

Drop support for .NET 6 & 7, add .NET 9 to target frameworks #314

Drop support for .NET 6 & 7, add .NET 9 to target frameworks

Drop support for .NET 6 & 7, add .NET 9 to target frameworks #314

Triggered via pull request November 18, 2024 18:47
@occluderoccluder
synchronize #137
net6-eol
Status Success
Total duration 3m 40s
Artifacts

test-irc.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: MiniTwitch.Common/AsyncEventCoordinator.cs#L22
Using member 'System.Enum.GetValues(Type)' which has 'RequiresDynamicCodeAttribute' can break functionality when AOT compiling. It might not be possible to create an array of the enum type at runtime. Use the GetValues<TEnum> overload or the GetValuesAsUnderlyingType method instead.