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

Update F# Version to most current (6) #427

Closed Gastove closed 2 years ago

Gastove commented 2 years ago

I got interested in this because of #424 -- without F# 5, Expecto can't test any assemblies that use F# 5 string interpolation. Since I opened that issue, F# 6 has come out. Might as well use that!

My only concern here is testing. Running the test suite, I see two reported failures, both having to do with the performance of SHA256 vs MD5. However, both of those tests also fail locally on main for me, so I don't think it's related to this change.

Thanks for the lovely testing library!

Closes #424

64J0 commented 2 years ago

Any update on this?