Skip to content

Instantly share code, notes, and snippets.

@pocketberserker
Created October 3, 2015 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pocketberserker/b241f8d6ae2cad87e413 to your computer and use it in GitHub Desktop.
Save pocketberserker/b241f8d6ae2cad87e413 to your computer and use it in GitHub Desktop.
projects: https://github.com/pocketberserker/Persimmon.VisualStudio.TestExplorer.Prototype/tree/bd3797625e2205e86b6b32a62b0268ef7dc64d38
Persimmon Test Explorer 1.0.0.0 discovering tests is started
System.MissingMethodException: Method not found: 'Void Persimmon.Context..ctor(System.String, Microsoft.FSharp.Collections.FSharpList`1<Persimmon.TestObject>)'
場所 Persimmon.Runner.Wrapper.TestCollectorImpl.testObjects@55.GenerateNext(IEnumerable`1& next)
場所 Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1.MoveNextImpl()
場所 Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1.System-Collections-IEnumerator-MoveNext()
場所 Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers.takeInner@706[T,TResult](ConcatEnumerator`2 x, Unit unitVar0)
場所 Microsoft.FSharp.Collections.IEnumerator.map@111.DoMoveNext(b& )
場所 Microsoft.FSharp.Collections.IEnumerator.MapEnumerator`1.System-Collections-IEnumerator-MoveNext()
場所 Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers.takeInner@706[T,TResult](ConcatEnumerator`2 x, Unit unitVar0)
場所 Microsoft.FSharp.Collections.IEnumerator.map@111.DoMoveNext(b& )
場所 Microsoft.FSharp.Collections.IEnumerator.MapEnumerator`1.System-Collections-IEnumerator-MoveNext()
場所 Microsoft.FSharp.Collections.SeqModule.Iterate[T](FSharpFunc`2 action, IEnumerable`1 source)
場所 <StartupCode$Persimmon-VisualStudio-TestExplorer>.$VSTestRunner.DiscoverTests@47.Invoke(IExecutor`1 collector)
場所 Persimmon.VisualStudio.TestExplorer.VSTestRunner.Run[T](String typeName, FSharpFunc`2 f)
場所 Persimmon.VisualStudio.TestExplorer.VSTestRunner.DiscoverTests(IEnumerable`1 sources, ITestCaseDiscoverySink sink)
場所 Persimmon.VisualStudio.TestExplorer.VSTestAdapter.Microsoft-VisualStudio-TestPlatform-ObjectModel-Adapter-ITestDiscoverer-DiscoverTests(IEnumerable`1 sources, IDiscoveryContext context, IMessageLogger logger, ITestCaseDiscoverySink sink)
Persimmon Test Explorer 1.0.0.0 discovering tests is finished
@OkayX6
Copy link

OkayX6 commented Oct 3, 2015

I think it's the same problem as this (that I've reported)? dotnet/fsharp#658

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment