- Notifications
You must be signed in to change notification settings - Fork765
Non-breaking workaround for BinaryFormatter deprecation, issue #2469#2621
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Legion-ale left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
; wrongly deleted when celaning function. Now build correctly
Legion-ale commentedSep 30, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
I see that the errors are:
Is not something I Implemented... so i didn't commit my changes at the .csproj, but i think is enought to edit
to latest .NET LTS:
Link to MS versioning: https://dotnet.microsoft.com/en-us/platform/support/policy Am I missing something? Can i commit the project edit? |
What does this implement/fix? Explain your changes.
non-breaking change that fix BinaryFormatter deprecation on .Net9.0 and higher
Does this close any currently open issues?
yes#2469
Any other comments?
Considering that NoopFormatter exists in the code you're probably working on it, that are my 2 cents.