Issues
- 0
- 3
errorMessages should be passed as string
#124 opened by buti1021 - 7
Implicit operator from Result<T> to Result<U>
#206 opened by PatrizioG - 1
- 0
Moq's ReturnsAsync() returns the Result's Value when Result.Created(...) is used.
#214 opened by Cezus - 3
- 2
- 1
- 1
Improve error/validation reporting by allowing for a strongly typed property, e.g. Result.Error<T>
#163 opened by nhwilly - 0
Allowing Result to be partial
#205 opened by tobysmith568 - 4
Type discriminator is lost when serializing a Result<T> using [TranslateResultToActionResult]
#204 opened by uflowie - 2
.ToMinimalApiResult not supported on NET6
#203 opened by sburbano - 3
- 4
MinimalApiResultExtensions.ToMinimalApiResult is missing case for ResultStatus.NoContent
#191 opened by inghamc-csu - 10
Allowing for validation and other errors to be returned as standard `ProblemDetails`
#193 opened by nhwilly - 4
- 2
- 5
Result.Error returns null instead of Result when returned from a method called from a controller
#186 opened by selaromdotnet - 4
✨ Result Status Helpers
#176 opened by danielmackay - 0
- 2
- 3
- 1
Drop dependencies on aspnetcore 2.2 nugets
#127 opened by jjolidon - 1
ProblemDetails Title
#126 opened by buti1021 - 3
Unable to cast object of type 'Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor' to type 'Microsoft.AspNetCore.Mvc.Controllers.ControllerActionDescriptor'.
#137 opened by fp-jcorriveau - 6
- 2
Consider New Ardalis.Result.FastEndpoints package with base classes, extension methods
#175 opened by ardalis - 1
Optional CorrelationId on ErrorList
#181 opened by philipp985 - 2
Converting Invalid Result to ActionResult throws System.ArgumentNullException when Identifier is not set on ValidationError
#179 opened by uflowie - 2
Add Correlation Id to Error Statuses
#172 opened by KyleMcMaster - 1
Add Support For FastEndpoints
#157 opened by KyleMcMaster - 7
- 5
- 3
- 0
Add NET 8 to TargetFrameworks
#156 opened by KyleMcMaster - 1
Do not drop netstandard2.0
#148 opened by DorianGreen - 1
Add global props files
#111 opened by ardalis - 1
- 1
- 0
- 0
docs: Getting Started
#135 opened by ardalis - 3
New Feature: Generic Property Bag support
#121 opened by scottjferguson - 0
Critical ErrorResult
#140 opened by EnochMtzR - 2
Cannot resolve symbol 'Conflict'
#138 opened by jerohero - 2
Update build to support code coverage from forks
#123 opened by ardalis - 5
New Feature: Correlation ID support
#120 opened by scottjferguson - 1
- 3
Method declaration does not have name
#116 opened by almostengr - 2
Update to net7
#109 opened by ardalis - 2
Razor Pages Architecture question
#113 opened by VictorioBerra