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

Remove Dead 'supportsCsharpSerializable' Function #2266

Conversation

InsertCreativityHere
Copy link
Member

@InsertCreativityHere InsertCreativityHere commented Jun 4, 2024

In the 'Ice/optional' tests, we have this operation: bool supportsCsharpSerializable();
C# used to call this in the cross-tests to determine whether it should run tests involving serialization.
But... C# serialization support was removed 6 months ago in #1594

So, this function is never called anymore; so this PR removes it.

@InsertCreativityHere InsertCreativityHere merged commit 63a7bad into zeroc-ice:main Jun 4, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants