captivereality
NuGet publisher profile
Packages (10)
CaseConverter
Convert between camelCase, snake_case, kebab-case, PascalCase and Train-Case
GenericConverter.Abstractions
Common interface for Json converters
ResilientHttpClient.Core
A drop-in replacement for HttpClient that adds common resiliency patterns such as circuit breaker, retry, and timeout. Compatible with .NET Standard 2.1 and Unity projects. Features: Circuit Breaker Pattern, Automatic Retry Logic, Timeout Handling, Per-Request Policies, Content Cloning for Retries, No External Dependencies, Well-Tested (96.7% coverage with 112 tests).
GenericConverter.SystemTextJson
Common interface for Json converters
GenericConverter.JsonNet
Common interface for Json converters
IpcLibrary.Abstractions
Abstractions, interfaces, and models for IpcLibrary - a .NET Standard 2.1 peer-to-peer communication library. Contains event args, configuration interfaces, and core models used by IpcLibrary.
IpcLibrary
Production-ready .NET Standard 2.1 peer-to-peer communication library for local networks. Features auto-discovery via UDP broadcast, secure authentication, bidirectional messaging, and mesh networking. Perfect for building distributed applications that need to discover and communicate with each other automatically. 100% test coverage.
ResilientHttpClient.Extensions.DependencyInjection
Microsoft Dependency Injection extensions for ResilientHttpClient. Provides seamless integration with ASP.NET Core and .NET applications with support for named clients, configuration options, and multiple service lifetimes. Compatible with .NET Standard 2.1.
IpcLibrary.Serialization.Newtonsoft
Newtonsoft.Json (JSON.NET) serialization provider for IpcLibrary. Provides JSON serialization using the popular JSON.NET library. Use this if your project already depends on Newtonsoft.Json or requires its advanced features.
IpcLibrary.Serialization.SystemTextJson
System.Text.Json serialization provider for IpcLibrary. Provides high-performance JSON serialization using the built-in System.Text.Json library. Recommended for most scenarios.