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: reactiveui/splat
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 12.1.1
Choose a base ref
...
head repository: reactiveui/splat
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 13.1.1
Choose a head ref
  • 14 commits
  • 44 files changed
  • 3 contributors

Commits on Aug 6, 2021

  1. build(deps): bump DiffEngine from 6.9.2 to 6.10.1 in /src (#739)

    Bumps [DiffEngine](https://github.com/VerifyTests/DiffEngine) from 6.9.2 to 6.10.1.
    - [Release notes](https://github.com/VerifyTests/DiffEngine/releases)
    - [Commits](VerifyTests/DiffEngine@6.9.2...6.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: DiffEngine
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    28b8b69 View commit details
    Browse the repository at this point in the history
  2. fix DryIoc to resolve ReactiveUI registrations (#741)

    Partially revert DryIoc loosing Value Type registration capabilities.
    Now resolves in order of registration and type - last registered is the value returned and does not respect contract.
    ChrisPulman authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    c2d1b39 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

  1. housekeeping tidy up files (#742)

    Remove unused file ReleaseNotes
    ChrisPulman authored Aug 7, 2021
    Configuration menu
    Copy the full SHA
    e4676bb View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. build(deps): bump DiffEngine from 6.10.1 to 7.1.0 in /src (#744)

    Bumps [DiffEngine](https://github.com/VerifyTests/DiffEngine) from 6.10.1 to 7.1.0.
    - [Release notes](https://github.com/VerifyTests/DiffEngine/releases)
    - [Commits](VerifyTests/DiffEngine@6.10.1...7.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: DiffEngine
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 9, 2021
    Configuration menu
    Copy the full SHA
    b1b504d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

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

Commits on Aug 12, 2021

  1. build(deps): bump ReactiveUI from 14.2.1 to 14.3.1 in /src (#746)

    Bumps [ReactiveUI](https://github.com/reactiveui/reactiveui) from 14.2.1 to 14.3.1.
    - [Release notes](https://github.com/reactiveui/reactiveui/releases)
    - [Commits](reactiveui/ReactiveUI@14.2.1...14.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: ReactiveUI
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 12, 2021
    Configuration menu
    Copy the full SHA
    db058c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. build(deps): bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0 in /…

    …src (#749)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 16, 2021
    Configuration menu
    Copy the full SHA
    ed0b376 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump Roslynator.Analyzers from 3.2.0 to 3.2.2 in /src (#747

    )
    
    Bumps [Roslynator.Analyzers](https://github.com/JosefPihrt/Roslynator) from 3.2.0 to 3.2.2.
    - [Release notes](https://github.com/JosefPihrt/Roslynator/releases)
    - [Changelog](https://github.com/JosefPihrt/Roslynator/blob/master/ChangeLog.md)
    - [Commits](dotnet/roslynator@v3.2.0...v3.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: Roslynator.Analyzers
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 16, 2021
    Configuration menu
    Copy the full SHA
    b5f325e View commit details
    Browse the repository at this point in the history
  3. build(deps): bump FluentAssertions from 5.10.3 to 6.0.0 in /src (#748)

    Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 5.10.3 to 6.0.0.
    - [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
    - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/master/AcceptApiChanges.ps1)
    - [Commits](fluentassertions/fluentassertions@5.10.3...6.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: FluentAssertions
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 16, 2021
    Configuration menu
    Copy the full SHA
    b461517 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. build(deps): bump ReactiveUI from 14.3.1 to 14.3.10 in /src (#750)

    Bumps [ReactiveUI](https://github.com/reactiveui/reactiveui) from 14.3.1 to 14.3.10.
    - [Release notes](https://github.com/reactiveui/reactiveui/releases)
    - [Commits](reactiveui/ReactiveUI@14.3.1...14.3.10)
    
    ---
    updated-dependencies:
    - dependency-name: ReactiveUI
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    932d901 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ae8a34 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. build(deps): bump NLog from 4.7.10 to 4.7.11 in /src (#755)

    Bumps [NLog](https://github.com/NLog/NLog) from 4.7.10 to 4.7.11.
    - [Release notes](https://github.com/NLog/NLog/releases)
    - [Changelog](https://github.com/NLog/NLog/blob/dev/CHANGELOG.md)
    - [Commits](NLog/NLog@v4.7.10...v4.7.11)
    
    ---
    updated-dependencies:
    - dependency-name: NLog
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    78805d8 View commit details
    Browse the repository at this point in the history
  2. feature: Add .net 6 support, help from @ChrisPulman (#756)

    * feature: Add .net 6 support, help from @ChrisPulman
    
    * Fix outstanding net6 issues
    
    * Fix .net 6 unit test approvals
    glennawatson authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    eeed374 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c52b167 View commit details
    Browse the repository at this point in the history
Loading