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 34000be commit 116f3caCopy full SHA for 116f3ca
.github/workflows/api-docs.yml
@@ -19,5 +19,4 @@ jobs:
19
with:
20
dotnet-version: 6.0.x
21
- name: Check API Documentation
22
- shell: cmd
23
- run: dotnet build SimpleDataGrid/SimpleDataGrid.csproj /p:WarningsAsErrors=CS1591;CS1573;CS1572;CS1570
+ run: dotnet build SimpleDataGrid/SimpleDataGrid.csproj /p:CustomAfterMicrosoftCommonTargets=Warnings.props
0 commit comments