FSharpApiSearch.Console
2.0.0
See the version list below for details.
dotnet add package FSharpApiSearch.Console --version 2.0.0
NuGet\Install-Package FSharpApiSearch.Console -Version 2.0.0
<PackageReference Include="FSharpApiSearch.Console" Version="2.0.0" />
paket add FSharpApiSearch.Console --version 2.0.0
#r "nuget: FSharpApiSearch.Console, 2.0.0"
// Install FSharpApiSearch.Console as a Cake Addin #addin nuget:?package=FSharpApiSearch.Console&version=2.0.0 // Install FSharpApiSearch.Console as a Cake Tool #tool nuget:?package=FSharpApiSearch.Console&version=2.0.0
The console of FSharpApiSearch.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.1 | 1,053 | 2/26/2018 |
4.0.0 | 933 | 2/16/2018 |
4.0.0-beta1 | 755 | 1/12/2018 |
3.0.4 | 942 | 9/5/2017 |
3.0.3 | 889 | 8/28/2017 |
3.0.2 | 880 | 8/21/2017 |
3.0.1 | 908 | 8/14/2017 |
3.0.0 | 961 | 7/25/2017 |
3.0.0-beta4 | 764 | 6/2/2017 |
3.0.0-beta3 | 744 | 5/15/2017 |
3.0.0-beta2 | 769 | 5/11/2017 |
3.0.0-beta1 | 810 | 5/7/2017 |
2.1.2 | 968 | 1/26/2017 |
2.1.1 | 1,007 | 12/29/2016 |
2.1.0 | 1,041 | 12/6/2016 |
2.0.0 | 950 | 10/20/2016 |
2.0.0-beta2 | 771 | 10/13/2016 |
2.0.0-beta1 | 776 | 9/29/2016 |
1.0.1 | 949 | 9/26/2016 |
1.0.0 | 1,108 | 7/29/2016 |
0.4.0-beta | 1,115 | 6/23/2016 |
0.3.1-beta | 900 | 6/14/2016 |
0.3.0-beta | 876 | 5/22/2016 |
0.2.1-beta | 844 | 5/15/2016 |
0.2.0-beta | 1,167 | 4/27/2016 |
Engine
Improve the display of the parameter name
Support optional parameters
Add `--ignore-case` option
Add type and type abbreviation searching
Add module searching
Add union case searching
Add convertion between function and delegate
Change the constructor name query to "T.new : _", "T..ctor : _" and "T : _" from "T : _"
Add partial matching to name searching
Libarary
Add FSharpApiSearch.LinkGenerator module
Change SearchOption's accessors to function
Console
Add `#clear` command to clear the console buffer
Add `#targets` command to list target assemblies
Improve the startup time