Drop support for .NET 6 & 7, add .NET 9 to target frameworks #100
Annotations
5 errors and 2 warnings
Run tests:
MiniTwitch.Helix/HelixWrapper.cs#L652
The name 'SnakeCase' does not exist in the current context
|
Run tests:
MiniTwitch.Helix/Internal/Json/Converters.cs#L113
The name 'SnakeCase' does not exist in the current context
|
Run tests:
MiniTwitch.Helix/Internal/Json/Converters.cs#L126
The name 'SnakeCase' does not exist in the current context
|
Run tests:
MiniTwitch.Helix/HelixWrapper.cs#L1176
The name 'SnakeCase' does not exist in the current context
|
Run tests
Process completed with exit code 1.
|
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/
|
Run tests:
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.
|
Loading