Arkane.Core is the foundational base class library (BCL) for the Arkane Systems suite of .NET libraries. It provides lightweight, reusable interfaces and utilities for other Arkane libraries and consumer applications.
- Author: Alistair J. R. Young
- Company: Arkane Systems
- License: MIT
- Target framework: .NET 10
Install via NuGet:
dotnet add package Arkane.Core
| Area | Types |
|---|---|
| Copy interfaces | IDeepCopy<T>, IShallowCopy<T> |
| Random numbers | RandomProvider |
| Annotations | PublicAPIAttribute, UsedImplicitlyAttribute, MeansImplicitUseAttribute |