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

Implement Mtom message encoding #4687

Merged
merged 2 commits into from
Aug 11, 2021
Merged

Implement Mtom message encoding #4687

merged 2 commits into from
Aug 11, 2021

Conversation

mconnew
Copy link
Member

@mconnew mconnew commented Aug 6, 2021

Fixes #1810

@mconnew
Copy link
Member Author

mconnew commented Aug 6, 2021

Looks like tests failed because the test server had the wrong code installed. I suspect this might have been another test running in parallel. Trying again
/azp run

@mconnew mconnew changed the title Implement Mtom message incoding Implement Mtom message encoding Aug 6, 2021
@mconnew
Copy link
Member Author

mconnew commented Aug 6, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member

@StephenMolloy StephenMolloy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple of questions. But I didn't see anything alarming. Looked quite a bit like NetFX code in most places. ;)

@@ -17,7 +16,7 @@ namespace System.ServiceModel.Channels
// If any of the const's are modified in this file, they must also be modified
// on the Internal.ServiceModel.Primitives contract and implementation assemblies.

public static class EncoderDefaults
internal static class EncoderDefaults
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Were these various EncoderDefaults public in a previous release? It looks like they've been public for a while, but not exposed in the ref assembly. I see they were not public in 4.8, but is there any concern bringing them back to internal?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They shouldn't have been public in the first place. This is just some additional cleanup.

@mconnew mconnew merged commit 367d64d into dotnet:main Aug 11, 2021
@mconnew mconnew deleted the Mtom branch October 11, 2023 17:12
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.

Add Mtom support in WCF runtime
3 participants