Found 3,241 packages
Asserting FluentResults objects with FluentAssertions
Provides the classes that define a cursor model for navigating and editing Extensible Markup Language (XML) information items as instances of the XQuery 1.0 and XPath 2.0 Data Model. Commonly Used Types: System.Xml.XPath.XPathNavigator System.Xml.XPath.IXPathNavigable System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathExpression System.Xml.XPath.XPathResultType System.Xml.XPath.XPathException System.Xml.XPath.XPathDocument System.Xml.XPath.XPathItem System.Xml.XPath.XPathNamespaceScope When using NuGet 3.x this package requires at least version 3.4.
Result monad for C#. In its core this monad enhances a type by adding a success/failure status. For more information see http://csharp-functional.readthedocs.io/en/latest/result-monad.html.
A Result Object for better error handling.
FluentResult Asp.Net Core integration
Result models for the service result pattern. Allows for wrapping data and errors in a reusable way.
Decouples domain operation results from ActionResult-based types of Web API. Provides: - data types for returning from domain operations (wraps up the returned value and adds operation status with error messages if applicable); - 50+ extension methods to effortlessly form the desired response.
A service result library that can map and validate in a fluent way
Package Description
A JsonResult ActionResult for ASP.NET MVC that uses the Json.NET the json serializer.
Implementation of monadic type holding a returned value or an error code.
Converts a IDomainResult-based object (returned from the Domain Layer) to various ActionResult-based types providing 20+ static extension methods. To be used in Web API projects to accompany 'DomainResult.Common' package used in the Domain Layer.
A basic implementation of a descriptive algebraic data type for C#.
Implementation of result type based on pattern matching
Make your Xunit test methods self-determine to report a "skipped" result. Useful for such cases as "not supported on this platform" results or other environmental inputs.
Result type for C# and F#
A simple Result object implementation for .NET
Provides the System.IO.FileSystemWather class, which listens to the file system change notifications and raises events when a directory, or a file in a directory, changes. Commonly Used Types: System.IO.FileSystemWatcher System.IO.WatcherChangeTypes System.IO.FileSystemEventArgs System.IO.RenamedEventArgs System.IO.FileSystemEventHandler System.IO.RenamedEventHandler System.IO.NotifyFilters System.IO.ErrorEventArgs System.IO.ErrorEventHandler System.IO.WaitForChangedResult When using NuGet 3.x this package requires at least version 3.4.
DotNetCore.Results
* This is very opinionated project * Will make it compatible for both Fable and .NET * Will continue to add more genral util functions