Skip to content

Update bindings to call IDisposable.Dispose by default #26

Update bindings to call IDisposable.Dispose by default

Update bindings to call IDisposable.Dispose by default #26

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
jobs:
RunTests:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0'
- run: dotnet test --blame