Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 264 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (24 loc) · 264 Bytes

Build Scripts

# Build
.\build.ps1
# Test
.\test.ps1
# Deploy Nuget
.\deploy-nuget.ps1
# Benchmarks
# all bechmarks
.\bench.ps1

# filtered class names
.\bench.ps1 -f List
# Deploy Bench
.\deploy-bench.ps1