dolittle / Home

Dolittle is a platform designed to build Line of Business applications without sacrificing architectural quality, code quality or scalability.
http://www.dolittle.io
MIT License
27 stars 5 forks source link

Improve local development process and document it #81

Open ghost opened 4 years ago

ghost commented 4 years ago

When we develop things locally and want to test and maybe even debug through code we deploy packages locally. The reason for this is that our code is spread across multiple repositories and we leverage lower order components in layers above.

This experience is not consistent and is error prone. We need to improve on this, make it simpler - consistent and well documented on how to do this.

For instance for .net - an idea could be to create a simple NuGet server that is a bit clever. Instead of having to deploy packages locally to the %HOME%/.nuget/packages as we do today, we might be able to crate a simple NuGet server that could serve packages on the fly from where the assemblies are being built.

┆Issue is synchronized with this Asana task