All C# samples are located in the separate folder.
To run the samples in C#:
- install Dotnet CLI v. 7.0.;
- chage to
/csharp
subfolder; - install dependencies;
- run
dotnet run
.
To launch a specific module, you can update the first line of the root Program.cs file. The other lines of the root Program.cs file are needed to hold the process before exiting.