BinaryFormatter not supported in .net 5 app when loading Bitmap resource – Asp.net
I have migrated a couple of ASP.Net Core 2.2 projects to .Net 5, the last issue I have is that I get a System.NotSupported exception when trying to load bitmaps from the project resources. RtfUtility.AppendLogo(result, Properties.Resources.Logo); System.NotSupportedException HResult=0x80131515 Message=BinaryFormatter serialization…