Skip to content

WCF Core 3.0.0 GA

Compare
Choose a tag to compare
@StephenBonikowsky StephenBonikowsky released this 20 Sep 16:57
6ce6635

Release Notes

Associated release of .NET Core 3.0.0 GA (Release Notes)

Package Info

What's New in 3.0.0

Bug Fixes
Propagate all relevant properties from HttpTransportSecurity to HttpTransportBindingElement Issue #3818
Fix public key token used for ref assemblies. Issue #3830
Propagating EnableUnsecuredResponse while cloning Issue #3692
Fix issue with WebSocket already being closed sometimes Issue #3706
Fixed problem with HTTP streamed mode timeout Issue #3709
Fix missing timeout when reading response stream Issue #3767
Fixed the public key token used to sign WCF assemblies. Issue #3794
Fix certificate chain validation VerificationTime issue Issue #3086
Fix string escaping in src/System.Private.ServiceModel/src/Resources/Strings.resx Issue #3186
Fixed using EnvelopeVersion Soap12 for Http. Issue #2711
Fixed WS HTTP Sync Context problem Issue #3655
Fixed some threading issues when using a non-default sync context Issue #3640
Fixed SynchronizationContext issue when calling IDuplexSessionChannel.Receive directly Issue #3635

New Content
Added SslStreamSecurityBindingElement.RequireClientCertificate to the public API surface area. Issue #3736
Add ISecurityCapabilities to the public contract. Issue #1415
Added ServiceEndpoint contructors for ClientBase and ChannelFactory to the public contract. Issue #3332
Add ISerializationSurrogateProvider api to DataContractSerializerOperationBehavior. Issue #3476
Added support for OperationBehavior and ContractBehavior as attributes. Issue #3384
Added support for security mode TransportWithMessageCredential on HTTP. Issue #8
Added support for MessageSecurityOverTcp.ClientCredentialType in NetTcpBinding Issue #3