GhostCore 2.0.0

dotnet add package GhostCore --version 2.0.0
                    
NuGet\Install-Package GhostCore -Version 2.0.0
                    
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="GhostCore" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GhostCore" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="GhostCore" />
                    
Project file
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 GhostCore --version 2.0.0
                    
#r "nuget: GhostCore, 2.0.0"
                    
#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=GhostCore&version=2.0.0
                    
Install GhostCore as a Cake Addin
#tool nuget:?package=GhostCore&version=2.0.0
                    
Install GhostCore as a Cake Tool

Subset of the GhostCore "sdk"/library.
The core library for all of the GhostCore library set.

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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 (6)

Showing the top 5 NuGet packages that depend on GhostCore:

Package Downloads
GhostCore.IoC

Subset of the GhostCore library. Different take on IoC with a simpler version also provided for when you don't need a more advanced version.

GhostCore.Threading

Subset of the GhostCore library. Provides classes useful in multi-threaded situations.

GhostCore.MVVM

Subset of the GhostCore library. Simple and light MVVM library.

GhostCore.Bindings

Subset of the GhostCore library. Provides WPF/UWP like bindings to regular scenarios where those binding frameworks are not available.

GhostCore.Networking

Subset of the GhostCore library. RestProxy class and other useful networking classes and enums.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 1,136 3/27/2021
1.0.3 463 9/13/2020
1.0.0 521 9/1/2020

Version 2.0
Split from the main GhostCore package into a separate package.

Some older GhostCore classes have been deleted from this to tighten the scope of the sdk.