Closed davidtme closed 6 years ago
The current adapter only works up to 5.1.0 as https://github.com/haf/expecto/commit/d145a43ad753bc48ef5b3e3f34130966a210a0ab changed the signature of ExpectoConfig by adding allowDuplicateNames which result in:
ExpectoConfig
allowDuplicateNames
System.MissingMethodException: Method not found: 'Void ExpectoConfig..ctor(Boolean, Int32, Microsoft.FSharp.Core.FSharpOption`1<System.TimeSpan>, System.TimeSpan, Double, Boolean, Microsoft.FSharp.Core.FSharpFunc`2<Expecto.Test,Expecto.Test>, TestPrinters, Expecto.Logging.LogLevel, Microsoft.FSharp.Core.FSharpFunc`2<Expecto.TestCode,Expecto.SourceLocation>, Int32, Int32, Microsoft.FSharp.Core.FSharpOption`1<Int32>, Boolean)'.
(there are now 2 Boolean at the end)
@davidtme Thanks!
The current adapter only works up to 5.1.0 as https://github.com/haf/expecto/commit/d145a43ad753bc48ef5b3e3f34130966a210a0ab changed the signature of
ExpectoConfig
by addingallowDuplicateNames
which result in:(there are now 2 Boolean at the end)