A library of interfaces, enums, and delegates that are useful in a broad range of software projects, according to the theme "things that should be built into the .NET framework, but aren’t". Also contains a small number of essential structs and classes, most notably Symbol, UString, Maybe<T>, and Localize. These are types that the interfaces refer to, or that the concrete types themselves depend on.
License
—
Deps
0
Install Size
—
Vulns
✓ 0
Published
Oct 24, 2024
$ dotnet add package Loyc.InterfacesThe Loyc Core project is a set of general-purpose .NET libraries. LoycCore is especially focused on collections - classes, interfaces, adapters, and extension methods - but also has code in other areas, most notably parsing and syntax trees.
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".
Please visit http://core.loyc.net for documentation.
NOTE: Development occurs primarily in the Enhanced C# repository, which contains the LoycCore repo as a "git subtree". However, git subtree push mysteriously stopped working which means that synchronization with this repo has become a manual process. As a result I would ask you not to use that repo anymore. We'll just do everything in ecsharp.
Low-level libraries on top:
Loyc.Interfaces
^
|
Loyc.Essentials
^ ^
| |
| +----------------+
| |
Loyc.Collections Loyc.Math
^ ^
| |
Loyc.Syntax |
^ |
| |
+---------+----------+
|
Loyc.Utilities