Skip to content

Linux: portable manylinux build, vcpkg for Linux, slim profile expansion #831

Linux: portable manylinux build, vcpkg for Linux, slim profile expansion

Linux: portable manylinux build, vcpkg for Linux, slim profile expansion #831

Triggered via pull request March 14, 2026 13:18
Status Failure
Total duration 31m 33s
Artifacts

windows.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
build
Process completed with exit code 1.
build: test/OpenCvSharp.Tests/imgcodecs/ImgCodecsTest.cs#L209
The best overload for 'Move' does not have a parameter named 'overwrite'
build: test/OpenCvSharp.Tests/dnn/DnnDataFixture.cs#L18
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
build: test/OpenCvSharp.Tests/FileDownloader.cs#L9
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
build: test/OpenCvSharp.Tests/tracking/TrackerTestBase.cs#L5
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
build: test/OpenCvSharp.Tests/TestBase.cs#L13
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
build: test/OpenCvSharp.Tests/ExplicitTheoryAttribute.cs#L22
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
build: test/OpenCvSharp.Tests/ArchitectureSpecificFactAttribute.cs#L8
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
build: test/OpenCvSharp.Tests/ExplicitTheoryAttribute.cs#L8
Because an application's API isn't typically referenced from outside the assembly, types can be made internal (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1515)
build: test/OpenCvSharp.Tests/TestBase.cs#L20
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build: test/OpenCvSharp.Tests/TestBase.cs#L19
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build: src/OpenCvSharp/Internal/PInvoke/NativeMethods/NativeMethods_aruco.cs#L35
Specify marshaling for P/Invoke string arguments (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2101)
build: opencv_contrib/modules/text/src/ocr_tesseract.cpp#L208
'argument': conversion from 'size_t' to 'int', possible loss of data