Skip to content

Releases: jweber/WcfClientProxyGenerator

v2.2.5

11 May 02:57
Compare
Choose a tag to compare

Issue #22 - Restricting fault and known type attributes from being copied to the async interface

v2.2.4

10 May 01:31
Compare
Choose a tag to compare

Issue #19 - Rewriting the contract property when using the ServiceEndpoint overloads
Issue #21 - Copying custom service and method attributes Custom attributes on the base service interface were not being copied onto the generated Async interface

v2.2.3

06 May 22:38
Compare
Choose a tag to compare

Build and NuGet packaging fixes only.

v2.2.2

06 May 16:41
Compare
Choose a tag to compare

Fix for issue #19 - Calling generated Async methods when configuring a proxy using an endpointConfigurationName were failing. Thanks @hassangulzar for the detailed recreation!

v2.2.1

03 May 16:52
Compare
Choose a tag to compare

Merged PR #17 - Support for working with InstanceContext for duplex channels (thanks @cmenzi!)
Fix for issue #19 - Removed duplicate trailing slash from ServiceContract Namespace

v2.2.0

22 Aug 05:40
Compare
Choose a tag to compare

PR #15: Support for duplex service contracts has been added (thanks to @JanTkacik)
Issue #16: Added support for OneWay operation contracts

v2.1.3

20 Jul 22:32
Compare
Choose a tag to compare

Fixed an issue where proxies created using the endpointConfigurationName would not inherit the service behaviors defined in configuration.

v2.1.2

24 Jan 19:03
Compare
Choose a tag to compare

Integrated pull request #13 (Support for creating proxy by service endpoint)

Thanks to @cmenzi for the contribution!

v2.1.1

07 Jan 18:12
Compare
Choose a tag to compare

Fixes issue #12 where a null response would cause a null reference exception

v2.1.0

23 Oct 01:01
Compare
Choose a tag to compare

Added support for inspecting and modifying arguments used in making a WCF request. (See HandleRequestArgument<T> for more info.