Skip to content

Adjusting code style #25

Adjusting code style

Adjusting code style #25

Triggered via push July 3, 2023 17:50
Status Success
Total duration 39s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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#L51
This call site is reachable on all platforms. 'Bitmap.GetPixel(int, int)' 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: 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#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
- At least one .targets file was found in 'build/', but 'build/Desktop.Robot.targets' was not.
build: Example/Program.cs#L27
This call site is reachable on all platforms. 'ImageFormat.Bmp' 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'.