Skip to content

converted project back to ork math, improved some skybox features cod… #159

converted project back to ork math, improved some skybox features cod…

converted project back to ork math, improved some skybox features cod… #159

Triggered via pull request September 24, 2023 04:18
Status Success
Total duration 57s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
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/
build: 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
build: 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
build: 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
build: 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.
build: 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.
build: source/OrkEngine3D.Resources/ResourceFile.cs#L61
Possible null reference return.
build: 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).
build: 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.
build: 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.
build: source/vendor/OrkEngine3D.BEPU/source/OrkEngine3D.BEPUtil/DataStructures/ObservableDictionary.cs#L18
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.