named-pipe-wrapper icon indicating copy to clipboard operation
named-pipe-wrapper copied to clipboard

.NET 6 support?

Open FlorianASI opened this issue 1 year ago • 1 comments

Dear devs,

thanks for this amazing packet, is there a .NET 6 support planed for the future?

Thank you! :)

FlorianASI avatar Aug 01 '23 13:08 FlorianASI

I have ported from .NET framework 4.0 to .NET 8. BinaryFormatter is a security risk, so I changed it to JsonSerializer.

  • Changed .NET Framework 4.0 to .NET 8.
  • Deprecated BinaryFormatter. Serializable attribute is not required.
  • Changed BinaryFormatter to JsonSerializer.
  • Changed WinForm to WPF on ExampleGUI.
  • Changed nUnit to xUnit Test.

https://github.com/mikihiro-t/named-pipe-wrapper

mikihiro-t avatar Mar 26 '24 01:03 mikihiro-t