Skip to content

Update CHANGELOG.md with bug fix #378

Update CHANGELOG.md with bug fix

Update CHANGELOG.md with bug fix #378

Workflow file for this run

name: Test
on:
pull_request:
branches: [ master ]
jobs:
test:
name: Test on .NET 8.0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test
run: dotnet test -c Release -f net8.0