AppDomainToolkit 1.0.4.3
dotnet add package AppDomainToolkit --version 1.0.4.3
NuGet\Install-Package AppDomainToolkit -Version 1.0.4.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="AppDomainToolkit" Version="1.0.4.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AppDomainToolkit" Version="1.0.4.3" />
<PackageReference Include="AppDomainToolkit" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AppDomainToolkit --version 1.0.4.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AppDomainToolkit, 1.0.4.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.
#addin nuget:?package=AppDomainToolkit&version=1.0.4.3
#tool nuget:?package=AppDomainToolkit&version=1.0.4.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Anyone whose ever had to deal with loading Assemblies using standard .NET reflection facilities understands that it's not straightforward. Which context should I load into? How do I know that my Assembly is imported into the correct application domain? What if I want to load two versions of the same assembly into an application domain? How can I tear down an application domain where I've loaded my own assemblies? This package exists to provide a basic API for handling common AppDomain issues.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on AppDomainToolkit:
Repository | Stars |
---|---|
ashmind/SharpLab
.NET language playground
|