WcfConfigExtensions 1.2.1.10
WcfExtensions is a basic library which serves for configuring custom behaviors for wcf services, and finally this is possible by using a default class which derives from BehaviorExtensionElement, allowing to avoid a local implementation of BehaviorExtensionElement on wcf service project.
Install-Package WcfConfigExtensions -Version 1.2.1.10
dotnet add package WcfConfigExtensions --version 1.2.1.10
<PackageReference Include="WcfConfigExtensions" Version="1.2.1.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WcfConfigExtensions --version 1.2.1.10
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
New Extension element for loading dynamic code, which It's used for intializing behaviors a runtime..
Dependencies
-
.NETFramework 4.5
- ScriptingCompiler (>= 1.0.0.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.