Skip to content

Add ToImmDict(Func<T, K> selectKey, Func<T, V> selectVal). #20

Add ToImmDict(Func<T, K> selectKey, Func<T, V> selectVal).

Add ToImmDict(Func<T, K> selectKey, Func<T, V> selectVal). #20

Workflow file for this run

name: Build .NET assemblies and test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- run: dotnet restore
- run: dotnet build --no-restore
- run: dotnet test --no-build --verbosity normal