AppDomainToolkit 1.0.3
See the version list below for details.
dotnet add package AppDomainToolkit --version 1.0.3
NuGet\Install-Package AppDomainToolkit -Version 1.0.3
<PackageReference Include="AppDomainToolkit" Version="1.0.3" />
paket add AppDomainToolkit --version 1.0.3
#r "nuget: AppDomainToolkit, 1.0.3"
// Install AppDomainToolkit as a Cake Addin #addin nuget:?package=AppDomainToolkit&version=1.0.3 // Install AppDomainToolkit as a Cake Tool #tool nuget:?package=AppDomainToolkit&version=1.0.3
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 | net35 is compatible. 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 (3)
Showing the top 3 NuGet packages that depend on AppDomainToolkit:
Package | Downloads |
---|---|
Cireson.Platform.SDK
Cireson Platform SDK. |
|
Cireson.Platform.Extension.WebUi
Cireson Web UI |
|
MetaPack.NuGet
Provides NuGet based implementation for MetaPack solution packaging and deployment. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on AppDomainToolkit:
Repository | Stars |
---|---|
ashmind/SharpLab
.NET language playground
|