AdamsLair.Duality.Backend.DotNetFramework 2.1.0

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

// Install AdamsLair.Duality.Backend.DotNetFramework as a Cake Tool
#tool nuget:?package=AdamsLair.Duality.Backend.DotNetFramework&version=2.1.0

The default system backend layer for Duality. It uses regular .Net Framework classes, as are available on desktop platforms.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on AdamsLair.Duality.Backend.DotNetFramework:

Repository Stars
AdamsLair/duality
a 2D Game Development Framework
Version Downloads Last updated
4.0.0-alpha2 509 6/12/2020
4.0.0-alpha1 398 6/12/2020
4.0.0-alpha0 386 6/12/2020
3.0.4 6,122 10/4/2019
3.0.3 593 10/4/2019
3.0.2 1,082 7/28/2019
3.0.1 1,152 5/4/2019
3.0.0 1,779 12/7/2018
2.1.1 7,713 11/13/2016
2.1.0 2,465 7/2/2016
2.0.3 1,147 6/29/2016
2.0.2 1,137 6/29/2016
2.0.1 2,912 2/7/2016
2.0.0 2,661 10/19/2015

Logging Tweaks, Moved Loaded Assembly Enumeration
#ADD: Added more plugin loader logs to DualityApp, now tracking exactly what Assemblies are available and where.
#CHANGE: Assemblies are now logged with their version number.
#CHANGE: Moved environment info logs to DefaultPluginLoader, because it's available much sooner and more reliably than the system backend plugin.
#CHANGE: Replaced the system backend's GetLoadedAssemblies() API with a new LoadedAssemblies property in the IPluginLoader, so all functionality related to Assembly loading and discovery are in one place.
#CHANGE: Adjusted dummy implementations for plugin loading and system backend.
#CHANGE: Adjusted unit tests.