davidfowl / Micronetes

Micronetes is a local orchestrator inspired by kubernetes that makes developing and testing microservices and distributed applications easier.
MIT License
773 stars 46 forks source link

Add validation rules for the model #39

Closed davidfowl closed 4 years ago

davidfowl commented 4 years ago

Today we don't validate the application model which makes it easy to make mistakes that are hard to detect. We should have a validation system in place so that when the model is built in an invalid way it should fail with a good error message.

davidfowl commented 4 years ago

All progress will be moving to https://github.com/dotnet/tye