AshMind.Extensions
1.8.1
See the version list below for details.
dotnet add package AshMind.Extensions --version 1.8.1
NuGet\Install-Package AshMind.Extensions -Version 1.8.1
<PackageReference Include="AshMind.Extensions" Version="1.8.1" />
paket add AshMind.Extensions --version 1.8.1
#r "nuget: AshMind.Extensions, 1.8.1"
// Install AshMind.Extensions as a Cake Addin #addin nuget:?package=AshMind.Extensions&version=1.8.1 // Install AshMind.Extensions as a Cake Tool #tool nuget:?package=AshMind.Extensions&version=1.8.1
Extension methods that could have been written by BCL authors
(with one or two Ruby-like things thrown in the mix).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.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. |
This package has no dependencies.
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 | 12,013 | 8/7/2019 |
3.0.0-pre-20190406-01 | 597 | 4/6/2019 |
2.0.0-pre-20190406 | 522 | 4/6/2019 |
2.0.0-pre-20180304 | 11,000 | 3/3/2018 |
2.0.0-pre-20161202 | 911 | 12/2/2016 |
2.0.0-pre-20160719 | 2,721 | 7/19/2016 |
2.0.0-pre-20160708 | 1,117 | 7/13/2016 |
2.0.0-pre-20160614 | 1,249 | 6/14/2016 |
1.8.1 | 4,241 | 12/2/2016 |
1.8.0 | 1,475 | 6/14/2016 |
1.7.2 | 1,810 | 3/11/2015 |
1.7.1 | 1,439 | 2/16/2015 |
1.7.0 | 1,308 | 2/5/2015 |
1.6.0 | 1,631 | 12/3/2014 |
1.4.2 | 1,598 | 7/29/2014 |
1.3.1 | 1,527 | 4/20/2014 |
1.3.0 | 1,534 | 4/20/2014 |
1.2.1 | 1,537 | 4/13/2014 |
1.2.0 | 1,601 | 4/12/2014 |
1.1.5 | 1,472 | 10/12/2013 |
1.1.1 | 1,535 | 10/5/2013 |
1.1.0 | 1,405 | 10/5/2013 |
1.0.4 | 3,916 | 5/30/2011 |
1.0.3 | 3,543 | 1/12/2011 |
1.8.1 (!Please upgrade to this if you use SubstringAfter!) Fixed bug in SubstringAfter.
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().