Merge pull request #48 from Shiqan/bugfix/add-UniqueID #162
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
24 warnings
build (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@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 (ubuntu-latest):
src/OozSharp/Kraken.cs#L290
Unreachable code detected
|
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#L57
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#L34
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build (ubuntu-latest):
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.
|
build (ubuntu-latest):
src/Unreal.Core/ReplayReader.cs#L1755
Dereference of a possibly null reference.
|
build (ubuntu-latest):
src/Unreal.Core/ReplayReader.cs#L1757
Dereference of a possibly null reference.
|
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/Models/ReplayInfo.cs#L13
Non-nullable property 'FriendlyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build (ubuntu-latest)
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|
build (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@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 (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#L57
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#L34
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build (windows-latest):
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.
|
build (windows-latest):
src/Unreal.Core/ReplayReader.cs#L1755
Dereference of a possibly null reference.
|
build (windows-latest):
src/Unreal.Core/ReplayReader.cs#L1757
Dereference of a possibly null reference.
|
build (windows-latest):
src/Unreal.Core/ReplayReader.cs#L2041
'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.
|
build (windows-latest)
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
|