The missing guide on how to migrate from BinaryFormatter to something else which actually works in .NET 5.x
This was the biggest stumbling block when I recently migrated to .NET 7, which apparently cannot live at all with the BinaryFormatter.
I was a little surprised when things started to crash and burn because I thought I had already removed its usage. But, it was there hiding somewhere…