Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 890 Bytes

File metadata and controls

30 lines (20 loc) · 890 Bytes

Demo

Description

This is a ASP.NET Core MVC playground application which can be used to test the local changes.

Usage

Prerequisites

Create a local build of the project and setup the test environment following the developing instructions.

Playground application

You can use the run.sh helper script to build and run the playground application with auto instrumentation.

./examples/playground/run.sh
Env var Description Default
CONFIGURATION Build configuration. Possible values: Debug, Release. Debug
DOTNET .NET version. Possible values: net9.0, net8.0. net8.0

The application should be hosted on http://localhost:5000/`.