FSharpApiSearch.Console 2.0.0-beta2

This is a prerelease version of FSharpApiSearch.Console.
There is a newer version of this package available.
See the version list below for details.
dotnet add package FSharpApiSearch.Console --version 2.0.0-beta2                
NuGet\Install-Package FSharpApiSearch.Console -Version 2.0.0-beta2                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FSharpApiSearch.Console" Version="2.0.0-beta2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FSharpApiSearch.Console --version 2.0.0-beta2                
#r "nuget: FSharpApiSearch.Console, 2.0.0-beta2"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install FSharpApiSearch.Console as a Cake Addin
#addin nuget:?package=FSharpApiSearch.Console&version=2.0.0-beta2&prerelease

// Install FSharpApiSearch.Console as a Cake Tool
#tool nuget:?package=FSharpApiSearch.Console&version=2.0.0-beta2&prerelease                

The console of FSharpApiSearch.

There are no supported framework assets in this package.

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,067 2/26/2018
4.0.0 945 2/16/2018
4.0.0-beta1 761 1/12/2018
3.0.4 957 9/5/2017
3.0.3 905 8/28/2017
3.0.2 892 8/21/2017
3.0.1 919 8/14/2017
3.0.0 972 7/25/2017
3.0.0-beta4 770 6/2/2017
3.0.0-beta3 750 5/15/2017
3.0.0-beta2 777 5/11/2017
3.0.0-beta1 816 5/7/2017
2.1.2 979 1/26/2017
2.1.1 1,022 12/29/2016
2.1.0 1,053 12/6/2016
2.0.0 962 10/20/2016
2.0.0-beta2 777 10/13/2016
2.0.0-beta1 783 9/29/2016
1.0.1 960 9/26/2016
1.0.0 1,121 7/29/2016
0.4.0-beta 1,121 6/23/2016
0.3.1-beta 908 6/14/2016
0.3.0-beta 882 5/22/2016
0.2.1-beta 850 5/15/2016
0.2.0-beta 1,176 4/27/2016

Engine
Add partial matching to name searching
Add module searching
Add the namespace to the result of type abbreviation
Change to allow the type name and ".ctor" to the constructor
Improve type abbreviation matching with the ignore-case option
Fix to ignore private type definition
Console
Add `#clear` command to clear the console buffer
Improve the startup time