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.
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.