Skip to content

Comment out VisibilityXY method and related calls #5

Comment out VisibilityXY method and related calls

Comment out VisibilityXY method and related calls #5

Triggered via push August 11, 2024 01:26
Status Failure
Total duration 3m 34s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
build (x64, Release): Aimmy2/MainWindow.xaml.cs#L366
The name 'VisibilityXY' does not exist in the current context
build (x64, Release): Aimmy2/MainWindow.xaml.cs#L369
The name 'VisibilityXY' does not exist in the current context
build (x64, Release)
Process completed with exit code 1.
build (x64, Release): Aimmy2/MouseMovementLibraries/RazerSupport/RZMouse.cs#L79
Converting null literal or possible null value to non-nullable type.
build (x64, Release): Aimmy2/MouseMovementLibraries/GHubSupport/LGDownloader.xaml.cs#L87
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
build (x64, Release): Aimmy2/MouseMovementLibraries/ddxoftSupport/ddxoftMouse.cs#L41
Non-nullable field 'btn' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (x64, Release): Aimmy2/MouseMovementLibraries/ddxoftSupport/ddxoftMouse.cs#L42
Non-nullable field 'whl' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (x64, Release): Aimmy2/MouseMovementLibraries/ddxoftSupport/ddxoftMouse.cs#L43
Non-nullable field 'mov' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (x64, Release): Aimmy2/MouseMovementLibraries/ddxoftSupport/ddxoftMouse.cs#L44
Non-nullable field 'movR' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (x64, Release): Aimmy2/MouseMovementLibraries/ddxoftSupport/ddxoftMouse.cs#L45
Non-nullable field 'key' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (x64, Release): Aimmy2/MouseMovementLibraries/ddxoftSupport/ddxoftMouse.cs#L46
Non-nullable field 'str' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (x64, Release): Aimmy2/MouseMovementLibraries/ddxoftSupport/ddxoftMouse.cs#L47
Non-nullable field 'todc' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build (x64, Release): Aimmy2/Other/RequirementsManager.cs#L53
Dereference of a possibly null reference.