WildHare 0.9.9.6
See the version list below for details.
Install-Package WildHare -Version 0.9.9.6
dotnet add package WildHare --version 0.9.9.6
<PackageReference Include="WildHare" Version="0.9.9.6" />
paket add WildHare --version 0.9.9.6
#r "nuget: WildHare, 0.9.9.6"
// Install WildHare as a Cake Addin
#addin nuget:?package=WildHare&version=0.9.9.6
// Install WildHare as a Cake Tool
#tool nuget:?package=WildHare&version=0.9.9.6
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 |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- System.ComponentModel.Annotations (>= 4.5.0)
-
.NETFramework 4.7.1
- System.ComponentModel.Annotations (>= 4.5.0)
-
.NETFramework 4.7.2
- System.ComponentModel.Annotations (>= 4.5.0)
-
.NETStandard 2.0
- System.ComponentModel.Annotations (>= 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.
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.