System.AppDomain 2.0.6

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

// Install System.AppDomain as a Cake Tool
#tool nuget:?package=System.AppDomain&version=2.0.6

Exposes the hidden System.AppDomain in .NET Core. Currently exposes AppDomain.CurrentDomain, AppDomain.BaseDirectory, AppDomain.AssemblyResolve, AppDomain.TypeResolve, AppDomain.ResourceResolve, and AppDomain.UnhandledException. Required supporting classes are also exposed.

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
DNXCore dnxcore50
MonoAndroid monoandroid
MonoMac monomac
MonoTouch monotouch
Tizen tizen30 tizen40 tizen60
Xamarin.iOS xamarinios
Xamarin.Mac xamarinmac
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (9)

Showing the top 5 NuGet packages that depend on System.AppDomain:

Package Downloads
TinyIoC

An easy to use, hassle free, Inversion of Control Container for small projects, libraries and beginners alike

Exceptionless.Signed The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Exceptionless client for portable applications. Exceptionless is a cloud based error reporting service that sends your exceptions to https://exceptionless.com and provides aggregated views and analytics.

Susanoo.Core

Lightweight Semi-Automatic ORM

Crosser.Server

Fast modular realtime/fog computing/streaming framework for all the things

KendoNET.DynamicLinq

KendoNET.DynamicLinq implements server paging, filtering, sorting, grouping and aggregating to Kendo UI via Dynamic Linq for .Net Core App(1.x ~ 3.x). Supported platforms: - .NET Standard 1.6 - .NET Standard 2.0 - .NET Standard 2.1 - .NET Core 1.0 ~ .NET Core 1.1 - .NET Core 2.0 ~ .NET Core 2.2 - .NET Core 3.0 ~ .NET Core 3.1

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on System.AppDomain:

Repository Stars
grumpydev/TinyIoC
An easy to use, hassle free, Inversion of Control Container for small projects, libraries and beginners alike.
cwensley/Portable.Xaml
Portable .NET library for reading/writing xaml files.
Version Downloads Last updated
2.0.9 7,893 6/14/2016
2.0.8 4,542 6/1/2016
2.0.7 1,245 6/1/2016
2.0.6 1,045 5/31/2016
2.0.5 4,462 5/26/2016
2.0.4 1,220 5/26/2016
2.0.3 1,239 5/26/2016
2.0.2 1,253 5/25/2016
2.0.1 1,234 5/24/2016
2.0.0 1,229 5/24/2016
1.1.1 1,250 5/17/2016
1.1.0 1,313 5/17/2016
1.0.1 971 5/15/2016
1.0.0 1,006 5/13/2016

Added AppDomain.GetAssemblies()