Commit 70adeaa
Fix: include OpenCvSharp.Analyzers.dll in NuGet package under analyzers/dotnet/cs/
OutputItemType="Analyzer" on a ProjectReference enables the analyzer during
in-solution builds but does not cause the DLL to be packaged into the NuGet
package. Add an explicit None item with Pack=true and PackagePath=analyzers/dotnet/cs
so that the Roslyn analyzers (OCVS001–OCVS005) are active for consumers of the
OpenCvSharp4 NuGet package.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d453d25 commit 70adeaa
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
54 | 60 | | |
55 | 61 | | |
56 | 62 | | |
| |||
0 commit comments