adamchester / expecto-adapter

Visual Studio test adapter for Expecto (https://github.com/haf/expecto)
MIT License
28 stars 16 forks source link

Bump expecto to 5.1.1 #34

Closed davidtme closed 6 years ago

davidtme commented 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:

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)

MNie commented 6 years ago

@davidtme Thanks!