Merge app/polarlive into develop #1171
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Render image compare:
src/Xirkit/ChannelBase.cs#L12
Field 'ChannelBase._time' is never assigned to, and will always have its default value 0
|
Render image compare:
src/Base/Core/AsyncHttpAsset.cs#L163
Exit point '}' swallows an unobserved exception.
|
Render image compare:
src/Base/Core/FontImpBase.cs#L192
Exit point 'return new ImageData(0, 0);' swallows an unobserved exception.
|
Render image compare:
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.
|
Render image compare:
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.
|
Render image compare:
src/Engine/Core/WritableMultisampleTexture.cs#L115
Non-nullable property 'InternalTextureHandle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Render image compare:
src/Engine/Core/WritableCubeMap.cs#L118
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Render image compare:
src/Engine/Core/WritableArrayTexture.cs#L123
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Render image compare:
src/Engine/Core/Effects/UniformNameDeclarations.cs#L842
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
Render image compare:
src/Engine/Core/Effects/UniformNameDeclarations.cs#L843
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
Loading