Skip to content

Implement ThrowIfDisposed() #57

Implement ThrowIfDisposed()

Implement ThrowIfDisposed() #57

Workflow file for this run

name: .NET Core (build pull request)
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_NOLOGO: true
steps:
- uses: actions/checkout@main
- name: Install latest .NET 8 SDK
uses: Elskom/setup-latest-dotnet@main
with:
SDK_VERSION: '8.0.200'
RUNTIME_VERSIONS: ''
- name: Restore, Build, test, and pack
uses: Elskom/build-dotnet@main
with:
TEST: true