CarterCommunity / Carter

Carter is framework that is a thin layer of extension methods and functionality over ASP.NET Core allowing code to be more explicit and most importantly more enjoyable.
MIT License
2.08k stars 175 forks source link

Invalid cast from 'System.String' to 'System.Guid'. #194

Closed abazanov closed 5 years ago

abazanov commented 5 years ago

Throws "Invalid cast from 'System.String' to 'System.Guid'." error when binding a System.Guid from the Request.Body on PUT requet.

See https://github.com/CarterCommunity/Carter/pull/107#issuecomment-506275495 for more info

abazanov commented 5 years ago

Issue fixed in commit 89f3161