Merge pull request #2126 from shimat/fix/windows-vcpkg-bootstrap #513
Annotations
10 warnings
|
Test:
test/OpenCvSharp.Tests/photo/ColorCorrectionModelTest.cs#L16
Random is an insecure random number generator. Use cryptographically secure random number generators when randomness is required for security. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5394)
|
|
Test:
test/OpenCvSharp.Tests/aruco/ArucoTest.cs#L978
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)
|
|
Test:
test/OpenCvSharp.Tests/aruco/ArucoTest.cs#L657
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)
|
|
Test:
test/OpenCvSharp.Tests/core/MatExprBehaviorTest.cs#L46
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)
|
|
Test:
test/OpenCvSharp.Tests/photo/ColorCorrectionModelTest.cs#L10
Change return type of method 'MakeSyntheticPatches' from 'OpenCvSharp.Mat' to 'OpenCvSharp.Mat<OpenCvSharp.Vec3d>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
|
|
Test:
test/OpenCvSharp.Tests/photo/ColorCorrectionModelTest.cs#L16
Random is an insecure random number generator. Use cryptographically secure random number generators when randomness is required for security. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5394)
|
|
Test:
test/OpenCvSharp.Tests/photo/ColorCorrectionModelTest.cs#L16
Random is an insecure random number generator. Use cryptographically secure random number generators when randomness is required for security. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5394)
|
|
Test:
test/OpenCvSharp.Tests/photo/ColorCorrectionModelTest.cs#L16
Random is an insecure random number generator. Use cryptographically secure random number generators when randomness is required for security. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca5394)
|
|
Test:
test/OpenCvSharp.Tests/aruco/ArucoTest.cs#L978
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)
|
|
Test:
test/OpenCvSharp.Tests/aruco/ArucoTest.cs#L657
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)
|
background
wait
wait-all
cancel
parallel
Loading