System.AppDomain 2.0.4

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

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

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 Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.5 is compatible.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
DNXCore dnxcore50 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
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

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

Crosser.Server

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

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 14,285 6/14/2016
2.0.8 8,447 6/1/2016
2.0.7 1,406 6/1/2016
2.0.6 1,186 5/31/2016
2.0.5 4,684 5/26/2016
2.0.4 1,376 5/26/2016
2.0.3 1,411 5/26/2016
2.0.2 1,401 5/25/2016
2.0.1 1,386 5/24/2016
2.0.0 1,381 5/24/2016
1.1.1 1,412 5/17/2016
1.1.0 1,468 5/17/2016
1.0.1 1,088 5/15/2016
1.0.0 1,129 5/13/2016

Seems logic for finding constructors changed. Fixed.