Skip to content

support .net8 #minor (#50) #170

support .net8 #minor (#50)

support .net8 #minor (#50) #170

Triggered via push November 18, 2023 10:48
Status Success
Total duration 2m 55s
Artifacts

build.yml

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

Annotations

20 warnings
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#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 (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/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): src/Unreal.Core/ReplayReader.cs#L1744
Dereference of a possibly null reference.
build (windows-latest): src/Unreal.Core/ReplayReader.cs#L1746
Dereference of a possibly null reference.
build (windows-latest): src/Unreal.Core/KeyList.cs#L33
Parameter 'val' must have a non-null value when exiting with 'true'.
build (windows-latest): src/Unreal.Core/KeyList.cs#L44
Parameter 'val' must have a non-null value when exiting with 'true'.