Wolfgang.TryPattern Documentation
Welcome to the Wolfgang.TryPattern documentation. This site contains comprehensive guides, API reference, and examples to help you get started.
Quick Links
- Getting Started - Installation and basic usage
- API Reference - Complete API documentation
- GitHub Repository - View source code
About Wolfgang.TryPattern
Wolfgang.TryPattern is a lightweight .NET library that provides structured error handling through the Try pattern. Instead of scattering try/catch blocks throughout your code, wrap operations in Try.Run and get back a Result that clearly indicates success or failure.
Installation
dotnet add package Wolfgang.TryPattern
Documentation Sections
Documentation
Step-by-step guides and tutorials to help you use Wolfgang.TryPattern effectively.
API Reference
Complete API documentation automatically generated from source code XML comments.
Additional Resources
Documentation built with DocFX