Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.23 KB

File metadata and controls

44 lines (29 loc) · 1.23 KB

Nuget

Altseed2.TypeBasedCollision

Altsees2.TypeBasedCollision は、型をキーとして衝突対象の管理を平易かつ高速に行うためのライブラリです。

Install

NuGet Gallery からインストール可能です。

あるいは、 Altseed2.TypeBasedCollision.cs をプロジェクト内にコピーするだけでも利用可能です。

Examples

example を見てください。

Setup

$ dotnet tool restore

Build

$ dotnet fake build [-- <DEBUG|RELEASE>]

デフォルトは DEBUG

Format

$ dotnet fake build -t format

Release to nuget

$ dotnet pack src/Altseed2.TypeBasedCollision -o . -c Release

Then, drug & drop Altseed2.TypeBasedCollision.*.nupkg to the Nuget website.