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

Commits on Aug 18, 2025

  1. chore(deps): update dependency verify.xunit to 30.6.1 (#1377)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 18, 2025
    Configuration menu
    Copy the full SHA
    7772287 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2025

  1. chore(deps): update dependency nlog to 6.0.3 (#1378)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    31143b7 View commit details
    Browse the repository at this point in the history
  2. Handle Lazy<object?> in dependency resolver (#1380)

    Updated registration and retrieval in DependencyResolverMixins and ModernDependencyResolver to store and unwrap Lazy<object?> instances. Disposal logic now skips uninitialized Lazy values, preventing unnecessary instantiation during cleanup.
    ChrisPulman authored Aug 21, 2025
    Configuration menu
    Copy the full SHA
    947c174 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. Add AppBuilder and SplatBuilderExtensions unit tests (#1381)

    * Add AppBuilder and SplatBuilderExtensions unit tests
    
    Introduces the Splat.Builder.Tests project with unit tests for AppBuilder and SplatBuilderExtensions. Adds CreateSplatBuilder static and extension methods, updates API approval files, and registers the test project in the solution. Also adds Moq as a test dependency.
    
    * UpdateTests
    
    * Update ApiApprovalTests.SplatProject.DotNet8_0.verified.txt
    ChrisPulman authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    ab68cd7 View commit details
    Browse the repository at this point in the history
  2. Merge

    ChrisPulman committed Aug 22, 2025
    Configuration menu
    Copy the full SHA
    a9ff5d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1d342e View commit details
    Browse the repository at this point in the history
  4. Remove packages reliant on ReactiveUI until a new ReactiveUI release … (

    #1382)
    
    * Remove packages reliant on ReactiveUI until a new ReactiveUI release is made
    
    * Temp Zip Tests to stop them running
    ChrisPulman authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    ec0abf8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b60afb3 View commit details
    Browse the repository at this point in the history
Loading