Skip to content

Add OverlayAPI

Add OverlayAPI #13

Triggered via push July 20, 2026 09:16
Status Failure
Total duration 2m 25s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build-and-test: src/Core/KeyAsio.Sync/Sources/LazerIpcBridge.cs#L12
The name 'LazerProtocolConstants' does not exist in the current context
build-and-test: src/Core/KeyAsio.Sync/Sources/LazerIpcFrame.cs#L141
The type or namespace name 'LazerStatistics' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: src/Core/KeyAsio.Sync/Sources/LazerIpcFrame.cs#L58
The type or namespace name 'LazerDeltaFrame' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: src/Core/KeyAsio.Sync/Sources/LazerIpcFrame.cs#L24
The type or namespace name 'LazerSkinInfo' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: src/Core/KeyAsio.Sync/Sources/LazerIpcFrame.cs#L20
The type or namespace name 'LazerFile' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: src/Core/KeyAsio.Sync/Sources/LazerIpcBridge.cs#L221
The type or namespace name 'LazerDeltaFrame' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: src/Core/KeyAsio.Sync/Sources/LazerIpcBridge.cs#L38
The type or namespace name 'LazerDeltaFrame' could not be found (are you missing a using directive or an assembly reference?)
build-and-test: src/Core/KeyAsio.Sync/Sources/LazerIpcGameSyncSource.cs#L3
The type or namespace name 'LazerProtocol' does not exist in the namespace 'KeyAsio' (are you missing an assembly reference?)
build-and-test: src/Core/KeyAsio.Sync/Sources/LazerIpcFrame.cs#L1
The type or namespace name 'LazerProtocol' does not exist in the namespace 'KeyAsio' (are you missing an assembly reference?)
build-and-test: src/Core/KeyAsio.Sync/Sources/LazerIpcBridge.cs#L5
The type or namespace name 'LazerProtocol' does not exist in the namespace 'KeyAsio' (are you missing an assembly reference?)
build-and-test: dependencies/Milki.Extensions/src/Milki.Extensions.MouseKeyHook/Milki.Extensions.MouseKeyHook/RawInput/RawInputController.cs#L141
This call site is reachable on all platforms. 'PInvoke.GetMessage(out MSG, HWND, uint, uint)' is only supported on: 'windows' 5.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build-and-test: dependencies/Milki.Extensions/src/Milki.Extensions.Threading/net8_0/SingleThread.cs#L26
This call site is reachable on all platforms. 'Thread.SetApartmentState(ApartmentState)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build-and-test: dependencies/Milki.Extensions/src/Milki.Extensions.Threading/net8_0/SingleSynchronizationContext.cs#L102
Converting null literal or possible null value to non-nullable type.
build-and-test: dependencies/Milki.Extensions/src/Milki.Extensions.Threading/net8_0/SingleSynchronizationContext.cs#L77
Converting null literal or possible null value to non-nullable type.
build-and-test: dependencies/Milki.Extensions/src/Milki.Extensions.Configuration/Internal/Yaml/CommentGatheringTypeInspector.cs#L66
Nullability of reference types in type of parameter 'value' of 'void CommentsPropertyDescriptor.TypeOverride.set' doesn't match implicitly implemented member 'void IPropertyDescriptor.TypeOverride.set' (possibly because of nullability attributes).
build-and-test: dependencies/Milki.Extensions/src/Milki.Extensions.Configuration/Internal/Yaml/CommentGatheringTypeInspector.cs#L83
Nullability of reference types in type of parameter 'value' of 'void CommentsPropertyDescriptor.Write(object target, object value)' doesn't match implicitly implemented member 'void IPropertyDescriptor.Write(object target, object? value)' (possibly because of nullability attributes).
build-and-test: dependencies/Milki.Extensions/src/Milki.Extensions.Configuration/Internal/Yaml/CommentGatheringTypeInspector.cs#L42
Nullability of type of parameter 'container' doesn't match overridden member (possibly because of nullability attributes).