Skip to content

Bump NUnit.Analyzers from 3.10.0 to 4.0.1 #106

Bump NUnit.Analyzers from 3.10.0 to 4.0.1

Bump NUnit.Analyzers from 3.10.0 to 4.0.1 #106

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET 6.0
uses: actions/[email protected]
with:
dotnet-version: 6.0.100
- name: Build and Test with dotnet
run: dotnet test --configuration Release -v:m | grep -v 'NAME_UNKNOWN:Package'