issues
search
MrDave1999
/
SimpleResults
A simple library to implement the Result pattern for returning from services
https://mrdave1999.github.io/SimpleResults
MIT License
105
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: update System.Text.Json version to fix denial of service vulnerability
#70
MrDave1999
closed
21 hours ago
0
SimpleResults uses a vulnerable version of System.Text.Json
#69
AlbertoHC-OneZ
closed
21 hours ago
2
docs: Add sample project about native AOT
#68
MrDave1999
closed
8 months ago
0
fix!: Incorrect status is obtained when deserializing the result object
#67
MrDave1999
closed
8 months ago
0
Add sample about native AOT
#66
MrDave1999
closed
8 months ago
0
Incorrect status is obtained when deserializing the result object
#65
MrDave1999
closed
8 months ago
0
Why not use `ref struct` to represent the results?
#64
MrDave1999
closed
8 months ago
1
Why it was decided to create different extension methods called ToActionResult?
#62
MrDave1999
closed
9 months ago
1
feat: Add result operations to represent the file contents
#61
MrDave1999
closed
9 months ago
0
Overload to allow Exceptions
#60
StevenBlair123
closed
9 months ago
9
Add a result operation to represent the file contents
#59
MrDave1999
closed
9 months ago
0
Why are exceptions used for unexpected errors or exceptional situations?
#58
MrDave1999
closed
10 months ago
1
docs: Add a sample on how to use data annotations with SimpleResults
#57
MrDave1999
closed
11 months ago
0
feat: Add extension methods to the `ModelStateDictionary` type
#56
MrDave1999
closed
11 months ago
0
Add extension methods to the ModelStateDictionary type
#55
MrDave1999
closed
11 months ago
0
improve: Change error message format when validation fails from Fluent Validation
#53
MrDave1999
closed
11 months ago
0
Change error message format when validation fails from Fluent Validation
#52
MrDave1999
closed
11 months ago
0
Allow endpoint filter to be used in controller actions
#51
MrDave1999
closed
11 months ago
2
feat: Add an endpoint filter to translate the `Result` object to `IResult`
#50
MrDave1999
closed
11 months ago
0
Add an endpoint filter to translate the Result object to IResult
#49
MrDave1999
closed
11 months ago
0
feat: Add implicit conversion from `Result<T>` to value
#48
MrDave1999
closed
11 months ago
0
feat: Add implicit conversion from value to `Result<T>`
#47
MrDave1999
closed
11 months ago
0
Add implicit conversion from `Result<T>` to value
#46
MrDave1999
closed
11 months ago
0
Add implicit conversion from value to `Result<T>`
#45
MrDave1999
closed
11 months ago
0
feat: Translate from Result object to an implementation of IResult
#44
MrDave1999
closed
11 months ago
0
Translate from Result object to an implementation of IResult
#43
MrDave1999
closed
11 months ago
0
feat: Add extension methods for the Fluent Validation library
#42
MrDave1999
closed
1 year ago
0
chore: Add .NET 8 support for the SimpleResults.AspNetCore project
#41
MrDave1999
closed
1 year ago
0
docs: Indicate which properties of the Result object do not return null or vice versa
#40
MrDave1999
closed
1 year ago
0
Indicate which properties of the Result object do not return null
#39
MrDave1999
closed
1 year ago
0
Add support for Fluent Validation
#38
MrDave1999
closed
1 year ago
0
Add .NET 8 support for the SimpleResults.AspNetCore project
#37
MrDave1999
closed
1 year ago
0
docs: Create API documentation with DocFX
#36
MrDave1999
closed
1 year ago
0
feat: Add methods to execute explicit conversions with Result type
#35
MrDave1999
closed
1 year ago
0
Add methods to execute explicit conversions
#34
MrDave1999
closed
1 year ago
0
refactor: Use UnsupportedStatus resource to avoid hardcoding in the code
#33
MrDave1999
closed
1 year ago
0
style: Add new comments to members
#32
MrDave1999
closed
1 year ago
0
feat: Add an action filter to translate the `Result` object to `ActionResult`
#31
MrDave1999
closed
1 year ago
0
Add an action filter to translate the `Result` object to `ActionResult`
#30
MrDave1999
closed
1 year ago
0
BREAKING CHANGE: Add default values to Message/Status properties
#29
MrDave1999
closed
1 year ago
0
refactor: Assign an empty `IEnumerable<T>` to the Result.Data property
#28
MrDave1999
closed
1 year ago
0
feat: Add a new result called Forbidden
#27
MrDave1999
closed
1 year ago
0
chore: Add an example with Fluent Validation
#26
MrDave1999
closed
1 year ago
0
feat: Add methods with a single parameter of type IEnumerable to Result type
#25
MrDave1999
closed
1 year ago
0
Add overloading methods with a single parameter of type `IEnumerable` to `Result` type
#23
MrDave1999
closed
1 year ago
0
test: Add integration test project for a sample
#22
MrDave1999
closed
1 year ago
0
docs: Add an index to README.md
#21
MrDave1999
closed
1 year ago
0
Add an index to README.md
#20
MrDave1999
closed
1 year ago
0
feat: Add ObtainedResources method to Result type
#19
MrDave1999
closed
1 year ago
0
Add a result when multiple resources are successfully obtained
#18
MrDave1999
closed
1 year ago
0
Next