Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 848 Bytes

File metadata and controls

30 lines (20 loc) · 848 Bytes

Arkane Libraries

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

Getting Started

Install via NuGet:

dotnet add package Arkane.Core

Contents

Area Types
Copy interfaces IDeepCopy<T>, IShallowCopy<T>
Random numbers RandomProvider
Annotations PublicAPIAttribute, UsedImplicitlyAttribute, MeansImplicitUseAttribute

Documentation