Skip to content

wraikny/Altseed2.TypeBasedCollision

Repository files navigation

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.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published