* Typo fix * Update End OF Support validation rule * Update Min Supported framework rule * Update code space * CHANGELOG * Update developing documentation * Update documentation * Use .NET9 in build pipeline drops .NET7 and .NET6 * Bump LangVersion to 13 * Update SDK Version analyzer * Compile against .NET9 drops .NET6 and .NET7 * Adjust nuke build * Fix build tests * Update examples documentation * Cleanup net6 references in project files * Fix tests * Cleanup target frameworks for generated tests targets * Adjust conditional compilation * Remove legacy code from LogBuilderExtensions * Fix dev comment * Adjust CI to execute scripts tests against .net9 * revert demo target versions. It should be fixed just after next release * Centos Stream9 - install .NET9 * Fix LoggingBuilder integration for version 9.* * drop debugger launch * cleanup using * sync versions in the comments * DuckTyping - include GH item in TODO comment * TransientDependenciesTests - update comment |
||
|---|---|---|
| .. | ||
| AspNetCoreMvc | ||
| README.md | ||
| run.sh | ||
README.md
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/`.