Merge pull request #198 from mr-phazer/Various-Gltf-Export-Fixes #23
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. 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@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build the project:
Shared/SharedCore/Misc/JsonHelpers.cs#L13
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
Build the project:
Shared/SharedCore/Misc/JsonHelpers.cs#L29
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Build the project:
Shared/SharedCore/Misc/MathUtil.cs#L144
Cannot convert null literal to non-nullable reference type.
|
Build the project:
Shared/SharedCore/Misc/NotifyPropertyChangedImpl.cs#L29
Cannot convert null literal to non-nullable reference type.
|
Build the project:
Shared/SharedCore/Misc/NotifyPropertyChangedImpl.cs#L54
Cannot convert null literal to non-nullable reference type.
|
Build the project:
Shared/SharedCore/PackFiles/PackFileService.cs#L142
Cannot convert null literal to non-nullable reference type.
|
Build the project:
Shared/SharedCore/PackFiles/PackFileService.cs#L157
Cannot convert null literal to non-nullable reference type.
|
Build the project:
Shared/SharedCore/ByteParsing/ByteChunk.cs#L127
Possible null reference assignment.
|
Build the project:
Shared/SharedCore/ByteParsing/ByteChunk.cs#L135
Possible null reference assignment.
|
Build the project:
Shared/SharedCore/ByteParsing/ByteChunk.cs#L169
Possible null reference assignment.
|
Loading