UnitsNet icon indicating copy to clipboard operation
UnitsNet copied to clipboard

Add remote container development environment

Open angularsen opened this issue 5 years ago • 3 comments

I just stumbled across this awesome article: https://www.freecodecamp.org/news/put-your-dev-env-in-github/

I had heard about remote containers and VSCode's integration with Docker and WSL, but this is the first time I realized how awesome this is for open source projects.

Granted, Units.NET does not require a lot of dependencies beyond Windows and .NET Core SDK, but the idea is really compelling: Simply clone the repo and spin up a development container with everything you need to build and run the project, without having to install anything on your host operating system besides VSCode. I'm sure other IDEs can be made to work with this setup too.

If someone wants to take this for a spin and see how it works for Units.NET, please go ahead. If not, I may visit this sometime in the future mostly to scratch my own curiosity.

angularsen avatar Aug 16 '19 20:08 angularsen

GitHub Previews Faster Codespaces Creation with Prebuilds

https://visualstudiomagazine.com/articles/2022/02/24/codespaces-prebuilds.aspx?m=1

angularsen avatar Feb 25 '22 10:02 angularsen