LoycCore 1.4.1

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

// Install LoycCore as a Cake Tool
#tool nuget:?package=LoycCore&version=1.4.1

A set of useful libraries for many kinds of .NET developers, starting with Loyc.Essentials, a library that "fills in the gaps" in the core of the .NET Base Class Library. LoycCore is especially focused on collections: classes, interfaces, adapters, and extension methods. Plus, Loyc.Syntax.dll parses LES, a superset of JSON that resembles C/C#/Java/Ecmascript/D, and runtime helper classes for the Loyc LL(k) parser generator.

   Contributors are welcome: more unit tests, code reviews, and new features are desired, anything relatively small (under about 3000 lines of code) that fits the theme "things that should have been built into the .NET framework, but aren't".

Product Compatible and additional computed target framework versions.
.NET Framework net35-client is compatible.  net40-client is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
30.1.0 739 6/16/2022
29.0.3 712 1/13/2021
29.0.2 448 1/12/2021
29.0.1 377 1/12/2021
29.0.0 526 12/25/2020
28.4.0 490 11/30/2020
28.3.0 510 11/16/2020
28.2.0 2,546 7/24/2020
28.1.0 531 7/6/2020
28.0.0 656 7/4/2020
27.2.1 754 5/12/2020
27.2.0 640 4/5/2020
27.1.5 526 3/30/2020
27.1.4 580 3/30/2020
27.1.3 524 3/30/2020
27.1.2 526 3/29/2020
27.1.1 565 3/29/2020
27.0.4 567 3/10/2020
27.0.2 565 2/18/2020
26.8.5 671 1/15/2020
26.8.1 706 5/13/2019
26.8.0 621 5/12/2019
26.6.0 678 3/17/2019
26.5.0 720 2/17/2019
26.4.0 904 9/29/2018
26.2.0 1,224 1/24/2018
24.3.0 9,237 1/10/2017
2.4.2 1,184 1/9/2017
2.1.2 1,535 12/6/2016
1.8.0 8,069 5/21/2016
1.4.1 1,931 3/2/2016
1.3.2 1,496 6/19/2015
1.0.0 2,498 8/12/2014

1.3.2: Various changes and bug fixes. This package has separate .NET3.5, .NET4 and .NET4.5 builds, and it will be replaced in the future by a PCL version.