use stable sort for event ordering #1336
dotnet.yml
on: push
Matrix: Test
Build
3m 9s
Report Coverage
17s
Release
0s
Annotations
11 errors and 48 warnings
|
Build
/Users/runner/work/Silk.NET/Silk.NET/sources/Playground/InputTesting.cs(84,9): error CS0103: The name 'TestLog' does not exist in the current context [/Users/runner/work/Silk.NET/Silk.NET/sources/Playground/Playground.csproj]
|
|
Build
/Users/runner/work/Silk.NET/Silk.NET/sources/Playground/InputTesting.cs(79,9): error CS0103: The name 'TestLog' does not exist in the current context [/Users/runner/work/Silk.NET/Silk.NET/sources/Playground/Playground.csproj]
|
|
Build
/Users/runner/work/Silk.NET/Silk.NET/sources/Playground/InputTesting.cs(74,9): error CS0103: The name 'TestLog' does not exist in the current context [/Users/runner/work/Silk.NET/Silk.NET/sources/Playground/Playground.csproj]
|
|
Build
/Users/runner/work/Silk.NET/Silk.NET/sources/Playground/InputTesting.cs(69,9): error CS0103: The name 'TestLog' does not exist in the current context [/Users/runner/work/Silk.NET/Silk.NET/sources/Playground/Playground.csproj]
|
|
Build
/Users/runner/work/Silk.NET/Silk.NET/sources/Playground/InputTesting.cs(64,9): error CS0103: The name 'TestLog' does not exist in the current context [/Users/runner/work/Silk.NET/Silk.NET/sources/Playground/Playground.csproj]
|
|
Build
/Users/runner/work/Silk.NET/Silk.NET/sources/Playground/InputTesting.cs(59,9): error CS0103: The name 'TestLog' does not exist in the current context [/Users/runner/work/Silk.NET/Silk.NET/sources/Playground/Playground.csproj]
|
|
Build
/Users/runner/work/Silk.NET/Silk.NET/sources/Playground/InputTesting.cs(54,9): error CS0103: The name 'TestLog' does not exist in the current context [/Users/runner/work/Silk.NET/Silk.NET/sources/Playground/Playground.csproj]
|
|
Build
/Users/runner/work/Silk.NET/Silk.NET/sources/Playground/InputTesting.cs(49,9): error CS0103: The name 'TestLog' does not exist in the current context [/Users/runner/work/Silk.NET/Silk.NET/sources/Playground/Playground.csproj]
|
|
Build
/Users/runner/work/Silk.NET/Silk.NET/sources/Playground/InputTesting.cs(44,9): error CS0103: The name 'TestLog' does not exist in the current context [/Users/runner/work/Silk.NET/Silk.NET/sources/Playground/Playground.csproj]
|
|
Build
/Users/runner/work/Silk.NET/Silk.NET/sources/Playground/InputTesting.cs(12,9): error CS0103: The name 'TestLog' does not exist in the current context [/Users/runner/work/Silk.NET/Silk.NET/sources/Playground/Playground.csproj]
|
|
Report Coverage
Failed to execute ReportGenerator global tool
|
|
Test (linux-x64, ubuntu-22.04, linux-x64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test (linux-x64, ubuntu-22.04, linux-x64)
No files were found with the provided path: ./coverage/**/coverage.cobertura.xml. No artifacts will be uploaded.
|
|
Test (linux-x64, ubuntu-22.04, linux-x64):
sources/Input/Input/GamepadState.cs#L20
XML comment has cref attribute 'joystickYAxisIndicesDU' that could not be resolved
|
|
Test (linux-x64, ubuntu-22.04, linux-x64):
sources/Input/Input/GamepadState.cs#L20
XML comment has cref attribute 'joystickXAxisIndicesLR' that could not be resolved
|
|
Test (linux-x64, ubuntu-22.04, linux-x64):
sources/Input/Input/GamepadState.cs#L18
XML comment has a param tag for 'joystickTriggerIndicesLR', but there is no parameter by that name
|
|
Test (linux-x64, ubuntu-22.04, linux-x64):
sources/Input/Input/GamepadState.cs#L17
XML comment has a param tag for 'joystickYAxisIndicesDU', but there is no parameter by that name
|
|
Test (linux-x64, ubuntu-22.04, linux-x64):
sources/Input/Input/GamepadState.cs#L16
XML comment has a param tag for 'joystickXAxisIndicesLR', but there is no parameter by that name
|
|
Test (linux-x64, ubuntu-22.04, linux-x64):
sources/Input/Input/DualReadOnlyList.cs#L14
XML comment has a typeparam tag for 'T', but there is no type parameter by that name
|
|
Test (linux-x64, ubuntu-22.04, linux-x64):
sources/Input/Input/Implementations/SDL3/Devices/Joysticks/SdlJoystick.cs#L68
Non-nullable field '_rawAxisState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Test (linux-x64, ubuntu-22.04, linux-x64):
sources/Input/Input/Implementations/SDL3/Devices/Joysticks/SdlJoystick.cs#L68
Non-nullable field '_rawButtonState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Test (linux-x64, ubuntu-22.04, linux-x64):
sources/Input/Input/Implementations/SDL3/Devices/Joysticks/SdlJoystick.cs#L68
Non-nullable property 'State' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Test (linux-x64, ubuntu-22.04, linux-x64):
sources/Input/Input/Implementations/SDL3/Devices/Joysticks/SdlGamepad.cs#L20
Non-nullable field '_state' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Test (osx-arm64, macos-latest, osx-arm64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test (osx-arm64, macos-latest, osx-arm64)
No files were found with the provided path: ./coverage/**/coverage.cobertura.xml. No artifacts will be uploaded.
|
|
Test (osx-arm64, macos-latest, osx-arm64):
sources/Input/Input/GamepadState.cs#L20
XML comment has cref attribute 'joystickYAxisIndicesDU' that could not be resolved
|
|
Test (osx-arm64, macos-latest, osx-arm64):
sources/Input/Input/GamepadState.cs#L20
XML comment has cref attribute 'joystickXAxisIndicesLR' that could not be resolved
|
|
Test (osx-arm64, macos-latest, osx-arm64):
sources/Input/Input/GamepadState.cs#L18
XML comment has a param tag for 'joystickTriggerIndicesLR', but there is no parameter by that name
|
|
Test (osx-arm64, macos-latest, osx-arm64):
sources/Input/Input/GamepadState.cs#L17
XML comment has a param tag for 'joystickYAxisIndicesDU', but there is no parameter by that name
|
|
Test (osx-arm64, macos-latest, osx-arm64):
sources/Input/Input/GamepadState.cs#L16
XML comment has a param tag for 'joystickXAxisIndicesLR', but there is no parameter by that name
|
|
Test (osx-arm64, macos-latest, osx-arm64):
sources/Input/Input/DualReadOnlyList.cs#L14
XML comment has a typeparam tag for 'T', but there is no type parameter by that name
|
|
Test (osx-arm64, macos-latest, osx-arm64):
sources/Input/Input/Implementations/SDL3/Devices/Joysticks/SdlGamepad.cs#L20
Non-nullable field '_state' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Test (osx-arm64, macos-latest, osx-arm64):
sources/Input/Input/Implementations/SDL3/Devices/Joysticks/SdlJoystick.cs#L68
Non-nullable field '_rawAxisState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Test (osx-arm64, macos-latest, osx-arm64):
sources/Input/Input/Implementations/SDL3/Devices/Joysticks/SdlJoystick.cs#L68
Non-nullable field '_rawButtonState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Test (osx-arm64, macos-latest, osx-arm64):
sources/Input/Input/Implementations/SDL3/Devices/Joysticks/SdlJoystick.cs#L68
Non-nullable property 'State' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build
/Users/runner/work/Silk.NET/Silk.NET/sources/Input/Input/GamepadState.cs(20,65): warning CS1574: XML comment has cref attribute 'joystickYAxisIndicesDU' that could not be resolved [/Users/runner/work/Silk.NET/Silk.NET/sources/Input/Input/Silk.NET.Input.csproj::TargetFramework=net10.0]
|
|
Build
/Users/runner/work/Silk.NET/Silk.NET/sources/Input/Input/GamepadState.cs(20,24): warning CS1574: XML comment has cref attribute 'joystickXAxisIndicesLR' that could not be resolved [/Users/runner/work/Silk.NET/Silk.NET/sources/Input/Input/Silk.NET.Input.csproj::TargetFramework=net10.0]
|
|
Build
/Users/runner/work/Silk.NET/Silk.NET/sources/Input/Input/GamepadState.cs(18,22): warning CS1572: XML comment has a param tag for 'joystickTriggerIndicesLR', but there is no parameter by that name [/Users/runner/work/Silk.NET/Silk.NET/sources/Input/Input/Silk.NET.Input.csproj::TargetFramework=net10.0]
|
|
Build
/Users/runner/work/Silk.NET/Silk.NET/sources/Input/Input/GamepadState.cs(17,22): warning CS1572: XML comment has a param tag for 'joystickYAxisIndicesDU', but there is no parameter by that name [/Users/runner/work/Silk.NET/Silk.NET/sources/Input/Input/Silk.NET.Input.csproj::TargetFramework=net10.0]
|
|
Build
/Users/runner/work/Silk.NET/Silk.NET/sources/Input/Input/GamepadState.cs(16,22): warning CS1572: XML comment has a param tag for 'joystickXAxisIndicesLR', but there is no parameter by that name [/Users/runner/work/Silk.NET/Silk.NET/sources/Input/Input/Silk.NET.Input.csproj::TargetFramework=net10.0]
|
|
Build
/Users/runner/work/Silk.NET/Silk.NET/sources/Input/Input/DualReadOnlyList.cs(14,26): warning CS1711: XML comment has a typeparam tag for 'T', but there is no type parameter by that name [/Users/runner/work/Silk.NET/Silk.NET/sources/Input/Input/Silk.NET.Input.csproj::TargetFramework=net10.0]
|
|
Build
/Users/runner/work/Silk.NET/Silk.NET/sources/Input/Input/Implementations/SDL3/Devices/Joysticks/SdlJoystick.cs(68,13): warning CS8618: Non-nullable field '_rawAxisState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable. [/Users/runner/work/Silk.NET/Silk.NET/sources/Input/Input/Silk.NET.Input.csproj::TargetFramework=net10.0]
|
|
Build
/Users/runner/work/Silk.NET/Silk.NET/sources/Input/Input/Implementations/SDL3/Devices/Joysticks/SdlJoystick.cs(68,13): warning CS8618: Non-nullable field '_rawButtonState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable. [/Users/runner/work/Silk.NET/Silk.NET/sources/Input/Input/Silk.NET.Input.csproj::TargetFramework=net10.0]
|
|
Build
/Users/runner/work/Silk.NET/Silk.NET/sources/Input/Input/Implementations/SDL3/Devices/Joysticks/SdlJoystick.cs(68,13): warning CS8618: Non-nullable property 'State' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [/Users/runner/work/Silk.NET/Silk.NET/sources/Input/Input/Silk.NET.Input.csproj::TargetFramework=net10.0]
|
|
Build
/Users/runner/work/Silk.NET/Silk.NET/sources/Input/Input/Implementations/SDL3/Devices/Joysticks/SdlGamepad.cs(20,13): warning CS8618: Non-nullable field '_state' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable. [/Users/runner/work/Silk.NET/Silk.NET/sources/Input/Input/Silk.NET.Input.csproj::TargetFramework=net10.0]
|
|
Test (win-x64, windows-latest, win-x64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test (win-x64, windows-latest, win-x64)
No files were found with the provided path: ./coverage/**/coverage.cobertura.xml. No artifacts will be uploaded.
|
|
Test (win-x64, windows-latest, win-x64):
sources/Input/Input/GamepadState.cs#L20
XML comment has cref attribute 'joystickYAxisIndicesDU' that could not be resolved
|
|
Test (win-x64, windows-latest, win-x64):
sources/Input/Input/GamepadState.cs#L20
XML comment has cref attribute 'joystickXAxisIndicesLR' that could not be resolved
|
|
Test (win-x64, windows-latest, win-x64):
sources/Input/Input/GamepadState.cs#L18
XML comment has a param tag for 'joystickTriggerIndicesLR', but there is no parameter by that name
|
|
Test (win-x64, windows-latest, win-x64):
sources/Input/Input/GamepadState.cs#L17
XML comment has a param tag for 'joystickYAxisIndicesDU', but there is no parameter by that name
|
|
Test (win-x64, windows-latest, win-x64):
sources/Input/Input/GamepadState.cs#L16
XML comment has a param tag for 'joystickXAxisIndicesLR', but there is no parameter by that name
|
|
Test (win-x64, windows-latest, win-x64):
sources/Input/Input/DualReadOnlyList.cs#L14
XML comment has a typeparam tag for 'T', but there is no type parameter by that name
|
|
Test (win-x64, windows-latest, win-x64):
sources/Input/Input/Implementations/SDL3/Devices/Joysticks/SdlGamepad.cs#L20
Non-nullable field '_state' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Test (win-x64, windows-latest, win-x64):
sources/Input/Input/Implementations/SDL3/Devices/Joysticks/SdlJoystick.cs#L68
Non-nullable field '_rawAxisState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Test (win-x64, windows-latest, win-x64):
sources/Input/Input/Implementations/SDL3/Devices/Joysticks/SdlJoystick.cs#L68
Non-nullable field '_rawButtonState' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Test (win-x64, windows-latest, win-x64):
sources/Input/Input/Implementations/SDL3/Devices/Joysticks/SdlJoystick.cs#L68
Non-nullable property 'State' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Report Coverage
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, actions/setup-dotnet@v1, danielpalme/[email protected]. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|