feat: add support for .net 9 #minor (#62) #49
Annotations
32 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: nick-invision/retry@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: nick-invision/retry@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
Attempt 1 failed. Reason:
|
build:
src/FortniteReplayReader/FortniteReplayBuilder.cs#L30
The type 'int?' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'int?' doesn't match 'notnull' constraint.
|
build:
src/FortniteReplayReader/Models/Events/PlayerElimination.cs#L19
Nullability of reference types in type of parameter 'other' of 'bool PlayerElimination.Equals(PlayerElimination other)' doesn't match implicitly implemented member 'bool IEquatable<PlayerElimination>.Equals(PlayerElimination? other)' (possibly because of nullability attributes).
|
build:
src/FortniteReplayReader/FortniteReplayReader.cs#L26
Cannot convert null literal to non-nullable reference type.
|
build:
src/FortniteReplayReader/Models/WeaponData.cs#L7
Non-nullable property 'WeaponName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/FortniteReplayReader/Models/TeamData.cs#L8
Non-nullable property 'PlayerIds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/FortniteReplayReader/Models/TeamData.cs#L9
Non-nullable property 'PlayerNames' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/FortniteReplayReader/Models/SupplyDrop.cs#L7
Non-nullable property 'LandingLocation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/FortniteReplayReader/FortniteReplayReader.cs#L26
Non-nullable field 'Builder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/FortniteReplayReader/FortniteReplayReader.cs#L26
Non-nullable field '_branch' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build:
src/OozSharp/Kraken.cs#L290
Unreachable code detected
|
build:
src/OozSharp/Kraken.cs#L290
Unreachable code detected
|
build:
src/Unreal.Core/KeyList.cs#L11
The type 'K' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'K' doesn't match 'notnull' constraint.
|
build:
src/Unreal.Core/KeyList.cs#L52
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
|
build:
src/Unreal.Core/Models/FVector.cs#L36
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build:
src/Unreal.Core/Models/FVector2D.cs#L25
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build:
src/Unreal.Core/ReplayReader.cs#L93
Non-nullable property 'Replay' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/Unreal.Core/ReplayReader.cs#L1764
Dereference of a possibly null reference.
|
build:
src/Unreal.Core/ReplayReader.cs#L1766
Dereference of a possibly null reference.
|
build:
src/Unreal.Core/ReplayReader.cs#L2054
'DataBunch.ChType' is obsolete: 'UE_DEPRECATED(4.22, "ChType deprecated in favor of ChName.")'
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
Attempt 1 failed. Reason:
|