opentelemetry-dotnet/test/TestApp.AspNetCore.3.1
Utkarsh Umesan Pillai 0c8b5e1e8c
Modify ASP.NET Core instrumentation to take advantage of sampling decision (#1899)
2021-03-18 14:00:10 -07:00
..
Controllers Modify ASP.NET Core instrumentation to take advantage of sampling decision (#1899) 2021-03-18 14:00:10 -07:00
AssemblyInfo.cs Normalizing format (#1289) 2020-09-19 09:45:29 -07:00
CallbackMiddleware.cs Normalizing format (#1289) 2020-09-19 09:45:29 -07:00
Program.cs Normalizing format (#1289) 2020-09-19 09:45:29 -07:00
README.md Add markdownlint to CI (#848) 2020-07-20 07:51:37 -07:00
Startup.cs Normalizing format (#1289) 2020-09-19 09:45:29 -07:00
TestApp.AspNetCore.3.1.csproj use absolute path for project includes (#993) 2020-08-04 07:23:47 -07:00
appsettings.Development.json .net core 3.0 in maintenance mode and end of support will be in march 2020 (#424) 2020-01-08 09:07:42 -08:00
appsettings.json .net core 3.0 in maintenance mode and end of support will be in march 2020 (#424) 2020-01-08 09:07:42 -08:00

README.md

ASP.NET Core Integration Test

This test app is used for ASP.NET Core integration testing by unit tests. You could also manually run W3C test suite.

Run W3C test suite

The detailed instruction for the test tool available here.

  • Follow it to install prerequisites and get the test code
  • Start this test app with Visual Studio (or dotnet run)
  • Run test per instruction using http://localhost:63741/api/forward endpoint