Merge pull request #50 from OrkEngine/jwoff78-patch-1 #162
Annotations
13 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
source/OrkEngine3D.Resources/ResourceFile.cs#L119
Non-nullable field 'Name' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
source/OrkEngine3D.Resources/ResourceFile.cs#L121
Non-nullable field 'Data' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
source/OrkEngine3D.Resources/ResourceFile.cs#L61
Possible null reference return.
|
source/vendor/OrkEngine3D.Mathematics/source/OrkEngine3D.Mathematics/Matrix4x4.cs#L1472
Field 'Matrix4x4.CanonicalBasis.Row0' is never assigned to, and will always have its default value
|
source/vendor/OrkEngine3D.Mathematics/source/OrkEngine3D.Mathematics/Matrix4x4.cs#L1473
Field 'Matrix4x4.CanonicalBasis.Row1' is never assigned to, and will always have its default value
|
source/vendor/OrkEngine3D.Mathematics/source/OrkEngine3D.Mathematics/Matrix4x4.cs#L1474
Field 'Matrix4x4.CanonicalBasis.Row2' is never assigned to, and will always have its default value
|
source/vendor/OrkEngine3D.BEPU/source/OrkEngine3D.BEPUtil/Int2.cs#L19
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
source/vendor/OrkEngine3D.BEPU/source/OrkEngine3D.BEPUtil/ConvexHullHelper.Pruning.cs#L27
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
source/vendor/OrkEngine3D.BEPU/source/OrkEngine3D.BEPUtil/DataStructures/HashSet.cs#L14
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
|
source/vendor/OrkEngine3D.BEPU/source/OrkEngine3D.BEPUtil/DataStructures/HashSet.cs#L35
The type 'T' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
|
This job succeeded
Loading