Add testing infrastructure and satchel test #22
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)
|