hafuu / FSharpApiSearch

F# API search engine
MIT License
33 stars 22 forks source link

FSharp.ViewModuleに対してサブタイプ検索すると例外が発生する #151

Closed hafuu closed 6 years ago

hafuu commented 6 years ago
System.AggregateException: 1 つ以上のエラーが発生しました。 ---> System.Exception: type System.IEquatable<'T>" in "System.Runtime" is not found.
   場所 Microsoft.FSharp.Core.PrintfModule.PrintFormatToStringThenFail@1645.Invoke(String message)
   場所 FSharpApiSearch.TypeHierarchy.fullTypeDefOfConcreteType@29-1.Invoke(String arg20) 場所 D:\repos\FSharpApiSearch\src\FSharpApiSearch\Engine\Matchers\TypeHierarchy.fs:行 29
   場所 FSharpApiSearch.TypeHierarchy.fullTypeDefOfConcreteType(Context ctx, ConcreteType concreteType) 場所 D:\repos\FSharpApiSearch\src\FSharpApiSearch\Engine\Matchers\TypeHierarchy.fs:行 29
   場所 FSharpApiSearch.TypeHierarchy.getBaseTypes@33.GenerateNext(IEnumerable`1& next) 場所 D:\repos\FSharpApiSearch\src\FSharpApiSearch\Engine\Matchers\TypeHierarchy.fs:行 54
   場所 Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1.MoveNextImpl()
   場所 Microsoft.FSharp.Core.CompilerServices.GeneratedSequenceBase`1.System-Collections-IEnumerator-MoveNext()
   場所 Microsoft.FSharp.Core.CompilerServices.RuntimeHelpers.takeInner@267[T,TResult](ConcatEnumerator`2 x, Unit unitVar0)
   場所 FSharpApiSearch.LowTypeMatcher.Rules.findBaseTypeInTarget(Boolean dependsOnVariable, ILowTypeMatcher lowTypeMatcher, LowType baseType, Identifier targetId, FSharpList`1 targetArgs, Context ctx) 場所 D:\repos\FSharpApiSearch\src\FSharpApiSearch\Engine\Matchers\LowTypeMatcher.fs:行 482
   場所 FSharpApiSearch.LowTypeMatcher.Rules.testSubtype(Boolean dependsOnVariable, ILowTypeMatcher lowTypeMatcher, LowType baseType, Identifier targetId, FSharpList`1 targetArgs, Context ctx) 場所 D:\repos\FSharpApiSearch\src\FSharpApiSearch\Engine\Matchers\LowTypeMatcher.fs:行 496