bubuntoid.EasyDialog
7.0.0
dotnet add package bubuntoid.EasyDialog --version 7.0.0
NuGet\Install-Package bubuntoid.EasyDialog -Version 7.0.0
<PackageReference Include="bubuntoid.EasyDialog" Version="7.0.0" />
paket add bubuntoid.EasyDialog --version 7.0.0
#r "nuget: bubuntoid.EasyDialog, 7.0.0"
// Install bubuntoid.EasyDialog as a Cake Addin #addin nuget:?package=bubuntoid.EasyDialog&version=7.0.0 // Install bubuntoid.EasyDialog as a Cake Tool #tool nuget:?package=bubuntoid.EasyDialog&version=7.0.0
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-windows7.0 is compatible. net7.0-windows was computed. net8.0-windows was computed. |
-
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.
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;