SmartDialog 1.0.1

dotnet add package SmartDialog --version 1.0.1
NuGet\Install-Package SmartDialog -Version 1.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="SmartDialog" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SmartDialog --version 1.0.1
#r "nuget: SmartDialog, 1.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.
// Install SmartDialog as a Cake Addin
#addin nuget:?package=SmartDialog&version=1.0.1

// Install SmartDialog as a Cake Tool
#tool nuget:?package=SmartDialog&version=1.0.1

Introduction This package allows user to customize an autoclose basic form, it also can be used as activity package in UiPath Studio. IMPORTANT NOTE: Please install the version 1.0.1 to be able to use in UiPath Studio environment.

User Guide

  1. Perusal as part of software project Navigate to Manage Nuget Packages and find 'SmartDialog'. Make sure to install the latest version 1.0.1. Create object using SmartDialog class. Example, object name is dialogForm, then invoke the class method as followed: dialogForm.AutoCloseSmartDialog(messageDisplay, windowsTitle, delayInSeconds, button, icon)

For button and icon params, first type following DialogButtons / DialogIcons, thereafter the IntelliSense will display the available selections

  1. Installing as project dependencies in UiPath Studio Open UiPath Studio, click Manage Packages and type 'SmartDialog' in the search field. Select version 1.0.1 to install and save. The activity workflow named 'SmartDialog' you should able find it in Activities Panel
Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  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.1 418 5/1/2022
1.0.0 405 4/30/2022

The release of this package supported dialog with customizations such as autoclosing. Also, resolved packages issue in UiPath