Skip to content

fix github actions #ignore #166

fix github actions #ignore

fix github actions #ignore #166

Triggered via push September 10, 2023 19:06
Status Success
Total duration 3m 7s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

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

Annotations

20 warnings
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/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): 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/Models/Actor.cs#L11
Non-nullable property 'ActorNetGUID' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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/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): src/Unreal.Core/Models/ReplayHeader.cs#L33
Non-nullable property 'Guid' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (windows-latest): src/Unreal.Core/Models/ReplayHeader.cs#L58
Non-nullable property 'Branch' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (windows-latest): src/Unreal.Core/Models/ReplayHeader.cs#L78
Non-nullable property 'LevelNamesAndTimes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.