Skip to content

Improve readability in program code #104

Improve readability in program code

Improve readability in program code #104

Triggered via push January 3, 2024 13:58
Status Success
Total duration 2m 22s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build (windows-2022): implement/read-memory-64-bit/Program.cs#L873
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-2022): implement/read-memory-64-bit/Program.cs#L300
This call site is reachable on all platforms. 'ImageFormat.Bmp' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-2022): implement/read-memory-64-bit/Program.cs#L300
This call site is reachable on all platforms. 'Image.Save(Stream, ImageFormat)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-2022): implement/read-memory-64-bit/Program.cs#L317
This call site is reachable on all platforms. 'Bitmap.UnlockBits(BitmapData)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-2022): implement/read-memory-64-bit/Program.cs#L309
This call site is reachable on all platforms. 'Bitmap.LockBits(Rectangle, ImageLockMode, PixelFormat)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-2022): implement/read-memory-64-bit/Program.cs#L321
This call site is reachable on all platforms. 'Image.Width' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-2022): implement/read-memory-64-bit/Program.cs#L318
This call site is reachable on all platforms. 'Image.Height' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-2022): implement/read-memory-64-bit/Program.cs#L312
This call site is reachable on all platforms. 'PixelFormat.Format24bppRgb' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-2022): implement/read-memory-64-bit/Program.cs#L311
This call site is reachable on all platforms. 'ImageLockMode.ReadOnly' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-2022): implement/read-memory-64-bit/Program.cs#L310
This call site is reachable on all platforms. 'Image.Width' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-2022): implement/read-memory-64-bit/Program.cs#L873
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (windows-2022): implement/read-memory-64-bit/Program.cs#L315
This call site is reachable on all platforms. 'BitmapData.Scan0' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-2022): implement/read-memory-64-bit/Program.cs#L381
This call site is reachable on all platforms. 'Graphics.CopyFromScreen(int, int, int, int, Size, CopyPixelOperation)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-2022): implement/read-memory-64-bit/Program.cs#L345
This call site is reachable on all platforms. 'Graphics.CopyFromScreen(int, int, int, int, Size, CopyPixelOperation)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-2022): implement/read-memory-64-bit/Program.cs#L300
This call site is reachable on all platforms. 'ImageFormat.Bmp' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-2022): implement/read-memory-64-bit/Program.cs#L344
This call site is reachable on all platforms. 'Bitmap' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-2022): implement/read-memory-64-bit/Program.cs#L380
This call site is reachable on all platforms. 'Bitmap' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-2022): implement/read-memory-64-bit/Program.cs#L313
This call site is reachable on all platforms. 'Image.Height' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-2022): implement/read-memory-64-bit/Program.cs#L300
This call site is reachable on all platforms. 'Image.Save(Stream, ImageFormat)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build (windows-2022): implement/read-memory-64-bit/Program.cs#L324
This call site is reachable on all platforms. 'BitmapData.Stride' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)