39 packages tagged with “Temporary”
A base package for PeanutButter.TempDb.* packages. This provides the generic TempDb base class
The LocalDb TempDb implementation
The Sqlite TempDb<> implementation
The SqlCe TempDb implementation
A validation module checking for disposable email addresses via online sources
A validation module checking if a given email's domain is disposable/temporary, updated daily (if available)
Library to create a temporary database that can be used for testing and then dropped once the tests are complete
The MySql TempDb<> implementation, using MySqlConnector
Contains classes simplifying working with temporary in-memory and file streams. TemporaryFile encapsulates a temporary file, manages filename and makes sure to delete the file when done. A TemporaryStream maintains content in-memory if below a threshold size limit, and switches to a TemporaryFile when content crosses threshold.
The MySql TempDb<> implementation, using Oracle's MySql.Data connector
Temporary Redis server using whatever redis is available on the local machine
Disposable email service API. You can create mailboxes, receive letters, and manage temporary email addresses with ease. This service provides a convenient solution for handling short-term email needs, ensuring privacy and reducing spam. Perfect for developers and businesses looking to integrate disposable email functionality into their applications.
A mail.tm API wrapper for .NET
A .NET library that periodically cleans up a folder.
Temporary email library for .NET (wrapper) based on 1secmail.com API
Easily create expiring URL links and download links.
Provides a temporary elasticsearch instance via docker, using the disposable pattern to tear down the docker container
Simple API wrapper for https://10minutemail.net/
NFile Library (Files, Folders)
This package provides the Bud.TmpDir class. This class is disposable. It creates a temporary directory and deletes it on disposal.
A light-weight client for https://temp-mail.io
CLI tools to "I'll work with temporary files for now" experience
EasyRabbitFlow: high-performance RabbitMQ client for .NET. Fluent configuration, optional topology (queue/exchange/dead-letter) generation, reflection-free consumers, configurable retry (exponential/backoff), custom dead-letter routing, temporary batch processing, queue state helpers. Targets .NET Standard 2.1.
EasyTempFolder is a class intended to make creation and deletion of temporary folders easier.
Provides unique temporary folders that automatically delete after use (when the class is disposed). Folders are created in the user temp directory by default, but you can change this if needed. To ensure that the temporary folder is actually deleted on destroy, attributes are automatically cleared from contained files and subdirectories when necessary.
My custom wrapper for https://file.io API. Supports uploading, downloading, retrieving, and deleting files. I do not own file.io, please follow their TOS https://www.file.io/tos/
Library for object effects (temporary objects).
TransientDb is a lightweight, dynamic, runtime, code-only database which comes in handy whenever you need quick setup and teardown of an ephemeral database with a controlled starting state specified by SQL scripts. It is based on MS SQL Local DB.