Skip to content

Merge pull request #889 from IceStormNG/asus-mouse-support #57

Merge pull request #889 from IceStormNG/asus-mouse-support

Merge pull request #889 from IceStormNG/asus-mouse-support #57

Triggered via push July 25, 2023 17:23
Status Success
Total duration 1m 42s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: app/Settings.cs#L978
Cannot convert null literal to non-nullable reference type.
build: app/AppConfig.cs#L113
Cannot convert null literal to non-nullable reference type.
build: app/AsusUSB.cs#L88
Nullable value type may be null.
build: app/AnimeMatrix/AniMatrixControl.cs#L68
Dereference of a possibly null reference.
build: app/AnimeMatrix/AniMatrixControl.cs#L121
Dereference of a possibly null reference.
build: app/AnimeMatrix/AniMatrixControl.cs#L124
Dereference of a possibly null reference.
build: app/AnimeMatrix/AniMatrixControl.cs#L133
Dereference of a possibly null reference.
build: app/HardwareControl.cs#L50
Possible null reference return.
build: app/Updates.cs#L53
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: app/Updates.cs#L58
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.