bubuntoid.EasyDialog 7.0.0

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

Create UI dialogs automatically with metro, material and windows style for desktop applications by using EasyDialog (.NET 6).
Docs and samples: https://github.com/bubuntoid/EasyDialog

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0-windows7.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on bubuntoid.EasyDialog:

Package Downloads
bubuntoid.EasyDialog.MaterialSkin

Material skin theme for bubuntoid.EasyDialog. Docs and samples: https://github.com/bubuntoid/EasyDialog

bubuntoid.EasyDialog.MetroFramework

MetroFramework theme for bubuntoid.EasyDialog. Docs and samples: https://github.com/bubuntoid/EasyDialog

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
7.0.0 557 8/12/2022
6.0.1 521 6/5/2021
6.0.0 471 5/22/2021
5.0.3 404 4/17/2021
5.0.2 440 4/5/2021
5.0.1 443 4/5/2021
5.0.0 450 4/5/2021
2.0.0 481 1/10/2021
1.0.3 433 1/3/2021
1.0.2 545 12/19/2020
1.0.1 522 12/12/2020
1.0.0 491 11/24/2020

upgrade projects to .NET 6;
       add IDialogSet.Name field that sets label text (if it exists);
       add HasNoButton method;
       add overload for .HasName(string name, ContentAlignment align);
       implement FolderBrowserDialog with methods AsFolderBrowserDialog, OnFolderSelected;
       refactoring to file-scoped namespaces code style;