MDSoft.WinFormsUtils 0.2.50

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

MDSoft.WinFormsUtils package - Utils for invoking WinForms conrols from async threads and tasks.

NuGet version NuGet downloads


MDSoft.WinFormsUtils

  • ControlUtils
  • InvokeControl
  • InvokePictureBox
  • InvokeProgressBar
  • ProgressBarUtils

Multi-targeted platforms

- net45
- net46
- net461
- net47
- net471
- net472
- net48

MDSoft.WinFormsUtilsTests

  • ControlUtilsTests
  • InvokeControlTests
  • InvokePictureBoxTests
  • InvokeProgressBarTests
  • ProgressBarUtilsTests

How to use

Example of usage:

var task = Task.Run(async () =>
{
    await Task.Delay(TimeSpan.FromMilliseconds(1_000)).ConfigureAwait(true);
    InvokeControl.SetVisible(button, false);
});

Repositories

MDSoft.Examples

Support

Please, if this tools has been useful for you click on the star button.

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

    • No dependencies.
  • .NETFramework 4.6.1

    • No dependencies.
  • .NETFramework 4.7

    • No dependencies.
  • .NETFramework 4.7.1

    • No dependencies.
  • .NETFramework 4.7.2

    • No dependencies.
  • .NETFramework 4.8

    • No dependencies.
  • .NETFramework 4.8.1

    • 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
0.2.50 314 4/21/2023
0.2.40 236 4/21/2023
0.1.111 463 9/14/2021
0.1.110 375 9/7/2021
0.1.100 376 9/7/2021

## [0.2.050] - 2023-04-21