Skip to content

fix: internal refactoring and improved XML comments for intellisense #145

fix: internal refactoring and improved XML comments for intellisense

fix: internal refactoring and improved XML comments for intellisense #145

Workflow file for this run

name: MacOS (.NET 6.0)
on:
push:
branches: [main]
pull_request_target:
jobs:
os-tests:
runs-on: macos-latest
steps:
- name: checkout repo
uses: actions/checkout@v3
- name: test Finbuckle.MultiTenant
run: dotnet test -f net6.0
working-directory: ./test/Finbuckle.MultiTenant.Test
- name: test Finbuckle.MultiTenant.AspNetCore
run: dotnet test -f net6.0
working-directory: ./test/Finbuckle.MultiTenant.AspNetCore.Test
- name: test Finbuckle.MultiTenant.EntityFrameworkCore
run: dotnet test -f net6.0
working-directory: ./test/Finbuckle.MultiTenant.EntityFrameworkCore.Test