pdevito3 / craftsman

A .NET scaffolding tool to help you stop worrying about boilerplate and focus on your business logic 🚀
https://wrapt.dev
MIT License
1.12k stars 65 forks source link

PUT throws 500 when submitting an unchanged object #31

Closed pdevito3 closed 3 years ago

pdevito3 commented 3 years ago

if i submit a PUT with an object identical to the one in the db, the save will not succeed because EF will not do anything to it. need to add a check to see if the object is identical and, if so, return an OK?