Skip to content

RyanMarcotte/Functional.Utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional.Utilities

This repository contains a set of libraries that make working with Functional types easier.

Functional.Primitives.FluentAssertions

This library extends FluentAssertions to provide assertion clauses for types defined by the Functional.Primitives NuGet package: Option<T> and Result<TSuccess, TFailure>.

View the ReadMe

Functional.Unions.FluentAssertions

This library extends FluentAssertions to provide assertion clauses for types defined by the Functional.Unions NuGet package: IUnionValue<TUnionDefinition>.

View the ReadMe

Functional.SerilogExtensions

This library extends Serilog to make logging Option<T> and Result<TSuccess, TFailure> data payloads easier.

View the ReadMe

About

Useful helper libraries built over Functional (https://github.com/JohannesMoersch/Functional)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages