Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 198 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 198 Bytes

SCF

Unicode Simple Case Folding (WIP)

To run xUnit tests:

cd SCF\tests\xUnit\ 
dotnet test -c Release

To run performance tests:

cd SCF\tests\Benchmarks\ 
dotnet run -c Release