Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.NET 6 support? #40

Open
FlorianASI opened this issue Aug 1, 2023 · 1 comment
Open

.NET 6 support? #40

FlorianASI opened this issue Aug 1, 2023 · 1 comment

Comments

@FlorianASI
Copy link

Dear devs,

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

Thank you! :)

@mikihiro-t
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants