Skip to content

WCF Core 3.0.0 Preview5

Pre-release
Pre-release
Compare
Choose a tag to compare

Release Notes

Associated release of .NET Core 3.0.0 Preview 5 (Release Notes)

Package Info

What's New

Fix certificate chain validation VerificationTime issue Issue #3086
Fix string escaping in src/System.Private.ServiceModel/src/Resources/Strings.resx Issue #3186
Add ISecurityCapabilities to the public contract. Issue #1415
Added ServiceEndpoint contructors for ClientBase and ChannelFactory to the public contract. Issue #3332
Fixed using EnvelopeVersion Soap12 for Http. Issue #2711
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