Skip to content

WCF 8.1

Latest
Compare
Choose a tag to compare
@HongGit HongGit released this 15 Nov 01:01
· 7 commits to main since this release
506ae2b

Release Notes

Package Info

What's New

Net standard 2.0 and .NET Framework support are back in WCF Client 8.1 Release.

  • Bring back netstandard2.0 and netfx support by @mconnew in #5674

Bug Fixes

  • Update UDS WindowsAuth test to run on Windows only. by @frank117117 in #5397
  • Add NetNamedPipe long path test by @imcarolwang in #5036
  • Set ProducesDotNetReleaseShippingAssets property in Publishing.props by @MilenaHristova in #5430
  • Fix UDS connection exception handling and add test. by @imcarolwang in #5435
  • Added ProtocolException towards header validation by @DmitryOlshak in #5448
  • Make ServiceChannelProxy implement IAsyncDisposable by @0xced in #5385
  • Multi target type reuse by @imcarolwang in #5300
  • Enable source indexing for internal builds by @mconnew in #5489
  • Add missing constructors for FaultException and add unit test. by @imcarolwang in #5558
  • Fix Streamed Timeout TimeSpan.MaxValue Exception by @afifi-ins in #5618
  • Fix UnixDomainSocketBinding default security issue on Windows. by @imcarolwang in #5627
  • Fix sync hang issue after async task method call by @imcarolwang in #5634
  • Add IMergeEnabledMessageProperty to S.S.Primitives by @imcarolwang in #5527
  • Resolve Line-Breaking in Test Properties File for Semicolon Values by @imcarolwang in #5668
  • Handle current null-ref situation that can occur when Content-Type is present but Content-Length is 0. by @wrall in #5679
  • Adding Readme file for each Nuget package by @HongGit in #5682
  • Include all pdb's for S.SM.Primitives so that package is deterministic and has compiler flags by @mconnew in #5683
  • Fix ServiceModel shim facade generation was broken by @mconnew in #5684

New Contributors

Full Changelog: v8.0.0-rtm...v8.1.0-rtm