Skip to content

Add testing infrastructure and satchel test #22

Add testing infrastructure and satchel test

Add testing infrastructure and satchel test #22

Triggered via push March 6, 2024 22:09
Status Success
Total duration 2m 43s
Artifacts

test.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-test: src/Services/WebDriverService.cs#L92
This call site is reachable on all platforms. 'Registry.GetValue(string, string?, object?)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build-and-test: src/ViewModels/TagsViewModel.cs#L187
This call site is reachable on all platforms. 'DragDrop.DefaultDropHandler' is only supported on: 'Windows' 7.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build-and-test: src/Services/WebDriverService.cs#L91
This call site is reachable on all platforms. 'Registry.GetValue(string, string?, object?)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build-and-test: src/ViewModels/TagsViewModel.cs#L187
This call site is reachable on all platforms. 'IDropTarget.DragOver(IDropInfo)' is only supported on: 'Windows' 7.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build-and-test: src/ViewModels/TagsViewModel.cs#L190
This call site is reachable on all platforms. 'IDropTarget.Drop(IDropInfo)' is only supported on: 'Windows' 7.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build-and-test: src/ViewModels/TagsViewModel.cs#L190
This call site is reachable on all platforms. 'DragDrop.DefaultDropHandler' is only supported on: 'Windows' 7.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build-and-test: src/Tools/BarcodeReader/WebcamStreaming.cs#L161
This call site is reachable on all platforms. 'Image.Dispose()' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build-and-test: src/Tools/BarcodeReader/HelperClasses.cs#L20
This call site is reachable on all platforms. 'BitmapData.Stride' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build-and-test: src/Tools/BarcodeReader/HelperClasses.cs#L12
This call site is reachable on all platforms. 'Bitmap.LockBits(Rectangle, ImageLockMode, PixelFormat)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build-and-test: src/Tools/BarcodeReader/HelperClasses.cs#L14
This call site is reachable on all platforms. 'Image.PixelFormat' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)