[3.0] Input Rewrite #1299
dotnet.yml
on: pull_request
Matrix: Test
Build
5m 9s
Report Coverage
0s
Release
0s
Annotations
9 errors and 12 warnings
|
Test (linux-x64, ubuntu-22.04, linux-x64)
Process completed with exit code 1.
|
|
Test (linux-x64, ubuntu-22.04, linux-x64):
sources/Input/Input/Implementations/SDL3/Devices/Pointers/SdlPen.cs#L86
The name 'UpdatePoint' does not exist in the current context
|
|
Test (osx-arm64, macos-latest, osx-arm64)
Process completed with exit code 1.
|
|
Test (osx-arm64, macos-latest, osx-arm64):
sources/Input/Input/Implementations/SDL3/Devices/Pointers/SdlPen.cs#L86
The name 'UpdatePoint' does not exist in the current context
|
|
Test (win-x64, windows-latest, win-x64)
Process completed with exit code 1.
|
|
Test (win-x64, windows-latest, win-x64):
sources/Input/Input/Implementations/SDL3/Devices/Pointers/SdlPen.cs#L86
The name 'UpdatePoint' does not exist in the current context
|
|
Build
Process completed with exit code 255.
|
|
Build
Target "Pack" has thrown an exception
|
|
Build
/Users/runner/work/Silk.NET/Silk.NET/sources/Input/Input/Implementations/SDL3/Devices/Pointers/SdlPen.cs(86,9): error CS0103: The name 'UpdatePoint' does not exist in the current context [/Users/runner/work/Silk.NET/Silk.NET/sources/Input/Input/Silk.NET.Input.csproj::TargetFramework=net10.0]
|
|
Test (linux-x64, ubuntu-22.04, linux-x64):
sources/Input/Input/Implementations/SDL3/SdlInputBackend.Devices.cs#L28
Dereference of a possibly null reference.
|
|
Test (linux-x64, ubuntu-22.04, linux-x64):
sources/Input/Input/CustomCursor.cs#L6
'CustomCursor' defines operator == or operator != but does not override Object.GetHashCode()
|
|
Test (linux-x64, ubuntu-22.04, linux-x64):
sources/Input/Input/CustomCursor.cs#L6
'CustomCursor' defines operator == or operator != but does not override Object.Equals(object o)
|
|
Test (osx-arm64, macos-latest, osx-arm64):
sources/Input/Input/Implementations/SDL3/SdlInputBackend.Devices.cs#L28
Dereference of a possibly null reference.
|
|
Test (osx-arm64, macos-latest, osx-arm64):
sources/Input/Input/CustomCursor.cs#L6
'CustomCursor' defines operator == or operator != but does not override Object.GetHashCode()
|
|
Test (osx-arm64, macos-latest, osx-arm64):
sources/Input/Input/CustomCursor.cs#L6
'CustomCursor' defines operator == or operator != but does not override Object.Equals(object o)
|
|
Test (win-x64, windows-latest, win-x64):
sources/Input/Input/Implementations/SDL3/SdlInputBackend.Devices.cs#L28
Dereference of a possibly null reference.
|
|
Test (win-x64, windows-latest, win-x64):
sources/Input/Input/CustomCursor.cs#L6
'CustomCursor' defines operator == or operator != but does not override Object.GetHashCode()
|
|
Test (win-x64, windows-latest, win-x64):
sources/Input/Input/CustomCursor.cs#L6
'CustomCursor' defines operator == or operator != but does not override Object.Equals(object o)
|
|
Build
/Users/runner/work/Silk.NET/Silk.NET/sources/Input/Input/Implementations/SDL3/SdlInputBackend.Devices.cs(28,13): warning CS8602: Dereference of a possibly null reference. [/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/CustomCursor.cs(6,28): warning CS0661: 'CustomCursor' defines operator == or operator != but does not override Object.GetHashCode() [/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/CustomCursor.cs(6,28): warning CS0660: 'CustomCursor' defines operator == or operator != but does not override Object.Equals(object o) [/Users/runner/work/Silk.NET/Silk.NET/sources/Input/Input/Silk.NET.Input.csproj::TargetFramework=net10.0]
|