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.
- Host: GitHub
- URL: https://github.com/peter-mghendi/thanos.samples
- Owner: peter-mghendi
- License: mit
- Created: 2021-12-09T12:54:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T13:07:28.000Z (almost 4 years ago)
- Last Synced: 2024-01-28T04:47:50.063Z (over 1 year ago)
- Topics: dotnet, samples, thanos
- Language: Visual Basic .NET
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```