WildHare 1.5.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package WildHare --version 1.5.5
NuGet\Install-Package WildHare -Version 1.5.5
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="WildHare" Version="1.5.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WildHare --version 1.5.5
#r "nuget: WildHare, 1.5.5"
#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 WildHare as a Cake Addin
#addin nuget:?package=WildHare&version=1.5.5

// Install WildHare as a Cake Tool
#tool nuget:?package=WildHare&version=1.5.5

WildHare Extensions are a collection of useful extension methods in c#. One of the goals of the project is to convert methods to have a more "functional" feel with easy discoverablity from intellisense for a more natural code flow, chaining of code, and better discoverablity.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on WildHare:

Package Downloads
SeedPacket

SeedPacket 5.0 adds a .seed() method onto IEnumerable for the quick seeding of data. Designed to be a part of your LINQ workflow, it quickly generates and populates many IEnumerable list types with realistic data that is as simple as: var mylist = new List<Item>().Seed(). SeedPacket is easy to use, with a customizable, and powerful rules engine that keys off the datatype or interface, and name of an item's properties so that the data is appropriate to the type. That is to say, "out-of-the-box" - email properties will be filled with valid emails, phone numbers filled with phone numbers, and names are names etc. If you need to modify the default generated data the rules are simple to create and modify, and come with a many examples, including a data generator that pulls from an xml or json file or string. The randomly generated data can be set to always be repeatable or to be random on each request. Go to http://www.seedpacket.net/ for more details.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 107 3/8/2024
1.5.5 448 4/8/2022
1.5.0 4,827 6/20/2021
0.9.9.6 398 11/24/2020
0.9.9.1 9,457 11/10/2019
0.9.9 896 10/21/2019
0.9.8.5 490 8/23/2019
0.9.8.3 788 3/26/2019
0.9.8.2 874 7/13/2018
0.9.8 865 7/12/2018
0.9.6 829 6/21/2018
0.9.5 861 6/19/2018

1.5.5.0 Updated site URL  
1.5.3.0 Added OtherAssembly param to GetDerivedTypes()     
1.5.2.0 Added/Updated Format, GetCommonInterfaces, SingularOrPlural() name changed to Pluralize()
1.5.1.1 Fixed order of params in ToIntArray(). Added (IntArray).AsString().
1.5.1.0 Added optoinal Separator to ToIntArray(), Datetime.StartOfWeek(), ToQueryDictionary() and ToQueryString().
1.5.0.0 Now targeting net5.0;netstandard2.1;netcoreapp3.1;net48
1.0.4.5 Renamed GetStart to GetStartBefore: GetEnd to GetEndAfter; Added NextInWhile and PreviousInWhile
1.0.4.3 Added New PatternMatch() function
1.0.4.2 Added GetDerivedTypes() new includeBaseType bool parameter
1.0.4.1 Added IEnumerable int method .AsString()
1.0.4.0 Added int array method .AsString()
1.0.3.9 Added IDictionary.FromQueryFormat and ToQueryFormat. Added ToLIst to DynamicExpando.
1.0.3.8 Additions to IListExtensions
1.0.3.7 Added distance to PreviousIn and NextIn
1.0.3.6 Fix bug in ToBool, ToBoolNullable() if string is null
1.0.3.5 Fixed bug in ToDecimalNullable()
1.0.3.4 Fixed Remove for DynamicExpando. Added First() and FirstOrDefault() (use .Key or .Value)
1.0.3.3 Added Count to DynamicExpando
1.0.3.2 Improved DynamicExpando with an indexer
1.0.3.1 Added succinct overload of Equals()
1.0.3.0 Added ILIst methods and tests
1.0.2.2 Renamed GetDerivedClasses to GetDerivedTypes
1.0.2.1 Char extensions moved to WildHare.Extensions namespace (as intended)
1.0.2.0 Added TemplateList() method. Added IList NextIn() and PreviousIn()
1.0.1.0 Added GetDerivedClasses
1.0.0.1 Inlist bug fix.
1.0.0.0 Added InList and tests
0.9.9.8 Added DynamicExpando and DynamicDictionary
0.9.9.7 Added IEnumerable.Sequence and ToCollection
0.9.9.6 Additional Char and Templating extensions
0.9.9.4 Adds IList.TakeNextOne() and IList.TakeRandomOne()
0.9.9.3 Adds DateTime extensions
0.9.9.2 Adds missing  exclude, include params to List<MetaProperty> GetMetaProperties(this Type type) method.
0.9.9.1 Contains some methods that have been renamed, so some refactoring may need to be done after upgrading to this version. These type of changes are winding down and when WildHare goes out of BETA with 1.0.0.0 (sometime before the end of the year), the only changes from that point on will be additive.