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

BinaryFormatter is not compatible with .Net8 runtime #3428

Closed
dmitriyi-affinity opened this issue Sep 15, 2023 · 2 comments
Closed

BinaryFormatter is not compatible with .Net8 runtime #3428

dmitriyi-affinity opened this issue Sep 15, 2023 · 2 comments

Comments

@dmitriyi-affinity
Copy link

I have tried to port NHibernate to the .Net8 and fount the blocker in the SerializationHelper.cs class. It relies on the BinaryFormatter which is deprecated in .Net8

@hazzik
Copy link
Member

hazzik commented Sep 15, 2023

Duplicate of #2603

@hazzik hazzik marked this as a duplicate of #2603 Sep 15, 2023
@hazzik hazzik closed this as completed Sep 15, 2023
@fredericDelaporte
Copy link
Member

TLDR: review how your application works and eliminate any use of the binary serializer it does. NHibernate does not use it by itself, but only through the application choices, like mappings using SerializableType, uses of second level cache providers relying on binary serialization, ....

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

No branches or pull requests

3 participants