8000 Comparing master...develop · NEventStore/NEventStore · GitHub
[go: up one dir, main page]

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: NEventStore/NEventStore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: NEventStore/NEventStore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.

Uh oh!

There was an error while loading. Please reload this page.

  • 5 commits
  • 17 files changed
  • 1 contributor

Commits on Apr 22, 2025

  1. Merge tag '10.1.0' into develop

    10.1.0
    AGiorgetti committed Apr 22, 2025
    Configuration menu
    Copy the full SHA
    a02dd0c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. Merge tag '10.1.1' into develop

    10.1.1
    AGiorgetti committed May 15, 2025
    Configuration menu
    Copy the full SHA
    a081486 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2025

  1. Refs: #54 Introduce test cases to verify that GetStreamsToSnapshot

    …and `GetFrom` methods handle scenarios where the number of streams exceeds the configured `PageSize`.
    
    - Added `when_getting_streams_to_snapshot_amount_exceeds_PageSize` test class in both `PersistenceTests.Async.cs` and `PersistenceTests.cs` to test asynchronous and synchronous behaviors, respectively.
    - Verified that both methods do not crash and return all streams when the number of streams exceeds the page size.
    - Removed outdated `TODO` comments about page size configuration.
    
    These changes ensure proper pagination logic and prevent failures in high-stream scenarios.
    AGiorgetti committed Sep 26, 2025
    Configuration menu
    Copy the full SHA
    5fb90f2 View commit details
    Browse the repository at this point in the history
  2. Upgrade dependencies and update Visual Studio version

    Upgraded various dependencies across multiple projects:
    - Updated `Microsoft.NET.Test.Sdk` to 17.14.1.
    - Updated `NUnit` to 4.4.0 and `NUnit3TestAdapter` to 5.1.0.
    - Updated `Newtonsoft.Json` to 13.0.4 and `MessagePack` to 3.1.4.
    - Updated `BenchmarkDotNet` to 0.15.4.
    - Updated `System.Reactive.Core` and `System.Reactive.Linq` to 6.0.2.
    - Updated `MSTest.TestAdapter` to 3.10.4.
    
    Updated `NEventStore.Core.sln` to support Visual Studio 18.
    Reflected changes in `Changelog.md` under the `vNext` section.
    AGiorgetti committed Sep 26, 2025
    Configuration menu
    Copy the full SHA
    8787564 View commit details
    Browse the repository at this point in the history
  3. Align test framework dependencies and add Assert aliases

    Updated `SpecificationBase.cs` to include `Assert` and `TestContext` aliases for `NUnit`. Upgraded `MSTest.TestFramework` to version `3.10.4` across all test projects. Added or retained references to `NUnit` version `4.4.0` and `NUnit3TestAdapter` version `5.1.0` for consistency.
    
    Introduced `Assert` aliases in `PersistenceTests.Async.cs` and `PersistenceTests.cs` for both `MSTEST` and `NUNIT` preprocessor directives. Ensured consistent test framework dependencies across all test projects to improve maintainability and compatibility.
    AGiorgetti committed Sep 26, 2025
    Configuration menu
    Copy the full SHA
    8692c1b View commit details
    Browse the repository at this point in the history
Loading
0