ChannelAdam.Core 1.6.3

Additional Details

See the Deprecation Notice: https://github.com/channeladam/ChannelAdam.Core#deprecation-notice

dotnet add package ChannelAdam.Core --version 1.6.3
NuGet\Install-Package ChannelAdam.Core -Version 1.6.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ChannelAdam.Core" Version="1.6.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ChannelAdam.Core --version 1.6.3
#r "nuget: ChannelAdam.Core, 1.6.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ChannelAdam.Core as a Cake Addin
#addin nuget:?package=ChannelAdam.Core&version=1.6.3

// Install ChannelAdam.Core as a Cake Tool
#tool nuget:?package=ChannelAdam.Core&version=1.6.3

DEPRECATED - see https://github.com/channeladam/ChannelAdam.Core/blob/master/README.md. A core library that provides helpful functionality including base classes for disposables and finalizers, weak events, proxies, support for retry policies, XML conversion/serialisation and embedded resources.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ChannelAdam.Core:

Package Downloads
ChannelAdam.Wcf

Easily, reliably and correctly consume services using Microsoft's Windows Communication Foundation (WCF) library - including correctly performing the Close/Abort pattern and preventing memory and server connection leaks.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.3 12,599 7/18/2019
1.6.2 18,769 6/24/2018
1.6.1 988 6/24/2018
1.6.0 22,660 5/25/2017
1.5.2 3,458 2/23/2017
1.5.1 1,499 1/19/2017
1.5.0 1,117 12/14/2016
1.4.2 18,255 9/28/2016
1.4.1 1,034 9/24/2016
1.4.0 1,672 9/24/2016
1.3.6 954 9/24/2016
1.3.5 1,775 9/20/2016
1.3.4 1,528 9/13/2016
1.3.3 1,234 9/12/2016
1.3.2 964 9/12/2016
1.3.1 1,233 9/11/2016
1.3.0 956 9/11/2016
1.2.1 132,627 11/8/2015
1.2.0 1,091 11/8/2015
1.1.0 6,432 2/18/2015
1.0.0 2,551 9/1/2014

THIS LIBRARY IS NOW DEPRECATED.
1.6.3 - Enhanced ChannelAdam.Runtime.Remoting.Proxies to support out and ref method parameters.
1.6.1 - THIS LIBRARY IS NOW DEPRECATED.
It has been replaced with the following .NET Standard libraries:
       - ChannelAdam.Commands
       - ChannelAdam.DispatchProxies (DispatchProxy is used now instead of Remoting.Proxies.RealProxy)
       - ChannelAdam.Disposing
       - ChannelAdam.Logging
       - ChannelAdam.PrimitiveExtensions (StringExtensions)
       - ChannelAdam.Reflection
       - ChannelAdam.TransientFaultHandling
       - ChannelAdam.WeakEvents
       - ChannelAdam.Xml
1.6.0 - Added StringExtensions for converting named placeholders back to indexed placeholders - to be used by string.Format().
1.5.2 - Fixed XML Serialisation extension issue - when serialising from an instance that has been cast as an object type.
1.5.1 - Made Disposable.isDisposing private variable volatile.
1.5.0 - Added overloads to the XML serialisation extensions to allow specifying XmlWriterSettings. Fixed issue in XML serialisation when providing an XmlRootAttribute to align with the intent of overriding it for the entire XML message, instead of just replacing the root.
1.4.2 - Corrected assembly version.
1.4.1 - Added properties to ReversibleCommandManager.
1.4.0 - Corrected namespaces. Removed "Core" from the namespaces of the XML, Commands and Reflection classes.
1.3.6 - Added command and reversible command pattern.
1.3.5 - Add XmlValidator for validating XML against XML Schemas.
1.3.4 - Minor change of ToXmlNode() to use base class of XNode instead of XElement.
1.3.3 - Minor addition of helper methods and style cleanup.
1.3.2 - Added GetXmlResourceAsXElement() to EmbeddedResource.
1.3.1 - Added XML conversion and serialisation extensions.
1.3.0 - Added EmbeddedResource class.
1.2.1 - Fixed version number.
1.2.0 - Added retry policy interfaces and support for retry capability within a real proxy - added the class RetryEnabledDisposableObjectRealProxy.
1.1.0 - Added support for targeting .NET Framework 4.0 in addition to .NET Framework 4.5.
1.0.0 - Initial release targeting .NET Framework 4.5.