From 419f2ada2609ef3246332ed6688bb78a87e0ae53 Mon Sep 17 00:00:00 2001 From: Maksym Sadovnychyy Date: Mon, 5 May 2025 18:08:11 +0200 Subject: [PATCH] (feature): deps update --- .../MaksIT.MongoDB.Linq.Tests.csproj | 12 +++++------ .../Mock/MongoClientMock.cs | 20 +++++++++++++++++++ .../MaksIT.MongoDB.Linq.csproj | 8 ++++---- 3 files changed, 30 insertions(+), 10 deletions(-) diff --git a/src/MaksIT.MongoDB.Linq.Tests/MaksIT.MongoDB.Linq.Tests.csproj b/src/MaksIT.MongoDB.Linq.Tests/MaksIT.MongoDB.Linq.Tests.csproj index 9ff6d53..537be58 100644 --- a/src/MaksIT.MongoDB.Linq.Tests/MaksIT.MongoDB.Linq.Tests.csproj +++ b/src/MaksIT.MongoDB.Linq.Tests/MaksIT.MongoDB.Linq.Tests.csproj @@ -10,15 +10,15 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/MaksIT.MongoDB.Linq.Tests/Mock/MongoClientMock.cs b/src/MaksIT.MongoDB.Linq.Tests/Mock/MongoClientMock.cs index 1d3c854..ab6b296 100644 --- a/src/MaksIT.MongoDB.Linq.Tests/Mock/MongoClientMock.cs +++ b/src/MaksIT.MongoDB.Linq.Tests/Mock/MongoClientMock.cs @@ -136,6 +136,26 @@ namespace MaksIT.MongoDB.Linq.Tests.Mock { throw new NotImplementedException(); } + public ClientBulkWriteResult BulkWrite(IReadOnlyList models, ClientBulkWriteOptions options = null, CancellationToken cancellationToken = default) { + throw new NotImplementedException(); + } + + public ClientBulkWriteResult BulkWrite(IClientSessionHandle session, IReadOnlyList models, ClientBulkWriteOptions options = null, CancellationToken cancellationToken = default) { + throw new NotImplementedException(); + } + + public Task BulkWriteAsync(IReadOnlyList models, ClientBulkWriteOptions options = null, CancellationToken cancellationToken = default) { + throw new NotImplementedException(); + } + + public Task BulkWriteAsync(IClientSessionHandle session, IReadOnlyList models, ClientBulkWriteOptions options = null, CancellationToken cancellationToken = default) { + throw new NotImplementedException(); + } + + public void Dispose() { + throw new NotImplementedException(); + } + #endregion #pragma warning restore CS8625 // Cannot convert null literal to non-nullable reference type. diff --git a/src/MaksIT.MongoDB.Linq/MaksIT.MongoDB.Linq.csproj b/src/MaksIT.MongoDB.Linq/MaksIT.MongoDB.Linq.csproj index 19bda32..dcc7a88 100644 --- a/src/MaksIT.MongoDB.Linq/MaksIT.MongoDB.Linq.csproj +++ b/src/MaksIT.MongoDB.Linq/MaksIT.MongoDB.Linq.csproj @@ -8,7 +8,7 @@ MaksIT.MongoDB.Linq - 1.0.7 + 1.0.8 Maksym Sadovnychyy MAKS-IT MaksIT.MongoDB.Linq @@ -21,9 +21,9 @@ - - - + + +