Fading Coder

One Final Commit for the Last Sprint

Addressing BinaryFormatter Obsolescence When Migrating from .NET Core 3.1 to .NET 5.0

When upgrading a project from .NET Core 3.1 to .NET 5.0, a common compilasion warning arises concerning serialization: warning SYSLIB0011: 'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter fo...