Azure / apiops

APIOps applies the concepts of GitOps and DevOps to API deployment. By using practices from these two methodologies, APIOps can enable everyone involved in the lifecycle of API design, development, and deployment with self-service and automated tools to ensure the quality of the specifications and APIs that they’re building.
https://azure.github.io/apiops
MIT License
324 stars 191 forks source link

Add a DevContainer so that all the pre-requisites are installed #352

Closed ross-p-smith closed 1 year ago

ross-p-smith commented 1 year ago

Please describe the feature.

By using a DevContainer, I can ensure that I am running the correct .Net version with all of the pre-requisites installed.

This change will allow debugging to work straight out of the box after cloning in vscode

rishabhsaha commented 1 year ago

Thanks for the commit! Have we tested this with codespaces as well?

waelkdouh commented 1 year ago

Yes works under both local vs code as well as codepsaces.