You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To create a NuGet package containing both analyzer variants:
112
+
113
+
```bash
114
+
dotnet pwsh ./build.ps1 -Pack
115
+
```
116
+
117
+
**Note:** Running `dotnet pack` directly without first building all Roslyn variants will fail with an error message. Always use `./build.ps1 -Pack` to ensure both analyzer variants are included in the package.
0 commit comments