Elfocrash / Cosmonaut

🌐 A supercharged Azure CosmosDB .NET SDK with ORM support
https://cosmonaut.readthedocs.io
MIT License
342 stars 44 forks source link

Does Cosmonaut check if model state is valid? #12

Closed kunallanjewar closed 6 years ago

kunallanjewar commented 6 years ago

Or Do i need to check that my self before I POST?

Elfocrash commented 6 years ago

Hello @kunallanjewar.

That is something you need to check yourself. Cosmonaut is an object mapper so it shouldn't know anything about your business logic's validation.

kunallanjewar commented 6 years ago

Great Thank you.