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: vkhorikov/CSharpFunctionalExtensions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.14.5
Choose a base ref
...
head repository: vkhorikov/CSharpFunctionalExtensions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.15.1
Choose a head ref
  • 13 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    202702d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f011940 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    674af64 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Configuration menu
    Copy the full SHA
    0444234 View commit details
    Browse the repository at this point in the history
  2. Added Tests

    linkdotnet committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    3fe79c4 View commit details
    Browse the repository at this point in the history
  3. Renamed FromKey to FromId

    linkdotnet committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    6fd2f19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be36ba1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    babc846 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Merge pull request #275 from linkdotnet/feature/EnumValueObject

    Adds EnumValueObject
    vkhorikov authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    d533dde View commit details
    Browse the repository at this point in the history
  2. version

    vkhorikov committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    453d7ac View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. add an overload to avoid nesting

    Just ran into a situation where `.Map` returned a `Task<Result<T>>` and the return type was `Result<Result<T>>`. This will allow the return type to be `Result<T>`.
    michaeldileo committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    938c682 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Merge pull request #277 from michaeldileo/add-nested-map-overload

    add an overload to avoid nesting
    vkhorikov authored Mar 20, 2021
    Configuration menu
    Copy the full SHA
    db8ffbf View commit details
    Browse the repository at this point in the history
  2. version

    vkhorikov committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    c59780e View commit details
    Browse the repository at this point in the history
Loading