Info
| Version: | 30.3.3 |
| Author(s): | David Piepgrass |
| Last Update: | Wednesday, July 29, 2026 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | http://core.loyc.net/ |
| NuGet Url: | https://www.nuget.org/packages/LoycCore |
Install
Install-Package LoycCore
dotnet add package LoycCore
paket add LoycCore
LoycCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Loyc.Interfaces(>= 29.0.3)
- Loyc.Essentials(>= 29.0.3)
- Loyc.Collections(>= 29.0.3)
- Loyc.Math(>= 29.0.3)
- Loyc.Syntax(>= 29.0.3)
- Loyc.Utilities(>= 29.0.3)
Tags
Deprecated: you should reference only the specific packages you need, such as Loyc.Interfaces, Loyc.Essentials, Loyc.Collections, Loyc.Math, Loyc.Syntax, or Loyc.Utilities.
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".