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: mongodb-developer/mongodb-dotnet-example Loading
base: main
Choose a base ref
...
head repository: FerretDB/dotnet-example Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 17 files changed
  • 3 contributors

Commits on May 11, 2023

  1. Use a minimal repro (#1)

    b1ron committed May 11, 2023
    Configuration menu
    Copy the full SHA
    1adcf18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da3feaa View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Update README.md

    AlekSi committed May 12, 2023
    Configuration menu
    Copy the full SHA
    7aa3a9b View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

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

Commits on May 30, 2023

  1. Remove extra file

    AlekSi committed May 30, 2023
    Configuration menu
    Copy the full SHA
    4c18bfa View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Parse URI from args (#4)

    b1ron committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    c936691 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

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

Commits on Nov 21, 2023

  1. fix assertions (#6)

    b1ron committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    3af4abc View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Update README.md

    AlekSi committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    8cec9c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

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

Commits on Mar 5, 2024

  1. Bump MongoDB.Driver from 2.19.1 to 2.24.0 (#9)

    Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.19.1 to 2.24.0.
    - [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases)
    - [Commits](mongodb/mongo-csharp-driver@v2.19.1...v2.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: MongoDB.Driver
      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] committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    8034e19 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Bump MongoDB.Driver from 2.24.0 to 2.25.0 (#11)

    Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.24.0 to 2.25.0.
    - [Release notes](https://github.com/mongodb/mongo-csharp-driver/releases)
    - [Commits](mongodb/mongo-csharp-driver@v2.24.0...v2.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: MongoDB.Driver
      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] committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    3fbe711 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

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

Commits on May 27, 2024

  1. Use .net 8

    AlekSi committed May 27, 2024
    Configuration menu
    Copy the full SHA
    9f40919 View commit details
    Browse the repository at this point in the history
  2. Update Dependabot config

    AlekSi committed May 27, 2024
    Configuration menu
    Copy the full SHA
    461f79f View commit details
    Browse the repository at this point in the history
Loading