ChannelAdam.Core
1.6.3
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
<PackageReference Include="ChannelAdam.Core" Version="1.6.3" />
paket add ChannelAdam.Core --version 1.6.3
#r "nuget: ChannelAdam.Core, 1.6.3"
// 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 | Versions 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. |
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 | 17,300 | 7/18/2019 | |
1.6.2 | 22,433 | 6/24/2018 | |
1.6.1 | 1,024 | 6/24/2018 | |
1.6.0 | 25,505 | 5/25/2017 | |
1.5.2 | 3,498 | 2/23/2017 | |
1.5.1 | 1,531 | 1/19/2017 | |
1.5.0 | 1,153 | 12/14/2016 | |
1.4.2 | 19,100 | 9/28/2016 | |
1.4.1 | 1,107 | 9/24/2016 | |
1.4.0 | 1,744 | 9/24/2016 | |
1.3.6 | 991 | 9/24/2016 | |
1.3.5 | 1,834 | 9/20/2016 | |
1.3.4 | 1,581 | 9/13/2016 | |
1.3.3 | 1,282 | 9/12/2016 | |
1.3.2 | 994 | 9/12/2016 | |
1.3.1 | 1,266 | 9/11/2016 | |
1.3.0 | 985 | 9/11/2016 | |
1.2.1 | 187,640 | 11/8/2015 | |
1.2.0 | 1,122 | 11/8/2015 | |
1.1.0 | 7,011 | 2/18/2015 | |
1.0.0 | 2,622 | 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.