named-pipe-wrapper
named-pipe-wrapper copied to clipboard
.NET 6 support?
Dear devs,
thanks for this amazing packet, is there a .NET 6 support planed for the future?
Thank you! :)
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