Top 20 NuGet tasks Packages

MSBuild tasks and targets for code generation
Extension enforces the use of the ConfigureAwait expression. Visual studio extension is available here: https://marketplace.visualstudio.com/items?itemName=Rene-Stein.ConfigureAwaitEnforcer
Wrapper above [Quartz.NET] (https://github.com/quartznet/quartznet) for .NET Core.
A simple task scheduling library
You can use UIDeskAutomation to create automated tasks for Windows applications based on their user interface. This library uses managed Microsoft UI Automation API (which is part of .NET Framework - System.Windows.Automation namespace).
You can use UIDeskAutomation.Automation3.0 to create automated tasks for Windows applications (both desktop and browser) based on their user interface. This library uses Microsoft Windows Automation API 3.0 (the unmanaged version of UI Automation API which is located in Windows\System32\UIAutomation...
The Coyote .NET command-line tool.
Package Description
ConfigureAwait(true) and ConfigureAwait(false) are very important when dealing with asynchronous code. However, they make code hard to read and easy to fail. ObviousAwait introduces two aliases: KeepContext() and FreeContext(), reducing the cognitive load while reading and writing asynchronous code.
Task extension for msbuild,it is based on https://github.com/loresoft/msbuildtasks
This is my Blazing Tasks component library.
Library to handle concurrent tasks. \n Repository: https://github.com/ultranaco/threading-csharp
# ch1seL.MSBuildGzTool Provide MsBuild Tasks to Gzip and UnGzip files ch1seL.MSBuildGzTool.Gzip Parameters: SourceFile, DestinationFile ch1seL.MSBuildGzTool.UnGzip Parameters: SourceFile, DestinationFile
Constains custom MSBuild tasks: ReplaceAll(Paths, Start, End, Value = string.Empty, IncludeStartEnd = true)