Wolfgang.TryPattern Documentation

Welcome to the Wolfgang.TryPattern documentation. This site contains comprehensive guides, API reference, and examples to help you get started.

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