Merge pull request #1623 from cryocz/fix-nuget-name #165
Annotations
15 warnings
src/OpenCvSharp/Cv2/Cv2_calib3d.cs#L55
Method Rodrigues passes parameter name 'vector.Length != 3' as the message argument to a ArgumentException constructor. Replace this argument with a descriptive message and pass the parameter name in the correct position. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
|
src/OpenCvSharp/Cv2/Cv2_calib3d.cs#L707
Method ProjectPoints passes parameter name 'rvec.Length != 3' as the message argument to a ArgumentException constructor. Replace this argument with a descriptive message and pass the parameter name in the correct position. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
|
src/OpenCvSharp/Cv2/Cv2_calib3d.cs#L711
Method ProjectPoints passes parameter name 'tvec.Length != 3' as the message argument to a ArgumentException constructor. Replace this argument with a descriptive message and pass the parameter name in the correct position. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
|
src/OpenCvSharp/Modules/ximgproc/Segmentation/SelectiveSearchSegmentation.cs#L147
Method AddGraphSegmentation passes parameter name 'g.PtrObj = null' as the message argument to a ArgumentException constructor. Replace this argument with a descriptive message and pass the parameter name in the correct position. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
|
src/OpenCvSharp/Modules/ximgproc/Segmentation/SelectiveSearchSegmentation.cs#L178
Method AddStrategy passes parameter name 's.PtrObj is null' as the message argument to a ArgumentException constructor. Replace this argument with a descriptive message and pass the parameter name in the correct position. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
|
src/OpenCvSharp/Internal/PInvoke/NativeMethods/NativeMethods_aruco.cs#L37
Specify marshaling for P/Invoke string arguments (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2101)
|
src/OpenCvSharp/Modules/videoio/VideoWriter.cs#L382
Method FourCC passes parameter name 'code.Length != 4' as the message argument to a ArgumentException constructor. Replace this argument with a descriptive message and pass the parameter name in the correct position. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
|
src/OpenCvSharp/Cv2/Cv2_core.cs#L417
Method LUT passes parameter name 'lut.Length != 256' as the message argument to a ArgumentException constructor. Replace this argument with a descriptive message and pass the parameter name in the correct position. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
|
src/OpenCvSharp/Cv2/Cv2_core.cs#L915
Method Merge passes parameter name 'mv.Length == 0' as the message argument to a ArgumentException constructor. Replace this argument with a descriptive message and pass the parameter name in the correct position. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
|
src/OpenCvSharp/Cv2/Cv2_core.cs#L988
Method MixChannels passes parameter name 'src.Length == 0' as the message argument to a ArgumentException constructor. Replace this argument with a descriptive message and pass the parameter name in the correct position. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
|
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading