appccelerate / statemachine

A .net library that lets you build state machines (hierarchical, async with fluent definition syntax and reporting capabilities).
Apache License 2.0
481 stars 128 forks source link

disable minVer versioning for debug release configuration #48

Closed wtjerry closed 4 years ago

wtjerry commented 4 years ago

Measuring on a i7-8750H, 16GB Ram, Samsung 970 Pro System, the before and after difference was roughly 12%. Tested by running "Measure-Command { foreach ($i in 0..40) { dotnet build -c Debug }}" Before: 56.3s After: 49.7s