Merge app/polar into develop #1148
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, github/codeql-action/init@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Initialize CodeQL
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
|
Build Release-Desktop:
src/Xirkit/ChannelBase.cs#L12
Field 'ChannelBase._time' is never assigned to, and will always have its default value 0
|
Build Release-Desktop:
src/Base/Core/AsyncHttpAsset.cs#L163
Exit point '}' swallows an unobserved exception.
|
Build Release-Desktop:
src/Base/Core/FontImpBase.cs#L192
Exit point 'return new ImageData(0, 0);' swallows an unobserved exception.
|
Build Release-Desktop:
src/Xirkit/ChannelBase.cs#L12
Field 'ChannelBase._time' is never assigned to, and will always have its default value 0
|
Build Release-Desktop:
src/Base/Imp/Desktop/FileAssetProvider.cs#L175
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build Release-Desktop:
src/Tests/Math/Core/Double4x4Test.cs#L300
Expression 'double4x4.Zero' causes a hidden copy of a non-readonly struct 'double4x4'
|
Build Release-Desktop:
src/Tests/Math/Core/Float4x4Test.cs#L300
Expression 'float4x4.Zero' causes a hidden copy of a non-readonly struct 'float4x4'
|
Build Release-Desktop:
src/Base/Core/AsyncHttpAsset.cs#L163
Exit point '}' swallows an unobserved exception.
|
Build Release-Desktop:
src/Base/Core/FontImpBase.cs#L192
Exit point 'return new ImageData(0, 0);' swallows an unobserved exception.
|
Build Release-Desktop:
src/Engine/Core/WritableTexture.cs#L124
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading