EasyDialog 1.0.3

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

// Install EasyDialog as a Cake Tool
#tool nuget:?package=EasyDialog&version=1.0.3

Ein generisches Dialog Fenster. Verhalten und Erscheinungsbild sind sehr detailliert
anpassbar. Argumente können mit oder ohne Typ- Einschränkungen übergeben werden.
Im Falle eines boolschen Wertes, werden CheckBox Elemente generiert. Einem boolschen
Wert können sub- Argumente übergeben werden, dessen 'IsEnabled' und 'IsRequired' status
sich anhand des übergeordneten Elements definieren.
Passwörter können ebenfalls als SecureString abgefragt werden und werden entsprechend in
einer PasswordBox dargestellt.
Allgemein orientieren sich die generierten UI- Controls an dem erwarteten Typ.

Für mehr Information: http://www.src-code.de/docs/easydialog

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4 1,466 11/17/2016
1.0.3 1,094 11/16/2016
1.0.2 970 11/15/2016
1.0.1 1,174 8/31/2016

- Overload Dialog.Show method with 'DialogArgs' and 'Action' delegate.
- Fix dialog size calculation.
- Description paramter overrides valueName if set. So the valueName parameter is only for identification with the get methods.
- Define depending arguments on passed bool arguments.