Merge pull request #48 from Shiqan/bugfix/add-UniqueID #39
Annotations
32 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, 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/
|
|
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.
|
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).
|
src/FortniteReplayReader/FortniteReplayReader.cs#L26
Cannot convert null literal to non-nullable reference type.
|
src/FortniteReplayReader/FortniteReplayReader.cs#L26
Non-nullable field 'Builder' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/FortniteReplayReader/FortniteReplayReader.cs#L26
Non-nullable field '_branch' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
src/FortniteReplayReader/Models/BattleBus.cs#L8
Non-nullable property 'Skin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/FortniteReplayReader/Models/BattleBus.cs#L8
Non-nullable property 'FlightStartLocation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/FortniteReplayReader/Models/BattleBus.cs#L8
Non-nullable property 'FlightStartRotation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/FortniteReplayReader/Models/Events/BaseEvent.cs#L8
Non-nullable property 'Info' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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/
|
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/
|
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/
|
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/
|
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/
|
src/OozSharp/Kraken.cs#L290
Unreachable code detected
|
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.
|
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.
|
src/Unreal.Core/Models/FVector.cs#L57
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
src/Unreal.Core/Models/FVector2D.cs#L34
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
src/Unreal.Core/ReplayReader.cs#L94
Non-nullable property 'Replay' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Unreal.Core/ReplayReader.cs#L1755
Dereference of a possibly null reference.
|
src/Unreal.Core/ReplayReader.cs#L1757
Dereference of a possibly null reference.
|
src/Unreal.Core/ReplayReader.cs#L2041
'DataBunch.ChType' is obsolete: 'UE_DEPRECATED(4.22, "ChType deprecated in favor of ChName.")'
|
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.
|
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/
|
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/
|
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/
|
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/
|
|
|
The logs for this run have expired and are no longer available.
Loading