Skip to content

Bump NUnit.Analyzers from 4.3.0 to 4.4.0 #1278

Bump NUnit.Analyzers from 4.3.0 to 4.4.0

Bump NUnit.Analyzers from 4.3.0 to 4.4.0 #1278

Triggered via pull request November 14, 2024 02:22
Status Success
Total duration 41m 42s
Artifacts 10

ci.yml

on: pull_request
Matrix: Render Tests
Matrix: Tests
Matrix: Build Desktop
Matrix: Build Blazor
Matrix: Build NuGet
Matrix: CodeQL
Fit to window
Zoom out
Zoom in

Annotations

183 warnings
Linting
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, stefanzweifel/git-auto-commit-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Tests (macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
Tests (macos-latest): src/Xirkit/ChannelBase.cs#L12
Field 'ChannelBase._time' is never assigned to, and will always have its default value 0
Tests (macos-latest): src/Base/Core/AsyncHttpAsset.cs#L163
Exit point '}' swallows an unobserved exception.
Tests (macos-latest): src/Base/Core/FontImpBase.cs#L147
Exit point 'return new ImageData(0, 0);' swallows an unobserved exception.
Tests (macos-latest): src/Engine/Core/WritableTexture.cs#L124
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Tests (macos-latest): src/Engine/Core/Effects/UniformNameDeclarations.cs#L842
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Tests (macos-latest): src/Engine/Core/Effects/UniformNameDeclarations.cs#L843
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Tests (macos-latest): src/Engine/Core/Effects/UniformNameDeclarations.cs#L844
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Tests (macos-latest): src/Engine/Core/Effects/UniformNameDeclarations.cs#L845
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Tests (macos-latest): src/Engine/Core/Effects/UniformNameDeclarations.cs#L846
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Tests (macos-latest): src/Engine/Core/Effects/UniformNameDeclarations.cs#L847
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Tests (macos-latest): src/Tests/Math/Core/Double4x4Test.cs#L300
Expression 'double4x4.Zero' causes a hidden copy of a non-readonly struct 'double4x4'
Tests (macos-latest): src/Tests/Math/Core/Float4x4Test.cs#L300
Expression 'float4x4.Zero' causes a hidden copy of a non-readonly struct 'float4x4'
Tests (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
Tests (ubuntu-latest): src/Tests/Math/Core/Double4x4Test.cs#L300
Expression 'double4x4.Zero' causes a hidden copy of a non-readonly struct 'double4x4'
Tests (ubuntu-latest): src/Tests/Math/Core/Float4x4Test.cs#L300
Expression 'float4x4.Zero' causes a hidden copy of a non-readonly struct 'float4x4'
Tests (ubuntu-latest): src/Xirkit/ChannelBase.cs#L12
Field 'ChannelBase._time' is never assigned to, and will always have its default value 0
Tests (ubuntu-latest): src/Base/Core/AsyncHttpAsset.cs#L163
Exit point '}' swallows an unobserved exception.
Tests (ubuntu-latest): src/Base/Core/FontImpBase.cs#L147
Exit point 'return new ImageData(0, 0);' swallows an unobserved exception.
Tests (ubuntu-latest): src/Engine/Core/WritableTexture.cs#L124
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Tests (ubuntu-latest): src/Engine/Core/FusSceneConverter.cs#L1082
Dereference of a possibly null reference.
Tests (ubuntu-latest): src/Engine/Core/FusSceneConverter.cs#L1159
Dereference of a possibly null reference.
Tests (ubuntu-latest): src/Engine/Core/Geometry.cs#L47
Possible null reference argument for parameter 'collection' in 'List<double3>.List(IEnumerable<double3> collection)'.
Tests (ubuntu-latest): src/Engine/Core/Geometry.cs#L60
Possible null reference argument for parameter 'collection' in 'List<double3>.List(IEnumerable<double3> collection)'.
Tests (ubuntu-latest): src/Engine/Core/Input.cs#L131
Possible null reference return.
Tests (ubuntu-latest): src/Engine/Core/Geometry.cs#L73
Possible null reference argument for parameter 'collection' in 'List<double2>.List(IEnumerable<double2> collection)'.
Render Tests (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Render Tests (windows-latest): src/Base/Core/AsyncHttpAsset.cs#L163
Exit point '}' swallows an unobserved exception.
Render Tests (windows-latest): src/Base/Core/FontImpBase.cs#L147
Exit point 'return new ImageData(0, 0);' swallows an unobserved exception.
Render Tests (windows-latest): src/Xirkit/ChannelBase.cs#L12
Field 'ChannelBase._time' is never assigned to, and will always have its default value 0
Render Tests (windows-latest): 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 Tests (windows-latest): src/Engine/Core/WritableTexture.cs#L124
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Render Tests (windows-latest): src/Engine/Core/WritableMultisampleTexture.cs#L115
Non-nullable property 'InternalTextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Render Tests (windows-latest): src/Engine/Core/FontMap.cs#L129
Dereference of a possibly null reference.
Render Tests (windows-latest): src/Engine/Core/WritableCubeMap.cs#L118
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Render Tests (windows-latest): src/Engine/Core/Effects/UniformNameDeclarations.cs#L842
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Render Tests (windows-latest): src/Engine/Core/Effects/UniformNameDeclarations.cs#L843
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Tests (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
Tests (windows-latest): src/Tests/Math/Core/Double4x4Test.cs#L300
Expression 'double4x4.Zero' causes a hidden copy of a non-readonly struct 'double4x4'
Tests (windows-latest): src/Tests/Math/Core/Float4x4Test.cs#L300
Expression 'float4x4.Zero' causes a hidden copy of a non-readonly struct 'float4x4'
Tests (windows-latest): src/Xirkit/ChannelBase.cs#L12
Field 'ChannelBase._time' is never assigned to, and will always have its default value 0
Tests (windows-latest): src/Base/Core/AsyncHttpAsset.cs#L163
Exit point '}' swallows an unobserved exception.
Tests (windows-latest): src/Base/Core/FontImpBase.cs#L147
Exit point 'return new ImageData(0, 0);' swallows an unobserved exception.
Tests (windows-latest): src/Engine/Core/Effects/Effect.cs#L64
Possible null reference argument for parameter 'val' in 'bool IFxParamDeclaration.SetValue(object val)'.
Tests (windows-latest): src/Engine/Core/Effects/Effect.cs#L87
Possible null reference return.
Tests (windows-latest): src/Engine/Core/Effects/Effect.cs#L89
Possible null reference return.
Tests (windows-latest): src/Engine/Core/FontMap.cs#L129
Dereference of a possibly null reference.
Tests (windows-latest): src/Engine/Core/Effects/Effect.cs#L17
Non-nullable property 'UniformParameters' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Tests (windows-latest): src/Engine/Core/Effects/Effect.cs#L22
Non-nullable property 'RendererStates' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Tests (windows-latest): src/Engine/Core/Effects/Effect.cs#L27
Non-nullable property 'EffectChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Desktop (macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@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 Desktop (macos-latest): src/Xirkit/ChannelBase.cs#L12
Field 'ChannelBase._time' is never assigned to, and will always have its default value 0
Build Desktop (macos-latest): src/Tests/Math/Core/Double4x4Test.cs#L300
Expression 'double4x4.Zero' causes a hidden copy of a non-readonly struct 'double4x4'
Build Desktop (macos-latest): src/Tests/Math/Core/Float4x4Test.cs#L300
Expression 'float4x4.Zero' causes a hidden copy of a non-readonly struct 'float4x4'
Build Desktop (macos-latest): src/Base/Core/AsyncHttpAsset.cs#L163
Exit point '}' swallows an unobserved exception.
Build Desktop (macos-latest): src/Base/Core/FontImpBase.cs#L147
Exit point 'return new ImageData(0, 0);' swallows an unobserved exception.
Build Desktop (macos-latest): 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 Desktop (macos-latest): src/Engine/Core/WritableTexture.cs#L124
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Desktop (macos-latest): src/Engine/Core/Effects/UniformNameDeclarations.cs#L842
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Build Desktop (macos-latest): src/Engine/Core/Effects/UniformNameDeclarations.cs#L843
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Build Desktop (macos-latest): src/Engine/Core/Effects/UniformNameDeclarations.cs#L844
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Build Desktop (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@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 Desktop (ubuntu-latest): src/Xirkit/ChannelBase.cs#L12
Field 'ChannelBase._time' is never assigned to, and will always have its default value 0
Build Desktop (ubuntu-latest): src/Tests/Math/Core/Double4x4Test.cs#L300
Expression 'double4x4.Zero' causes a hidden copy of a non-readonly struct 'double4x4'
Build Desktop (ubuntu-latest): src/Tests/Math/Core/Float4x4Test.cs#L300
Expression 'float4x4.Zero' causes a hidden copy of a non-readonly struct 'float4x4'
Build Desktop (ubuntu-latest): src/Base/Core/AsyncHttpAsset.cs#L163
Exit point '}' swallows an unobserved exception.
Build Desktop (ubuntu-latest): src/Base/Core/FontImpBase.cs#L147
Exit point 'return new ImageData(0, 0);' swallows an unobserved exception.
Build Desktop (ubuntu-latest): 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 Desktop (ubuntu-latest): src/Engine/Core/WritableTexture.cs#L124
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Desktop (ubuntu-latest): src/Engine/Core/Effects/UniformNameDeclarations.cs#L842
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Build Desktop (ubuntu-latest): src/Engine/Core/Effects/UniformNameDeclarations.cs#L843
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Build Desktop (ubuntu-latest): src/Engine/Core/Effects/UniformNameDeclarations.cs#L844
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Build Desktop (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@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 Desktop (windows-latest): src/Base/Core/FontImpBase.cs#L147
Exit point 'return new ImageData(0, 0);' swallows an unobserved exception.
Build Desktop (windows-latest): src/Base/Core/AsyncHttpAsset.cs#L163
Exit point '}' swallows an unobserved exception.
Build Desktop (windows-latest): src/Tests/Math/Core/Double4x4Test.cs#L300
Expression 'double4x4.Zero' causes a hidden copy of a non-readonly struct 'double4x4'
Build Desktop (windows-latest): src/Tests/Math/Core/Float4x4Test.cs#L300
Expression 'float4x4.Zero' causes a hidden copy of a non-readonly struct 'float4x4'
Build Desktop (windows-latest): src/Xirkit/ChannelBase.cs#L12
Field 'ChannelBase._time' is never assigned to, and will always have its default value 0
Build Desktop (windows-latest): 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 Desktop (windows-latest): src/Engine/Core/WritableTexture.cs#L124
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Desktop (windows-latest): src/Engine/Core/WritableMultisampleTexture.cs#L115
Non-nullable property 'InternalTextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Desktop (windows-latest): src/Engine/Core/WritableCubeMap.cs#L118
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Desktop (windows-latest): src/Engine/Core/WritableArrayTexture.cs#L123
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build NuGet (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, microsoft/[email protected], actions/upload-artifact@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 NuGet (windows-latest)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
Build NuGet (windows-latest)
- Add lib or ref assemblies for the netstandard2.1 target framework
Build NuGet (windows-latest)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
Build NuGet (windows-latest)
- Add lib or ref assemblies for the net8.0 target framework
Build NuGet (windows-latest)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
Build NuGet (windows-latest)
- Add lib or ref assemblies for the net8.0 target framework
Build NuGet (windows-latest): src/Engine/Imp/Graphics/Android/InputImp.cs#L602
The event 'KeyboardDeviceImp.ButtonValueChanged' is never used
Build NuGet (windows-latest): src/Engine/Imp/Graphics/Android/InputImp.cs#L76
The event 'RenderCanvasInputDriverImp.DeviceDisconnected' is never used
Build NuGet (windows-latest): src/Engine/Imp/Graphics/Android/InputImp.cs#L82
The event 'RenderCanvasInputDriverImp.NewDeviceConnected' is never used
Build NuGet (windows-latest): src/Engine/Imp/Graphics/Android/InputImp.cs#L596
The event 'KeyboardDeviceImp.AxisValueChanged' is never used
Build NuGet (windows-latest): src/Engine/Imp/Graphics/Android/InputImp.cs#L863
The event 'MouseDeviceImp.AxisValueChanged' is never used
Build NuGet (windows-latest): src/Engine/Imp/Graphics/Android/RenderCanvasImp.cs#L314
The event 'RenderCanvasImp.Closing' is never used
Build NuGet (windows-latest): src/Engine/Imp/Graphics/Android/InputImp.cs#L868
The event 'MouseDeviceImp.ButtonValueChanged' is never used
Build NuGet (windows-latest)
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
Build NuGet (windows-latest)
- Add lib or ref assemblies for the net8.0-android34.0 target framework
Build NuGet (windows-latest)
- Add lib or ref assemblies for the net8.0-android34.0 target framework
Build NuGet (windows-latest): src/Xirkit/ChannelBase.cs#L12
Field 'ChannelBase._time' is never assigned to, and will always have its default value 0
Build NuGet (windows-latest): src/Base/Core/AsyncHttpAsset.cs#L163
Exit point '}' swallows an unobserved exception.
Build NuGet (windows-latest): src/Base/Core/FontImpBase.cs#L147
Exit point 'return new ImageData(0, 0);' swallows an unobserved exception.
Build NuGet (windows-latest): 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 NuGet (windows-latest): src/Engine/Core/WritableTexture.cs#L124
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build NuGet (windows-latest): src/Engine/Core/WritableMultisampleTexture.cs#L115
Non-nullable property 'InternalTextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build NuGet (windows-latest): src/Engine/Core/WritableCubeMap.cs#L118
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build NuGet (windows-latest): src/Engine/Core/WritableArrayTexture.cs#L123
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build NuGet (windows-latest): src/Engine/Core/Effects/UniformNameDeclarations.cs#L842
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Build NuGet (windows-latest): src/Engine/Core/Effects/UniformNameDeclarations.cs#L843
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Build NuGet (windows-latest): src/Engine/Imp/Graphics/Android/InputImp.cs#L868
The event 'MouseDeviceImp.ButtonValueChanged' is never used
Build NuGet (windows-latest): src/Engine/Imp/Graphics/Android/InputImp.cs#L863
The event 'MouseDeviceImp.AxisValueChanged' is never used
Build NuGet (windows-latest): src/Engine/Imp/Graphics/Android/InputImp.cs#L76
The event 'RenderCanvasInputDriverImp.DeviceDisconnected' is never used
Build NuGet (windows-latest): src/Engine/Imp/Graphics/Android/InputImp.cs#L602
The event 'KeyboardDeviceImp.ButtonValueChanged' is never used
Build NuGet (windows-latest): src/Engine/Imp/Graphics/Android/InputImp.cs#L596
The event 'KeyboardDeviceImp.AxisValueChanged' is never used
Build NuGet (windows-latest): src/Engine/Imp/Graphics/Android/InputImp.cs#L82
The event 'RenderCanvasInputDriverImp.NewDeviceConnected' is never used
Build NuGet (windows-latest): src/Engine/Imp/Graphics/Android/RenderCanvasImp.cs#L314
The event 'RenderCanvasImp.Closing' is never used
Build NuGet (windows-latest): src/Tools/CmdLine/Verbs/Publish.cs#L50
Exit point '}' swallows an unobserved exception.
Build NuGet (windows-latest): src/Tools/CmdLine/Verbs/Install.cs#L73
Exit point '}' swallows an unobserved exception.
Build NuGet (windows-latest): src/Tools/CmdLine/Verbs/Install.cs#L90
Exit point '}' swallows an unobserved exception.
Build NuGet (windows-latest): src/Tools/CmdLine/Verbs/Publish.cs#L79
Exit point '}' swallows an unobserved exception.
Build NuGet (windows-latest): src/Tools/CmdLine/Verbs/Publish.cs#L189
Exit point '}' swallows an unobserved exception.
Build NuGet (windows-latest): src/Tools/CmdLine/Verbs/Publish.cs#L211
Exit point '}' swallows an unobserved exception.
Build NuGet (windows-latest): src/Tools/CmdLine/Verbs/Player.cs#L283
Exit point '}' swallows an unobserved exception.
CodeQL (python)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, github/codeql-action/init@v2, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CodeQL (python)
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/
CodeQL (python): src/Xirkit/ChannelBase.cs#L12
Field 'ChannelBase._time' is never assigned to, and will always have its default value 0
CodeQL (python): src/Base/Core/AsyncHttpAsset.cs#L163
Exit point '}' swallows an unobserved exception.
CodeQL (python): src/Base/Core/FontImpBase.cs#L147
Exit point 'return new ImageData(0, 0);' swallows an unobserved exception.
CodeQL (python): src/Tests/Math/Core/Double4x4Test.cs#L300
Expression 'double4x4.Zero' causes a hidden copy of a non-readonly struct 'double4x4'
CodeQL (python): src/Tests/Math/Core/Float4x4Test.cs#L300
Expression 'float4x4.Zero' causes a hidden copy of a non-readonly struct 'float4x4'
CodeQL (python): 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.
CodeQL (python): src/Engine/Core/WritableTexture.cs#L124
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
CodeQL (python): src/Engine/Core/WritableMultisampleTexture.cs#L115
Non-nullable property 'InternalTextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
CodeQL (python): src/Engine/Core/WritableCubeMap.cs#L118
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
CodeQL (python): src/Engine/Core/WritableArrayTexture.cs#L123
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Blazor (macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@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 Blazor (macos-latest): src/Tests/Math/Core/Double4x4Test.cs#L300
Expression 'double4x4.Zero' causes a hidden copy of a non-readonly struct 'double4x4'
Build Blazor (macos-latest): src/Tests/Math/Core/Float4x4Test.cs#L300
Expression 'float4x4.Zero' causes a hidden copy of a non-readonly struct 'float4x4'
Build Blazor (macos-latest): src/Base/Core/AsyncHttpAsset.cs#L163
Exit point '}' swallows an unobserved exception.
Build Blazor (macos-latest): src/Base/Core/FontImpBase.cs#L147
Exit point 'return new ImageData(0, 0);' swallows an unobserved exception.
Build Blazor (macos-latest): src/Xirkit/ChannelBase.cs#L12
Field 'ChannelBase._time' is never assigned to, and will always have its default value 0
Build Blazor (macos-latest): src/Engine/Core/WritableTexture.cs#L124
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Blazor (macos-latest): src/Engine/Core/Effects/UniformNameDeclarations.cs#L842
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Build Blazor (macos-latest): src/Engine/Core/Effects/UniformNameDeclarations.cs#L843
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Build Blazor (macos-latest): src/Engine/Core/Effects/UniformNameDeclarations.cs#L844
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Build Blazor (macos-latest): src/Engine/Core/Effects/UniformNameDeclarations.cs#L845
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Build Blazor (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@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 Blazor (ubuntu-latest): src/Base/Core/FontImpBase.cs#L147
Exit point 'return new ImageData(0, 0);' swallows an unobserved exception.
Build Blazor (ubuntu-latest): src/Base/Core/AsyncHttpAsset.cs#L163
Exit point '}' swallows an unobserved exception.
Build Blazor (ubuntu-latest): src/Tests/Math/Core/Float4x4Test.cs#L300
Expression 'float4x4.Zero' causes a hidden copy of a non-readonly struct 'float4x4'
Build Blazor (ubuntu-latest): src/Tests/Math/Core/Double4x4Test.cs#L300
Expression 'double4x4.Zero' causes a hidden copy of a non-readonly struct 'double4x4'
Build Blazor (ubuntu-latest): src/Xirkit/ChannelBase.cs#L12
Field 'ChannelBase._time' is never assigned to, and will always have its default value 0
Build Blazor (ubuntu-latest): src/Engine/Core/WritableTexture.cs#L124
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Blazor (ubuntu-latest): src/Engine/Core/Effects/StorageBuffer.cs#L42
Dereference of a possibly null reference.
Build Blazor (ubuntu-latest): src/Engine/Core/Effects/StorageBuffer.cs#L79
Dereference of a possibly null reference.
Build Blazor (ubuntu-latest): src/Engine/Core/Effects/StorageBuffer.cs#L84
Dereference of a possibly null reference.
Build Blazor (ubuntu-latest): src/Engine/Core/Effects/StorageBuffer.cs#L84
Possible null reference argument for parameter 'storageBufferHandle' in 'void IRenderContextImp.DeleteStorageBuffer(IBufferHandle storageBufferHandle)'.
CodeQL (csharp)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, github/codeql-action/init@v2, github/codeql-action/analyze@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
CodeQL (csharp)
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/
CodeQL (csharp): src/Tests/Math/Core/Double4x4Test.cs#L300
Expression 'double4x4.Zero' causes a hidden copy of a non-readonly struct 'double4x4'
CodeQL (csharp): src/Tests/Math/Core/Float4x4Test.cs#L300
Expression 'float4x4.Zero' causes a hidden copy of a non-readonly struct 'float4x4'
CodeQL (csharp): src/Xirkit/ChannelBase.cs#L12
Field 'ChannelBase._time' is never assigned to, and will always have its default value 0
CodeQL (csharp): src/Base/Core/AsyncHttpAsset.cs#L163
Exit point '}' swallows an unobserved exception.
CodeQL (csharp): src/Base/Core/FontImpBase.cs#L147
Exit point 'return new ImageData(0, 0);' swallows an unobserved exception.
CodeQL (csharp): 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.
CodeQL (csharp): src/Engine/Core/WritableTexture.cs#L124
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
CodeQL (csharp): src/Engine/Core/WritableCubeMap.cs#L118
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
CodeQL (csharp): src/Engine/Core/WritableMultisampleTexture.cs#L115
Non-nullable property 'InternalTextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
CodeQL (csharp): src/Engine/Core/WritableArrayTexture.cs#L123
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Android
The following actions use a deprecated Node.js version and will be forced to run on node20: microsoft/[email protected], 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 Android: src/Base/Core/FontImpBase.cs#L147
Exit point 'return new ImageData(0, 0);' swallows an unobserved exception.
Build Android: src/Base/Core/AsyncHttpAsset.cs#L163
Exit point '}' swallows an unobserved exception.
Build Android: src/Xirkit/ChannelBase.cs#L12
Field 'ChannelBase._time' is never assigned to, and will always have its default value 0
Build Android: src/Engine/Core/WritableTexture.cs#L124
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Android: src/Engine/Core/WritableMultisampleTexture.cs#L115
Non-nullable property 'InternalTextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Android: src/Engine/Core/WritableCubeMap.cs#L118
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Android: src/Engine/Core/WritableArrayTexture.cs#L123
Non-nullable property 'TextureHandle' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Build Android: src/Engine/Core/Effects/UniformNameDeclarations.cs#L842
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Build Android: src/Engine/Core/Effects/UniformNameDeclarations.cs#L843
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Build Android: src/Engine/Core/Effects/UniformNameDeclarations.cs#L844
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "fusee-blazor-macos-latest-player", "fusee-blazor-ubuntu-latest-player", "fusee-desktop-macos-latest-player", "fusee-desktop-macos-latest-tools", "fusee-desktop-ubuntu-latest-player", "fusee-desktop-ubuntu-latest-tools", "fusee-desktop-windows-latest-player", "fusee-desktop-windows-latest-tools", "fusee-nuget-windows-latest", "Rendertests". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
Rendertests Expired
2.63 MB
fusee-blazor-macos-latest-player Expired
84.5 MB
fusee-blazor-ubuntu-latest-player Expired
84.6 MB
fusee-desktop-macos-latest-player Expired
18 MB
fusee-desktop-macos-latest-tools Expired
18.2 MB
fusee-desktop-ubuntu-latest-player Expired
17.9 MB
fusee-desktop-ubuntu-latest-tools Expired
18.9 MB
fusee-desktop-windows-latest-player Expired
18.1 MB
fusee-desktop-windows-latest-tools Expired
19.2 MB
fusee-nuget-windows-latest Expired
76.5 MB