AshMind.Extensions 2.0.0-pre-20160719

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

// Install AshMind.Extensions as a Cake Tool
#tool nuget:?package=AshMind.Extensions&version=2.0.0-pre-20160719&prerelease

Extension methods that could have been written by BCL authors
(with one or two Ruby-like things thrown in the mix).

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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 netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.1 is compatible.  netstandard1.2 was computed.  netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net35 is compatible.  net40 is compatible.  net403 was computed.  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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 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 AshMind.Extensions:

Package Downloads
Expressive

Expressive is a library that converts compiled methods into expression trees.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on AshMind.Extensions:

Repository Stars
ashmind/SharpLab
.NET language playground
Version Downloads Last updated
3.0.0-pre-20190808-01 10,981 8/7/2019
3.0.0-pre-20190406-01 571 4/6/2019
2.0.0-pre-20190406 492 4/6/2019
2.0.0-pre-20180304 10,357 3/3/2018
2.0.0-pre-20161202 885 12/2/2016
2.0.0-pre-20160719 2,554 7/19/2016
2.0.0-pre-20160708 1,082 7/13/2016
2.0.0-pre-20160614 1,215 6/14/2016
1.8.1 4,078 12/2/2016
1.8.0 1,435 6/14/2016
1.7.2 1,763 3/11/2015
1.7.1 1,399 2/16/2015
1.7.0 1,273 2/5/2015
1.6.0 1,596 12/3/2014
1.4.2 1,565 7/29/2014
1.3.1 1,487 4/20/2014
1.3.0 1,490 4/20/2014
1.2.1 1,486 4/13/2014
1.2.0 1,558 4/12/2014
1.1.5 1,418 10/12/2013
1.1.1 1,491 10/5/2013
1.1.0 1,366 10/5/2013
1.0.4 3,824 5/30/2011
1.0.3 3,491 1/12/2011

2.0.0 (pre-release) Removed multiple obsolete APIs. Improved consistency of various AsReadOnly*() overloads.
1.8.0 Added [Obsolete] to several APIs that will be changed/removed. Added special case EnumerateRange for List<T>. Added StringBuilder.AppendJoin().
1.7.2 Added [ContractAnnotation("null=>null")] to String.IsNullOrEmpty().
1.7.1 Removed unnecessary ForEach() call from Collection.AddRange()/RemoveRange() — should improve performance.
1.7.0 Added StringComparison overloads to String.RemoveStart() and String.RemoveEnd().