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: FluentValidation/FluentValidation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 11.2.1
Choose a base ref
...
head repository: FluentValidation/FluentValidation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11.2.2
Choose a head ref
  • 11 commits
  • 12 files changed
  • 7 contributors

Commits on Aug 10, 2022

  1. fix typo (#1990)

    tugrulelmas authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    40188b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

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

Commits on Aug 28, 2022

  1. Configuration menu
    Copy the full SHA
    3943248 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c0c587 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9c9442 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36b81c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

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

Commits on Sep 8, 2022

  1. Update aspnet.md: remove redundant validity check

    The code here should have the confidence to proceed with adding errors to the model state given the previous validity check in the Validate caller.
    
    How would this look if one were using it sole for a web API without a view?
    roosuocha authored and JeremySkinner committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    adf5b00 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Update built-in-validators.md

    Example error: *The length of 'Surname' must be at least 10 characters. You entered 20 characters.*
    ==> Example error: *The length of 'Surname' must be at least 10 characters. You entered 5 characters.*
    MomenBazzar authored and JeremySkinner committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    b6b7faa View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Configuration menu
    Copy the full SHA
    29b99ec View commit details
    Browse the repository at this point in the history
  2. Update changelog

    JeremySkinner committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    c39536a View commit details
    Browse the repository at this point in the history
Loading