System.AppDomain
2.0.6
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
<PackageReference Include="System.AppDomain" Version="2.0.6" />
paket add System.AppDomain --version 2.0.6
#r "nuget: System.AppDomain, 2.0.6"
// 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 |
-
.NETStandard 1.5
- System.Linq (>= 4.1.0-rc2-24027)
- System.Linq.Expressions (>= 4.0.11-rc2-24027)
- System.Reflection (>= 4.1.0-rc2-24027)
- System.Reflection.TypeExtensions (>= 4.1.0-rc2-24027)
- System.Resources.ResourceManager (>= 4.0.1-rc2-24027)
- System.Runtime.InteropServices (>= 4.1.0-rc2-24027)
-
DNXCore 5.0
- System.Linq (>= 4.0.0)
- System.Linq.Expressions (>= 4.0.0)
- System.Reflection (>= 4.0.10)
- System.Reflection.TypeExtensions (>= 4.0.1-beta-23409)
- System.Runtime.InteropServices (>= 4.0.10)
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
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()