8 packages tagged with “7.0”
Enable using the new Value Tuple structure to write elegant code that allows async methods to be fired in parallel despite having different return types var (result1, result2) = await (GetStringAsync(), GetGuidAsync()); Based on the work of Joseph Musser https://github.com/jnm2
An extension for DSharpPlus to use modals like commands from CommandsNext
https://github.com/jimbarry0406/PandaDocDotNetSDK/wiki/
A semi-random dockerlike name generator.
A library to connect .Net 6.0+ project to the Credal API services.
The Gedcom.Net SDK is a class library that allows you to read, create, and manipulate GEDCOM transfer files. Supported Gedcom specifications: 5.5; 5.5.1; 5.5.5 and 7.0.
Send notification, sync & async, in-built validations, authenticated notifications, callback requests, localization & smart next steps on erroneous responses. More Details: http://easynotification.codeplex.com/
In DotNet7 a "wait loader" or a loading indicator is typically used to inform the user that a time-consuming operation is in progress, such as data retrieval, processing, or any operation that may cause the UI to freeze or appear unresponsive.