Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ardalis/Result
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.0
Choose a base ref
...
head repository: ardalis/Result
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.0.0
Choose a head ref
  • 12 commits
  • 36 files changed
  • 4 contributors

Commits on Mar 9, 2024

  1. Revert "closes #161 (#162)"

    This reverts commit 60a0dbe.
    KyleMcMaster committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    f88024b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cf9d14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b3dd62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29ddcd8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5435d7e View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Merge pull request #169 from ardalis/errors-as-readonly-collections

    Expose ValidationErrors as IEnumerable to Prevent Side Effects
    KyleMcMaster authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c5966e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Update index.md (#170)

    ardalis authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    0e50578 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Add Created.Result (#177)

    * Add Result.Created
    
    * add test for result constructor and result map
    
    * set IsSuccess in true when status is created
    sunecko authored May 13, 2024
    Configuration menu
    Copy the full SHA
    8f8f2df View commit details
    Browse the repository at this point in the history
  2. Add Result.NoContent support (HTTP 204) (#178)

    * feat: add NoContent (204) status code support
    
    * test: add unit tests for no content status
    
    ---------
    
    Co-authored-by: Steve Smith <steve@kentsmiths.com>
    dadyarri and ardalis authored May 13, 2024
    Configuration menu
    Copy the full SHA
    ddbac3f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Fix 179 (#180)

    * Working on fix for 179
    
    * merge
    
    * Fix build warnings
    
    * Fixing tests
    Added fix for 179
    Added test to confirm fix
    ardalis authored May 15, 2024
    Configuration menu
    Copy the full SHA
    54b5de8 View commit details
    Browse the repository at this point in the history
  2. Update Error usage to utilize ErrorList record with ErrorMessages and…

    … CorrelationId (#173)
    
    * Update Error usage to take in a strongly typed wrapper class, ErrorList, for ErrorMessages and CorrelationId
    
    * Add default value for simpler usage of Error method
    
    * Add XML comments
    
    ---------
    
    Co-authored-by: Steve Smith <steve@kentsmiths.com>
    KyleMcMaster and ardalis authored May 15, 2024
    Configuration menu
    Copy the full SHA
    51f2b90 View commit details
    Browse the repository at this point in the history
  3. Update version to 9.0.0

    ardalis committed May 15, 2024
    Configuration menu
    Copy the full SHA
    108132f View commit details
    Browse the repository at this point in the history
Loading