Skip to content

feat: add support for .net 9 #minor (#62) #182

feat: add support for .net 9 #minor (#62)

feat: add support for .net 9 #minor (#62) #182

Triggered via push November 13, 2024 20:10
Status Success
Total duration 3m 14s
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/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/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/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/FArchive.cs#L37
Non-nullable property 'NetworkReplayVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 (windows-latest): src/OozSharp/Kraken.cs#L290
Unreachable code detected
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 adding the 'required' modifier or declaring the property as nullable.
build (windows-latest): src/Unreal.Core/ReplayReader.cs#L1764
Dereference of a possibly null reference.
build (windows-latest): src/Unreal.Core/ReplayReader.cs#L1766
Dereference of a possibly null reference.
build (windows-latest): src/Unreal.Core/ReplayReader.cs#L2054
'DataBunch.ChType' is obsolete: 'UE_DEPRECATED(4.22, "ChType deprecated in favor of ChName.")'