Releases: jweber/WcfClientProxyGenerator
Releases · jweber/WcfClientProxyGenerator
v2.2.5
Issue #22 - Restricting fault and known type attributes from being copied to the async interface
v2.2.4
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
Build and NuGet packaging fixes only.
v2.2.2
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
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
PR #15: Support for duplex service contracts has been added (thanks to @JanTkacik)
Issue #16: Added support for OneWay operation contracts
v2.1.3
Fixed an issue where proxies created using the endpointConfigurationName would not inherit the service behaviors defined in configuration.
v2.1.2
Integrated pull request #13 (Support for creating proxy by service endpoint)
Thanks to @cmenzi for the contribution!
v2.1.1
Fixes issue #12 where a null response would cause a null reference exception
v2.1.0
Added support for inspecting and modifying arguments used in making a WCF request. (See HandleRequestArgument<T>
for more info.