Skip to content

Fix git checkout on Azure Pipelines Windows Environment 🐛🧹 #120

Fix git checkout on Azure Pipelines Windows Environment 🐛🧹

Fix git checkout on Azure Pipelines Windows Environment 🐛🧹 #120

Triggered via push May 26, 2024 20:30
Status Success
Total duration 5m 15s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "read-memory-64-bit-self-contained-single-file-exe-bfde7933620809d5a59cc61328599eebea4cd8f0-win-x64", "read-memory-64-bit-separate-assemblies-bfde7933620809d5a59cc61328599eebea4cd8f0-win-x64". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
build (windows-2022)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build (windows-2022): implement/read-memory-64-bit/Program.cs#L874
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#L296
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#L296
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#L306
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#L318
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#L317
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#L315
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#L306
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#L320
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)
build (windows-2022): implement/read-memory-64-bit/Program.cs#L308
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#L874
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#L313
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#L347
This call site is reachable on all platforms. 'CopyPixelOperation.SourceCopy' 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#L296
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#L383
This call site is reachable on all platforms. 'CopyPixelOperation.SourceCopy' 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#L340
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#L377
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#L340
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#L376
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#L341
This call site is reachable on all platforms. 'Graphics.FromImage(Image)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)