Skip to content

Minor perf improvements in BasePathStrategy and RemoteAuthenticationCallbackStrategy #143

Minor perf improvements in BasePathStrategy and RemoteAuthenticationCallbackStrategy

Minor perf improvements in BasePathStrategy and RemoteAuthenticationCallbackStrategy #143

Workflow file for this run

name: Linux (.NET 6.0)
on:
push:
branches: [main]
pull_request_target:
jobs:
os-tests:
runs-on: ubuntu-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