You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 ofBinaryFormatter
but unfortunately we can't sinceCreateServiceRemotingInstanceListener
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
The text was updated successfully, but these errors were encountered: