An open API service indexing awesome lists of open source software.

https://github.com/peter-mghendi/thanos.samples

Samples showcasing the use of the Thanos NuGet package.
https://github.com/peter-mghendi/thanos.samples

dotnet samples thanos

Last synced: 6 months ago
JSON representation

Samples showcasing the use of the Thanos NuGet package.

Awesome Lists containing this project

README

          

# Thanos.Samples

Samples showcasing the use of the [Thanos NuGet package](https://www.nuget.org/packages/Thanos).

> All samples require .NET 6.

## In this repository:
- [C# sample](https://github.com/sixpeteunder/Thanos.Samples/tree/main/src/Thanos.Samples.CSharp)
- [F# sample](https://github.com/sixpeteunder/Thanos.Samples/tree/main/src/Thanos.Samples.FSharp)
- [VB.NET sample](https://github.com/sixpeteunder/Thanos.Samples/tree/main/src/Thanos.Samples.VisualBasic)

## Running the samples:

### Clone the repository:

Git:

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

GitHub CLI:

```bash
gh clone sixpeteunder/Thanos.Samples
```

### Navigate to any of the samples:

C#:

```bash
cd Thanos.Samples/src/Thanos.Samples.CSharp
```

F#:

```bash
cd Thanos.Samples/src/Thanos.Samples.FSharp
```

VB.NET:

```bash
cd Thanos.Samples/src/Thanos.Samples.VisualBasic
```

### Run the program:

```bash
dotnet run
```