Skip to content

Remove net48 as a direct build target #752

Remove net48 as a direct build target

Remove net48 as a direct build target #752

Triggered via pull request February 28, 2026 16:38
Status Failure
Total duration 7m 25s
Artifacts

windows.yml

on: pull_request
Matrix: build-native
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 14 warnings
build-native (x86)
Process completed with exit code 1.
build-native (x64)
The strategy configuration was canceled because "build-native.x86_Win32_opencv_files_op" failed
build-native (x64)
The operation was canceled.
build-native (x86): test/OpenCvSharp.Tests/objdetect/FaceDetectorYNTest.cs#L140
Remove the underscores from member name OpenCvSharp.Tests.ObjDetect.FaceDetectorYNTest.Detect_DifferentThresholds() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build-native (x86): test/OpenCvSharp.Tests/objdetect/FaceDetectorYNTest.cs#L119
Remove the underscores from member name OpenCvSharp.Tests.ObjDetect.FaceDetectorYNTest.Detect_MultipleCalls() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build-native (x86): test/OpenCvSharp.Tests/objdetect/FaceDetectorYNTest.cs#L99
Remove the underscores from member name OpenCvSharp.Tests.ObjDetect.FaceDetectorYNTest.Detect_NoFace() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build-native (x86): test/OpenCvSharp.Tests/objdetect/FaceDetectorYNTest.cs#L65
Remove the underscores from member name OpenCvSharp.Tests.ObjDetect.FaceDetectorYNTest.Detect_Lenna() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build-native (x86): test/OpenCvSharp.Tests/objdetect/FaceDetectorYNTest.cs#L53
Remove the underscores from member name OpenCvSharp.Tests.ObjDetect.FaceDetectorYNTest.Dispose_Twice() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build-native (x86): test/OpenCvSharp.Tests/videoio/VideoCaptureTest.cs#L129
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
build-native (x86): src/OpenCvSharp/Internal/PInvoke/NativeMethods/NativeMethods_aruco.cs#L36
Specify marshaling for P/Invoke string arguments (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2101)
build-native (x86): src/OpenCvSharp/Modules/core/Mat/Mat.cs#L303
Ambiguous reference in cref attribute: 'Mat.FromPixelData'. Assuming 'Mat.FromPixelData(int, int, MatType, nint, long)', but could have also matched other overloads including 'Mat.FromPixelData(int, int, MatType, Array, long)'.
build-native (x64): test/OpenCvSharp.Tests/objdetect/FaceDetectorYNTest.cs#L140
Remove the underscores from member name OpenCvSharp.Tests.ObjDetect.FaceDetectorYNTest.Detect_DifferentThresholds() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build-native (x64): test/OpenCvSharp.Tests/objdetect/FaceDetectorYNTest.cs#L119
Remove the underscores from member name OpenCvSharp.Tests.ObjDetect.FaceDetectorYNTest.Detect_MultipleCalls() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build-native (x64): test/OpenCvSharp.Tests/objdetect/FaceDetectorYNTest.cs#L99
Remove the underscores from member name OpenCvSharp.Tests.ObjDetect.FaceDetectorYNTest.Detect_NoFace() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build-native (x64): test/OpenCvSharp.Tests/objdetect/FaceDetectorYNTest.cs#L65
Remove the underscores from member name OpenCvSharp.Tests.ObjDetect.FaceDetectorYNTest.Detect_Lenna() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build-native (x64): test/OpenCvSharp.Tests/objdetect/FaceDetectorYNTest.cs#L53
Remove the underscores from member name OpenCvSharp.Tests.ObjDetect.FaceDetectorYNTest.Dispose_Twice() (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
build-native (x64): test/OpenCvSharp.Tests/videoio/VideoCaptureTest.cs#L129
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)