.net 6 (.net Core) 在这个应用程序中禁用了BinaryFormatter序列化和反序列化
https://blog.wixy.cn/archives/10.html
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
</PropertyGroup>
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
测试有用的
专注集运系统开发,欢迎关注LuoCore公众号的