Skip to content

fix: update parse player elim for new version. Fixes #55 #173

fix: update parse player elim for new version. Fixes #55

fix: update parse player elim for new version. Fixes #55 #173

Triggered via pull request March 31, 2024 09:10
Status Success
Total duration 2m 8s
Artifacts

build.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
build (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (ubuntu-latest): 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 (ubuntu-latest): 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 (ubuntu-latest): src/Unreal.Core/Models/FVector.cs#L36
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build (ubuntu-latest): src/Unreal.Core/Models/FVector2D.cs#L25
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build (ubuntu-latest): src/Unreal.Core/ReplayReader.cs#L93
Non-nullable property 'Replay' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (ubuntu-latest): src/Unreal.Core/FArchive.cs#L37
Non-nullable property 'NetworkReplayVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (ubuntu-latest): src/Unreal.Core/KeyList.cs#L33
Parameter 'val' must have a non-null value when exiting with 'true'.
build (ubuntu-latest): src/Unreal.Core/KeyList.cs#L44
Parameter 'val' must have a non-null value when exiting with 'true'.
build (ubuntu-latest): src/Unreal.Core/KeyList.cs#L54
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 (ubuntu-latest): src/Unreal.Core/Models/ReplayInfo.cs#L13
Non-nullable property 'FriendlyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (windows-latest): src/OozSharp/Kraken.cs#L290
Unreachable code detected
build (windows-latest): 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 (windows-latest): 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 (windows-latest): src/Unreal.Core/Models/FVector.cs#L36
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build (windows-latest): src/Unreal.Core/Models/FVector2D.cs#L25
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build (windows-latest): src/Unreal.Core/ReplayReader.cs#L93
Non-nullable property 'Replay' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (windows-latest): src/Unreal.Core/ReplayReader.cs#L1753
Dereference of a possibly null reference.
build (windows-latest): src/Unreal.Core/ReplayReader.cs#L1755
Dereference of a possibly null reference.
build (windows-latest): src/Unreal.Core/ReplayReader.cs#L2039
'DataBunch.ChType' is obsolete: 'UE_DEPRECATED(4.22, "ChType deprecated in favor of ChName.")'
build (windows-latest): src/Unreal.Core/FArchive.cs#L37
Non-nullable property 'NetworkReplayVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.