We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, I tried the code from the readme with a .Net 8 console app but WriteObject is not working anymore since the BinaryFormatter has been disabled.
https://learn.microsoft.com/en-us/dotnet/core/compatibility/serialization/8.0/binaryformatter-disabled
Seems like there is no workaround here in .Net 8 So, nothing to solve - more for information.
The text was updated successfully, but these errors were encountered:
Yeah... I need to decide how to approach this.
Thanks for reporting it.
Sorry, something went wrong.
No branches or pull requests
Hey,
I tried the code from the readme with a .Net 8 console app but WriteObject is not working anymore since the BinaryFormatter has been disabled.
https://learn.microsoft.com/en-us/dotnet/core/compatibility/serialization/8.0/binaryformatter-disabled
Seems like there is no workaround here in .Net 8
So, nothing to solve - more for information.
The text was updated successfully, but these errors were encountered: