.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公众号

posted @ 2021-11-23 15:05  LuoCore  阅读(549)  评论(0编辑  收藏  举报