Nuclei.AppDomains 0.8.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Nuclei.AppDomains --version 0.8.0
NuGet\Install-Package Nuclei.AppDomains -Version 0.8.0
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="Nuclei.AppDomains" Version="0.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nuclei.AppDomains --version 0.8.0
#r "nuget: Nuclei.AppDomains, 0.8.0"
#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 Nuclei.AppDomains as a Cake Addin
#addin nuget:?package=Nuclei.AppDomains&version=0.8.0

// Install Nuclei.AppDomains as a Cake Tool
#tool nuget:?package=Nuclei.AppDomains&version=0.8.0

Provides methods to create application domains and attach assembly resolve and unhandled exception
     handlers to the newly created domain.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 706 4/14/2019
0.9.0 1,290 9/6/2016
0.8.0 1,192 5/27/2014
0.7.1 1,144 12/21/2013
0.7.0 1,100 12/4/2013
0.6.7 1,103 10/23/2013
0.6.6 1,140 10/12/2013
0.6.5 1,160 9/26/2013
0.6.4 1,125 9/21/2013
0.6.3 1,152 8/22/2013
0.6.2 1,127 8/19/2013
0.6.1 1,137 8/16/2013
0.6.0 1,136 8/7/2013

# 0.8.0 (27 May 2014)

- [#37](https://github.com/pvandervelde/Nuclei/pull/37) - Updating GitReleaseNotes to the latest version (0.4.0) contributed by Petrik van der Velde ([pvandervelde](https://github.com/pvandervelde))
- [#34](https://github.com/pvandervelde/Nuclei/issues/34) - Update to latest version GitReleaseNotes
- [#33](https://github.com/pvandervelde/Nuclei/pull/33) - Fix semantic version issues with tagging process contributed by Petrik van der Velde ([pvandervelde](https://github.com/pvandervelde))
- [#32](https://github.com/pvandervelde/Nuclei/pull/32) - Provide retry and time-out abilities for all connection activities contributed by Petrik van der Velde ([pvandervelde](https://github.com/pvandervelde))
- [#31](https://github.com/pvandervelde/Nuclei/pull/31) - Nuclei.Communication: Allow mapping notification interface to known events on a given object contributed by Petrik van der Velde ([pvandervelde](https://github.com/pvandervelde))
- [#30](https://github.com/pvandervelde/Nuclei/issues/30) - Deploy script should re-use existing version number file +fix
- [#28](https://github.com/pvandervelde/Nuclei/pull/28) - Nuclei.Communication: Provide the sending endpoint ID to command invocations if required contributed by Petrik van der Velde ([pvandervelde](https://github.com/pvandervelde)) +enhancement
- [#26](https://github.com/pvandervelde/Nuclei/issues/26) - The message for the version tag should only contain the latest release notes +fix
- [#25](https://github.com/pvandervelde/Nuclei/pull/25) - Provide way to detect expired messages contributed by Petrik van der Velde ([pvandervelde](https://github.com/pvandervelde))
- [#24](https://github.com/pvandervelde/Nuclei/pull/24) - Issue/releasenotes contributed by Petrik van der Velde ([pvandervelde](https://github.com/pvandervelde))
- [#23](https://github.com/pvandervelde/Nuclei/issues/23) - Nuclei.Communication: Provide retry and time-out abilities for all connection activities +enhancement
- [#22](https://github.com/pvandervelde/Nuclei/issues/22) - Automatically create release notes from resolved Github issues +enhancement
- [#21](https://github.com/pvandervelde/Nuclei/pull/21) - Nuclei.Communication: Remove CommunicationConstants.CommunicationVersion contributed by Petrik van der Velde ([pvandervelde](https://github.com/pvandervelde)) +enhancement
- [#20](https://github.com/pvandervelde/Nuclei/pull/20) - Nuclei.Communication: Notification registration and unregistration should not throw contributed by Petrik van der Velde ([pvandervelde](https://github.com/pvandervelde)) +fix
- [#19](https://github.com/pvandervelde/Nuclei/issues/19) - Nuclei.Communication: If channel faults upon sending message then rebuild channel and notify user +fix
- [#18](https://github.com/pvandervelde/Nuclei/pull/18) - Nuclei.Communication: Endpoint information should be removed if endpoint is determined to be disconnected contributed by Petrik van der Velde ([pvandervelde](https://github.com/pvandervelde)) +enhancement
- [#17](https://github.com/pvandervelde/Nuclei/pull/17) - Nuclei.Communication: Provide method to verify if a connection to remote endpoint is active contributed by Petrik van der Velde ([pvandervelde](https://github.com/pvandervelde)) +enhancement
- [#15](https://github.com/pvandervelde/Nuclei/issues/15) - Switch to using the proper GitHub branching model with use of pull requests for everything
- [#14](https://github.com/pvandervelde/Nuclei/issues/14) - Switch versioning scheme to use Semantic Versioning
- [#11](https://github.com/pvandervelde/Nuclei/issues/11) - Nuclei.Communication: Endpoint connection should be verified before use. +fix
- [#10](https://github.com/pvandervelde/Nuclei/issues/10) - Nuclei.Communication: Discovery process should be based on a URI only +enhancement
- [#9](https://github.com/pvandervelde/Nuclei/issues/9) - System.ServiceModel.ProtocolException: The channel received an unexpected fault input message while closing. +fix
- [#7](https://github.com/pvandervelde/Nuclei/issues/7) - Nuclei.Communication: Provide way to detect expired messages +enhancement
- [#6](https://github.com/pvandervelde/Nuclei/pull/6) - Nuclei.Communication: Allow mapping command interface to known methods on a given object contributed by Petrik van der Velde ([pvandervelde](https://github.com/pvandervelde)) +enhancement
- [#3](https://github.com/pvandervelde/Nuclei/issues/3) - Nuclei.Communication: Version the communication protocol +enhancement

Commits: 6409b2e74c...a602ffd008


# V0.7.1.0 (21 December 2013)

- [#2](https://github.com/pvandervelde/Nuclei/issues/2) - Nuclei.Diagnostics: Allow grouping of timing results +enhancement

Commits: a341db15ad...6cbeb3ada2


# V0.7.0.0 (04 December 2013)

- [#1](https://github.com/pvandervelde/Nuclei/issues/1) - Nuclei.Communication: Commands returning a continuation task fail upon transfer to the invoking endpoint +fix

Commits: 1bc23750b9...6f8e882b14