Skip to content

Add support for detecting out/ref invocations #7

Add support for detecting out/ref invocations

Add support for detecting out/ref invocations #7

Workflow file for this run

name: CI
on:
push:
branches:
- main
- release/*
pull_request:
branches:
- main
- release/*
jobs:
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: dotnet build -c Debug PrimaryConstructorAnalyzer.Test/PrimaryConstructorAnalyzer.Test.csproj
- name: Test
run: dotnet test --no-build -c Debug PrimaryConstructorAnalyzer.Test/PrimaryConstructorAnalyzer.Test.csproj