WildHare 1.5.0
See the version list below for details.
dotnet add package WildHare --version 1.5.0
NuGet\Install-Package WildHare -Version 1.5.0
<PackageReference Include="WildHare" Version="1.5.0" />
paket add WildHare --version 1.5.0
#r "nuget: WildHare, 1.5.0"
// Install WildHare as a Cake Addin #addin nuget:?package=WildHare&version=1.5.0 // Install WildHare as a Cake Tool #tool nuget:?package=WildHare&version=1.5.0
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 | Versions 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. |
-
.NETCoreApp 3.1
- Microsoft.CSharp (>= 4.7.0)
- System.ComponentModel.Annotations (>= 4.5.0)
- System.ValueTuple (>= 4.5.0)
-
.NETFramework 4.8
- Microsoft.CSharp (>= 4.7.0)
- System.ComponentModel.Annotations (>= 4.5.0)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.1
- Microsoft.CSharp (>= 4.7.0)
- System.ComponentModel.Annotations (>= 4.5.0)
- System.ValueTuple (>= 4.5.0)
-
net5.0
- Microsoft.CSharp (>= 4.7.0)
- System.ComponentModel.Annotations (>= 4.5.0)
- System.ValueTuple (>= 4.5.0)
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.
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.