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

Update remoting listener extensions to support exception serialization #363

Open
acarrazzoni-qontigo opened this issue Mar 21, 2024 · 0 comments

Comments

@acarrazzoni-qontigo
Copy link

At my employer we use the CreateServiceRemotingInstanceListener method to configure listeners in our Service Fabric applications. We want to enable DataContract exception serialization in all of our Service Fabric apps in order to migrate to NET 8 and get rid of BinaryFormatter but unfortunately we can't since CreateServiceRemotingInstanceListener doesn't let us change the exception serialization format.

There is this PR that adds that feature but it has been ignored for months
#346

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

No branches or pull requests

1 participant