WildHare 2.0.0
dotnet add package WildHare --version 2.0.0
NuGet\Install-Package WildHare -Version 2.0.0
<PackageReference Include="WildHare" Version="2.0.0" />
paket add WildHare --version 2.0.0
#r "nuget: WildHare, 2.0.0"
// Install WildHare as a Cake Addin #addin nuget:?package=WildHare&version=2.0.0 // Install WildHare as a Cake Tool #tool nuget:?package=WildHare&version=2.0.0
3.7.2024 WJC
The WildHare 2.0.0.0 build is for backwards compatibility for NETSTANDARD 2.0 / 2.1 and .NET Framwork 4.8.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 is compatible. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.8
- System.ComponentModel.Annotations (>= 4.5.0)
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.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)
-
net6.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.
2.0.0.0 Compatibility build for older framework but includes some updates to Including CodeGen, DataReader Extensions, etc.
1.6.1.0 Updated Contains to fix a bug. Added StarsWith, EndsWith, Contains params overloads.
1.6.0.0 Minor code simplifications. Added Summaries to DateTime extensions, Added TryGet to Dictionary extensions,
Added simplified overloads of StartsWith, EndsWith, Contains. Added joinString to ForEachLine.
1.5.9.0 Added TryGet to Dictionary<string,string>
1.5.8.0 Added IsValid to Dictionary<string,string>
1.5.7.0 Added TryGet[T] to library. Removed WildHare.Extensions.List
1.5.6.0 Added IDictionary functionality
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.