reverse-proxy
reverse-proxy copied to clipboard
Add devcontainer configuration files
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.
@dotnet-policy-service agree