haf / expecto

A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!
Apache License 2.0
663 stars 96 forks source link

Adopt SemVer #319

Closed slang25 closed 5 years ago

slang25 commented 5 years ago

Hi, the latest release has broken YoloDev.Expecto.TestSdk due to an addition to the ExpectoConfig record.

Could the major version be bumped in future cases of this, or is there a better way to protect from this on the other end?

AnthonyLloyd commented 5 years ago

We have moved to a CLIArguments DU command line so config can be added without needing a major version. I think TestSdk is in the process of migrating.

slang25 commented 5 years ago

Brilliant 🙂 you're right it is. Thanks