A variety of example apps which are compatible with raygun4net
Repository Raygun4Net must be setup in the same parent folder as this repository.
For example:
~/projects/raygun4net~/projects/raygun4net-examples
All the examples can be build through the raygun4net-examples.sln solution
included in the repository root.
dotnet build
You might need to install workloads with:
dotnet workload restore
To add a project to the root solution, use the sln command:
dotnet sln add <path to csproj>