JSON deserialisation exception with Enumerable.Empty
I came across this exception in the past after upgrading .NET Core 2.2 to 3.0. I didn’t write about it before but recently I saw this exception again in our error logs so I thought I’d write about this and how to solve it. If you have a model like this That Enumerable.Empty<Author>() is to … [Read more…]