Skip to content

Fix edge cases on MistmatchTypesRule diagnostic #330

Fix edge cases on MistmatchTypesRule diagnostic

Fix edge cases on MistmatchTypesRule diagnostic #330

Workflow file for this run

on:
push:
branches:
- main
tags:
- v*
pull_request:
jobs:
build:
name: windows-latest
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0 # for minver
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
- name: Execute build and run tests
run: |
dotnet build --configuration Release /nologo
dotnet test --configuration Release
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: AutoConstructor
path: artifacts/*