AdamsLair.Duality.Editor 3.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package AdamsLair.Duality.Editor --version 3.0.1
                    
NuGet\Install-Package AdamsLair.Duality.Editor -Version 3.0.1
                    
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.Editor" Version="3.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AdamsLair.Duality.Editor" Version="3.0.1" />
                    
Directory.Packages.props
<PackageReference Include="AdamsLair.Duality.Editor" />
                    
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 AdamsLair.Duality.Editor --version 3.0.1
                    
#r "nuget: AdamsLair.Duality.Editor, 3.0.1"
                    
#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.
#:package AdamsLair.Duality.Editor@3.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AdamsLair.Duality.Editor&version=3.0.1
                    
Install as a Cake Addin
#tool nuget:?package=AdamsLair.Duality.Editor&version=3.0.1
                    
Install as a Cake Tool

The Duality editor.

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 (19)

Showing the top 5 NuGet packages that depend on AdamsLair.Duality.Editor:

Package Downloads
AdamsLair.Duality.Editor.Plugins.CamView

A basic Camera View editor module.

AdamsLair.Duality.Editor.Plugins.Base

Provides basic infrastructure for the Duality editor, such as PropertyEditors and Importers.

AdamsLair.Duality.Editor.Plugins.PackageManagerFrontend

A user interface for conveniently managing Duality packages.

AdamsLair.Duality.Editor.Plugins.SceneView

Displays the contents of the current Scene hierarchically and allows editing the Scene graph.

AdamsLair.Duality.Editor.Plugins.ProjectView

Provides an overview of project Resources and allows importing new Assets.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.0-alpha2 859 6/12/2020
4.0.0-alpha1 608 6/12/2020
4.0.0-alpha0 581 6/12/2020
3.1.9 14,760 10/4/2019
3.1.8 6,605 10/4/2019
3.1.7 983 9/21/2019
3.1.6 1,012 9/15/2019
3.1.5 2,155 8/10/2019
3.1.4 6,799 7/28/2019
3.1.3 953 7/27/2019
3.1.2 9,066 5/4/2019
3.1.1 1,003 4/27/2019
3.1.0 990 4/27/2019
3.0.4 1,044 4/19/2019
3.0.3 1,397 2/24/2019
3.0.2 1,706 2/3/2019
3.0.1 2,891 12/9/2018
3.0.0 7,552 12/7/2018
2.10.19 4,031 6/7/2018
2.10.18 2,210 6/7/2018
Loading failed

Optimized Package Dependency Walk, PackageManager Support for Framework-Dependent Dependencies, PackageManager Concurrency Bugfix
#CHANGE: Walking package dependencies no longer resolves NETStandard.Library dependencies and instead treats the .NET Standard base lib as opaque.
#ADD: Package dependencies are now retrieved based on the preferred target framework.
#FIX: Fixed a concurrency bug where intermediate operation results would leak between threads, sometimes causing irrelevant License Acceptance dialogs to appear on install.
#CHANGE: The PackageManager now maintains an internal pool of PackageDependencyWalker instances, rather than just a single one, in order to avoid concurrency issues.
This reverts commit c7e0cab49dc37cbabcfad148f3a1d4b0c8746faa.
#FIX: Fixed a concurrency bug where intermediate operation results would leak between threads, sometimes causing irrelevant License Acceptance dialogs to appear on install.
#CHANGE: All public PackageManager API now obtains an internal operation lock while working, so no two operations can be executed simultaneously by different threads.
#ADD: The PackageManager can now more reliably handle packages that properly use NuGet lib target framework subfolders.
#ADD: Added unit tests for package installs in using lib subfolders.