/Thanos.Samples

Samples showcasing the use of the Thanos NuGet package.

Primary LanguageVisual Basic .NETMIT LicenseMIT

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