Skip to content

Do not emit errors in the console when comparing null permissions tables for request URLs within the same HTTP request block #559

Do not emit errors in the console when comparing null permissions tables for request URLs within the same HTTP request block

Do not emit errors in the console when comparing null permissions tables for request URLs within the same HTTP request block #559

Workflow file for this run

name: .NET
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
submodules: recursive
- name: Setup .NET
uses: actions/[email protected]
with:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore ./ApiDoctor.sln
- name: Build
run: dotnet build ./ApiDoctor.sln --no-restore
- name: Test
run: dotnet test ./ApiDoctor.sln --no-build --verbosity normal