LiorBanai / HDF5-CSharp

C# wrapper for windows/Linux systems for reading and writing H5 files
MIT License
54 stars 27 forks source link

Example is not working with .Net 8 #435

Open Lu05 opened 2 months ago

Lu05 commented 2 months ago

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

image

Seems like there is no workaround here in .Net 8 So, nothing to solve - more for information.

LiorBanai commented 2 months ago

Yeah... I need to decide how to approach this.

Thanks for reporting it.