LivewireUK.ModelSearcher 2.0.0.1

dotnet add package LivewireUK.ModelSearcher --version 2.0.0.1
NuGet\Install-Package LivewireUK.ModelSearcher -Version 2.0.0.1
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="LivewireUK.ModelSearcher" Version="2.0.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LivewireUK.ModelSearcher --version 2.0.0.1
#r "nuget: LivewireUK.ModelSearcher, 2.0.0.1"
#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 LivewireUK.ModelSearcher as a Cake Addin
#addin nuget:?package=LivewireUK.ModelSearcher&version=2.0.0.1

// Install LivewireUK.ModelSearcher as a Cake Tool
#tool nuget:?package=LivewireUK.ModelSearcher&version=2.0.0.1

Model Searcher is a simple tool I created for my own use to be able to perform a text based search across specific properties on my Models/ViewModels. I quickly realised that if I made it generic, this tool could be a great benefit to others. Then, after building a List of ISearchableModels you can call .Search(searchText) which will use Linq.Dynamic to build a search criteria based on all of the [Searchable] properties for that ISearchableModel and will perform the search, returning you the filtered List. You can also Target a particular Searchable Property on your model to search, by calling .Search(m => m.PropertyToSearch, searchText). This will then cause a search on the particular PropertyToSearch as long as it is attributed as Searchable. Currently this only searches across Properties that are either string/int/long. Other types to come soon! Source code and Wiki available at https://bitbucket.org/jonhoare/modelsearcher!

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2.0.0.1 1,471 7/25/2013
1.0.0.2 1,331 7/4/2013
1.0.0.1 1,344 7/4/2013
1.0.0 1,378 7/3/2013

Update the description of the package.