hafuu / FSharpApiSearch

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

`--lib`オプションを使ってアセンブリを指定できない #105

Closed hafuu closed 7 years ago

hafuu commented 7 years ago
D:\repos\FSharpApiSearch\src\FSharpApiSearch.Database\bin\Release>FSharpApiSearch.Database.exe --lib:. FParsec FParsecCS
Create the database of the following assemblies.
  C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\mscorlib.dll
  C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\System.dll
  C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\System.Core.dll
  C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\System.Xml.dll
  C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.1\System.Configuration.dll
  C:\Program Files (x86)\Reference Assemblies\Microsoft\FSharp\.NETFramework\v4.0\4.4.0.0\FSharp.Core.dll
  .\FParsec.dll
  .\FParsecCS.dll
Finished.
  mscorlib : 13559
  FSharp.Core : 1585
  System : 7624
  System.Core : 2385
  System.Xml : 2477
  System.Configuration : 757
Saving database.

結果にFParsec, FParsecCSが無い