Skip to content

Use a ConcurrentDictionary to be thread-safe. (#42) #372

Use a ConcurrentDictionary to be thread-safe. (#42)

Use a ConcurrentDictionary to be thread-safe. (#42) #372

Workflow file for this run

name: .NET 8.0 Build & Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET 8.0
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
- name: Test with .NET
run: dotnet test --configuration Release