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: v7.1.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: v7.2.0
Choose a head ref
  • 14 commits
  • 45 files changed
  • 11 contributors

Commits on Aug 29, 2023

  1. Add support for single validation error with Result.Invalid (#144)

    * Add support for single validation error with Result.Invalid
    
    - Support for single validation error in the Result.Invalid method
    - Added unit tests to test the behavior
    
    * Update src/Ardalis.Result/Result.Void.cs
    
    * Update src/Ardalis.Result/Result.cs
    
    ---------
    
    Co-authored-by: Steve Smith <steve@kentsmiths.com>
    IliyanAng and ardalis authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    31464ea View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    8e93188 View commit details
    Browse the repository at this point in the history
  2. Drop aspnetcore 2.2 dependencies (#142)

    Co-authored-by: AVANADE-CORP\r.bajor <r.bajor@avanade.com>
    Co-authored-by: Steve Smith <steve@kentsmiths.com>
    3 people authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    2dfc6f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Radekwojpl2/critical error result (#143)

    * Added CriticalError to ResultStatuses (#140)
    
    * Updated tests
    
    ---------
    
    Co-authored-by: JosnocSackra <josnocpp@gmail.com>
    Co-authored-by: AVANADE-CORP\r.bajor <r.bajor@avanade.com>
    Co-authored-by: Steve Smith <steve@kentsmiths.com>
    4 people authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    f75c955 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Adds missing ResultVoid CriticalError (#147)

    Dorian Green authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    9574916 View commit details
    Browse the repository at this point in the history
  2. Add Unavailable result status (#146)

    * Add Unavailable result status
    
    * Add Unavailable to AspNetCore tests
    
    * Fix Merge issues
    Dorian Green authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    c9adeff View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Adding CoC

    ardalis committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    5493707 View commit details
    Browse the repository at this point in the history
  2. Adding Contributing

    ardalis committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    ae35e5f View commit details
    Browse the repository at this point in the history
  3. Update CONTRIBUTING.md (#150)

    Changing from GuardClauses to Result
    sadukie authored Oct 3, 2023
    Configuration menu
    Copy the full SHA
    60d55de View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    dae5fba View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    52f6aeb View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Basic structure and some placeholder pages as a Jekyll JustTheDocs si…

    …te (#153)
    
    * Add Jekyll JustTheDocs pages workflow.
    
    * Add example pages.
    pedroduarte0 authored Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f3c608f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Fix TargetFrameworks (#155)

    * Fix TargetFrameworks and package version overrides
    
    * Adds app.config  binding redirects files to Tests that target 4.7.1
    
    * Explicitly reference Microsoft.VisualStudio.TestPlatform.ObjectModel
    Dorian Green authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    e1b41b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca6f4a4 View commit details
    Browse the repository at this point in the history
Loading