Marusyk / MSA.BuildingBlocks

🧱 Common building blocks designed to aid the development of microservice-based applications using .NET
MIT License
5 stars 0 forks source link

Develop database migration for cosmos db migration package #14

Closed kanilsz closed 3 months ago

kanilsz commented 5 months ago

For now, it is a version for database migrations. Because to write a lot of complex code on the first attempt is hard. The next step will be creating container operations. This PR was for introducing the future design of this package. So please feel free to provide any ideas and points <3. Also, Program.cs is for now for developing and testing purposes and will be removed when everything is ready for merge. You know where to find me ;) I really appreciate any help you can provide. Good luck.

kanilsz commented 3 months ago

@Marusyk could you please allow the force push into pr branches?

Marusyk commented 3 months ago

force push is a bad practice. I don't understand why you and your team use it at work. The force push was designed for edge cases but not for daily work. It's better to use --squash if you care about commit messages