reverse-proxy icon indicating copy to clipboard operation
reverse-proxy copied to clipboard

Add devcontainer configuration files

Open aniongithub opened this issue 7 months ago • 1 comments

This PR improves the YARP development experience by adding devcontainer support.

  • Added support for VS Code Dev Containers, including clear instructions in the README for building and running YARP in a containerized environment.
  • Added launch.json configurations for all sample projects, enabling one-click debugging for each sample in VS Code.
  • Added a default build task in tasks.json targeting .NET 8.0 for consistent builds.

These changes make it easier for new and existing contributors to:

  • Get started quickly in a consistent, containerized environment.
  • Debug and test all samples with minimal setup.

aniongithub avatar Jun 05 '25 05:06 aniongithub

@dotnet-policy-service agree

aniongithub avatar Jun 05 '25 05:06 aniongithub