Found 230 packages
A simple and useful to timeout logic.Help for throw TimeoutException.
Source code package. Extension methods for timing out when waiting on a Task, with bypass that doesn't time out when the debugger is attached. Useful to detect deadlocked/slow tests.
Provides support for working with Polly policies, including a strategy for resilient database queries.
Package Description
Client to more easily handle Telnet
Handling asynchronous operations with timeout capabilities.
Polly.Net40Async is a version of the Polly library for .NET 4.0 with async support via Microsoft.Bcl.Async. Polly allows developers to express resilience policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.
Thread-safe, asynchronous windows clipboard service with retry strategy for .NET.
Add resiliency to your async operations with retries, timeouts, and circuit-breakers.
Time Out functionality to Console.Readline. when you need user to enter input within say 5 second else proceed with default value or ahead..(cant wait forever for user)
The MessageBox which automatically closes after the specific timeout.
Fody add-in for weaving NUnit Timeout tags on the TestFixture classes with a global maximum. Depending on your setting the slow unit tests are going to fail after the timeout period. The goal is to catch all incorrectly written NUnit tests and to force them to execute quickly. This will provide the possibility to use the test set in TDD scenario. By not installing the weaver into some of the test assemblies, you can build integration unit tests, which you can leave out from the TDD process and run them only on your build server.
The collection of Http Message Delegating Handlers.
Hprose is a popular high-performance RPC library for .NET
Graceterm middleware provides implementation to ensure graceful shutdown of AspNet Core applications. The basic concept is: After aplication received a SIGTERM (a signal asking it to terminate), Graceterm will hold it alive till all pending requests are completed or a timeout ocurr.
Task utilities featuring TimedCancellationTokenSource for automatic timeout-based cancellation and Task extension methods with FluentResults integration for improved error handling and cancellation token management.
Keep Me Alive (KMA) assists web application developers by providing a simple add-in to help keep sessions from timing out while a user is is viewing a web page.
ADN.Threading is a cross-platform open-source library which provides threading utilities to .NET developers
SelectPdf Html To Pdf Converter for .NET Core - Community Edition is the free version of the powerful html to pdf converter available in SelectPdf Library for .NET Core and .NET 5-8. The converter offers a lot of powerful options (convert any web page to pdf, convert any html string to pdf, html5/css3/javascript support, headers and footers support, etc) and the only limitation is that it can generate pdf documents up to 5 pages long. Free Html to Pdf Converter For .NET – Community Edition Features: Generate pdf documents up to 5 pages, Convert any web page to pdf, Convert any raw html string to pdf, Set pdf page settings (page size, page orientation, page margins), Resize content during conversion to fit the pdf page, Set pdf document properties, Set pdf viewer preferences, Set pdf security (passwords, permissions), Set conversion delay and web page navigation timeout, Custom headers and footers, Support for html in headers and footers, Automatic and manual page breaks, Repeat html table headers on each page, Support for @media types screen and print, Support for internal and external links, Generate bookmarks automatically based on html elements, Support for HTTP headers, Support for HTTP cookies, Support for web pages that require authentication, Support for proxy servers, Enable/disable javascript, Modify color space, Multithreading support, HTML5/CSS3 support, Web fonts support and many more.
Simple wrapper around System.Diagnostics.Process to expose it as a System.Threading.Tasks.Task<ProcessResults> Includes support for cancellation, timeout (via cancellation), and exposes the standard output, standard error, exit code, and run time of the process.