AzureStorageExplorer
AzureStorageExplorer copied to clipboard
Project cleanup
Motivation
Reduce cost of maintaining lots of separate packages. Improve agility of build pipelines.
Problem
Keeping dependencies up to date is more costly as the number of separate packages goes up, because each separate package must maintain their own set of dependencies. When a dependency needs to be updated, more packages means more updates and more builds.
Each package is built as a separate stage of the same build pipeline. Generating and loading all of these stages takes a while. This can be mitigated by reducing the number of separate packages we need to build.