Change default value of UseBinaryFormatter to false
Change the default value of UseBinaryFormatter in Mediachase.DataProvider.DataOptions to false, as it will no longer be supported in .NET9, and will throw an exception 100% of the time if used. See https://devblogs.microsoft.com/dotnet/binaryformatter-removed-from-dotnet-9/
1
vote