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: feO2x/Light.PortableResults
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.0
Choose a base ref
...
head repository: feO2x/Light.PortableResults
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.0
Choose a head ref
  • 15 commits
  • 31 files changed
  • 1 contributor

Commits on Apr 13, 2026

  1. chore: Benchmarks project is no longer packable

    Signed-off-by: Kenny Pflug <[email protected]>
    feO2x committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    94703f5 View commit details
    Browse the repository at this point in the history
  2. chore: fix typos in README.md

    Signed-off-by: Kenny Pflug <[email protected]>
    feO2x committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    a14b9fd View commit details
    Browse the repository at this point in the history
  3. chore: ignore .lscache files from C# Dev Kit

    Signed-off-by: Kenny Pflug <[email protected]>
    feO2x committed Apr 13, 2026
    Configuration menu
    Copy the full SHA
    eb4b2e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7ead0d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2026

  1. chore!: remove TryValidate from all validators, remove CheckForErrors…

    … from Validator<TSource, TValidated>
    
    Signed-off-by: Kenny Pflug <[email protected]>
    feO2x committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    acec552 View commit details
    Browse the repository at this point in the history
  2. chore: introduce I'm a Teapot error category

    Signed-off-by: Kenny Pflug <[email protected]>
    feO2x committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    82cd058 View commit details
    Browse the repository at this point in the history
  3. feat: add support for IValidateOptions<T>

    Signed-off-by: Kenny Pflug <[email protected]>
    feO2x committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    3f73fae View commit details
    Browse the repository at this point in the history
  4. chore: update README and release notes for 0.3.0

    Signed-off-by: Kenny Pflug <[email protected]>
    feO2x committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    15a9b33 View commit details
    Browse the repository at this point in the history
  5. chore: add plan deviations for 34

    Signed-off-by: Kenny Pflug <[email protected]>
    feO2x committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    b372179 View commit details
    Browse the repository at this point in the history
  6. chore: remove additional closing tag in ErrorCategory.cs

    Signed-off-by: Kenny Pflug <[email protected]>
    feO2x committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    e7f9082 View commit details
    Browse the repository at this point in the history
  7. fix: IValidateOptions<T> registration can now be performed multiple t…

    …imes
    
    Signed-off-by: Kenny Pflug <[email protected]>
    feO2x committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    7be3017 View commit details
    Browse the repository at this point in the history
  8. fix: displayName in Validator methods now uses CallerMemberExpression…

    …Attribute
    
    Signed-off-by: Kenny Pflug <[email protected]>
    feO2x committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    5abdd70 View commit details
    Browse the repository at this point in the history
  9. chore: fix wrong comment in PortableResultsValidateOptions.cs

    Signed-off-by: Kenny Pflug <[email protected]>
    feO2x committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    8a05003 View commit details
    Browse the repository at this point in the history
  10. chore: fix Light.PortableResults dependencies in packages.lock.json f…

    …iles
    
    Signed-off-by: Kenny Pflug <[email protected]>
    feO2x committed Apr 14, 2026
    Configuration menu
    Copy the full SHA
    d28cd77 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #35 from feO2x/34-config-validation

    Microsoft.Extensions.Configuration integration
    feO2x authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    b538c4a View commit details
    Browse the repository at this point in the history
Loading