Skip to content

Implemented MouseMoveRelative method. (#60) #29

Implemented MouseMoveRelative method. (#60)

Implemented MouseMoveRelative method. (#60) #29

Triggered via push August 19, 2024 18:11
Status Success
Total duration 37s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: Desktop.Robot/AbstractRobot.cs#L44
This call site is reachable on all platforms. 'Image.Size' is only supported on: 'windows'.
build: Desktop.Robot/AbstractRobot.cs#L51
This call site is reachable on all platforms. 'Bitmap.GetPixel(int, int)' is only supported on: 'windows'.
build: Desktop.Robot/AbstractRobot.cs#L42
This call site is reachable on all platforms. 'Bitmap' is only supported on: 'windows'.
build: Desktop.Robot/AbstractRobot.cs#L42
This call site is reachable on all platforms. 'PixelFormat.Format32bppArgb' is only supported on: 'windows'.
build: Desktop.Robot/AbstractRobot.cs#L43
This call site is reachable on all platforms. 'Graphics.FromImage(Image)' is only supported on: 'windows'.
build: Desktop.Robot/AbstractRobot.cs#L44
This call site is reachable on all platforms. 'Graphics.CopyFromScreen(int, int, int, int, Size, CopyPixelOperation)' is only supported on: 'windows'.
build: Desktop.Robot/AbstractRobot.cs#L44
This call site is reachable on all platforms. 'CopyPixelOperation.SourceCopy' is only supported on: 'windows'.
build: Example/Program.cs#L27
This call site is reachable on all platforms. 'Image.Save(string, ImageFormat)' is only supported on: 'windows'.
build: Example/Program.cs#L27
This call site is reachable on all platforms. 'ImageFormat.Bmp' is only supported on: 'windows'.
build
- At least one .targets file was found in 'build/', but 'build/Desktop.Robot.targets' was not.