Skip to content

Tags: navidfaridi/Result

Tags

v4.0.0

Toggle v4.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updating release notes (ardalis#73)

Adding XML comments

v3.1.2

Toggle v3.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updating release notes (ardalis#73)

Adding XML comments

v3.1.1

Toggle v3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update publish.yml

v3.1.0

Toggle v3.1.0's commit message
Publish 3.1

v3.0.2

Toggle v3.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added setter to ValueType. (ardalis#46)

* Added setter to ValueType.

* Set ValueType if value not null.

* Value.GetType removed from private Result(ResultStatus status).

* Result to be partial.

* Partial removed from Result

* ClearValueType and ValueType private set.

Co-authored-by: Steve Smith <[email protected]>

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update icon references (ardalis#40)

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 3.0.0 (ardalis#34)

* Update sample for FluentValidation
Refactor Result to use ValidationErrors

* cleaning up

* projects compiled.

* New version AspNetCore.

Co-authored-by: Steve Smith <[email protected]>

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ardalis#32 from ShadyNagy/master

Change versions and packages reference

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ardalis#32 from ShadyNagy/master

Change versions and packages reference

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request ardalis#29 from ShadyNagy/master

IResult.ValidationErrors be Dictionary<string, string[]> to allow multiple errors for the same key