peter-mghendi / Thanos.Samples

Samples showcasing the use of the Thanos NuGet package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thanos.Samples

Samples showcasing the use of the Thanos NuGet package.

All samples require .NET 6.

In this repository:

Running the samples:

Clone the repository:

Git:

    git clone https://github.com/sixpeteunder/Thanos.Samples.git

GitHub CLI:

    gh clone sixpeteunder/Thanos.Samples

Navigate to any of the samples:

C#:

    cd Thanos.Samples/src/Thanos.Samples.CSharp

F#:

    cd Thanos.Samples/src/Thanos.Samples.FSharp

VB.NET:

    cd Thanos.Samples/src/Thanos.Samples.VisualBasic

Run the program:

    dotnet run

About

Samples showcasing the use of the Thanos NuGet package.

License:MIT License


Languages

Language:Visual Basic .NET 37.8%Language:C# 31.7%Language:F# 30.5%