We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484b8d3 commit 506105cCopy full SHA for 506105c
.github/workflows/api-docs.yml
@@ -19,4 +19,4 @@ jobs:
19
with:
20
dotnet-version: 6.0.x
21
- name: Check API Documentation
22
- run: dotnet build SimpleDataGrid/SimpleDataGrid.csproj /p:WarningsAsErrors="CS1591,CS1573,CS1572,CS1570"
+ run: dotnet build SimpleDataGrid/SimpleDataGrid.csproj /p:WarningsAsErrors='CS1591;CS1573;CS1572;CS1570'
0 commit comments