Fix: Correct WASM library filename from libOpenCvSharpExtern.a to OpenCvSharpExtern.a #1838
+3
−3
Annotations
11 warnings
|
Pack NuGet packages
- Add lib or ref assemblies for the net8.0 target framework
|
|
Pack NuGet packages
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
|
|
Pack NuGet packages
-lib/netstandard/_._
|
|
Pack NuGet packages
-lib/netcoreapp/_._
|
|
Pack NuGet packages
-lib/net8.0/_._
|
|
Pack NuGet packages
This package does not contain a lib/ or ref/ folder, and will therefore be treated as compatible for all frameworks. Since framework specific files were found under the build/ directory for net8.0, netcoreapp, netstandard, consider creating the following empty files to correctly narrow the compatibility of the package:
|
|
Pack NuGet packages:
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)
|
|
Pack NuGet packages:
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)'.
|
|
Pack NuGet packages:
src/OpenCvSharp/Modules/core/Mat/Mat.cs#L303
Ambiguous reference in cref attribute: 'Mat.FromPixelData'. Assuming 'Mat.FromPixelData(int, int, MatType, IntPtr, long)', but could have also matched other overloads including 'Mat.FromPixelData(int, int, MatType, Array, long)'.
|
|
Pack NuGet packages:
src/OpenCvSharp/Modules/core/Mat/Mat.cs#L303
Ambiguous reference in cref attribute: 'Mat.FromPixelData'. Assuming 'Mat.FromPixelData(int, int, MatType, IntPtr, long)', but could have also matched other overloads including 'Mat.FromPixelData(int, int, MatType, Array, long)'.
|
|
Test:
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)
|
Loading