diff --git a/CoreIntegrationTests/CoreIntegrationTests.csproj b/CoreIntegrationTests/CoreIntegrationTests.csproj index b89f770..e8ecb77 100644 --- a/CoreIntegrationTests/CoreIntegrationTests.csproj +++ b/CoreIntegrationTests/CoreIntegrationTests.csproj @@ -1,14 +1,14 @@  - netcoreapp2.0 + netcoreapp2.1 - - + + all diff --git a/IntegrationTests/App.config b/IntegrationTests/App.config index 7cfbbbb..c8e5442 100644 --- a/IntegrationTests/App.config +++ b/IntegrationTests/App.config @@ -10,8 +10,8 @@ - - + + diff --git a/IntegrationTests/Core/Compression/Snappy/lib/win/snappy32.dll b/IntegrationTests/Core/Compression/Snappy/lib/win/snappy32.dll new file mode 100644 index 0000000..afc82ca Binary files /dev/null and b/IntegrationTests/Core/Compression/Snappy/lib/win/snappy32.dll differ diff --git a/IntegrationTests/Core/Compression/Snappy/lib/win/snappy64.dll b/IntegrationTests/Core/Compression/Snappy/lib/win/snappy64.dll new file mode 100644 index 0000000..36cd5fe Binary files /dev/null and b/IntegrationTests/Core/Compression/Snappy/lib/win/snappy64.dll differ diff --git a/IntegrationTests/Core/Compression/Zstandard/lib/win/libzstd.dll b/IntegrationTests/Core/Compression/Zstandard/lib/win/libzstd.dll new file mode 100644 index 0000000..e669123 Binary files /dev/null and b/IntegrationTests/Core/Compression/Zstandard/lib/win/libzstd.dll differ diff --git a/IntegrationTests/Infrastructure/MongoDbTKeyDocumentTestBase.cs b/IntegrationTests/Infrastructure/MongoDbTKeyDocumentTestBase.cs index e6b87d9..45f8b28 100644 --- a/IntegrationTests/Infrastructure/MongoDbTKeyDocumentTestBase.cs +++ b/IntegrationTests/Infrastructure/MongoDbTKeyDocumentTestBase.cs @@ -1,5 +1,4 @@ -using MongoDB.Bson.Serialization.Attributes; -using MongoDbGenericRepository.Models; +using MongoDbGenericRepository.Models; using NUnit.Framework; using System; using System.Collections.Generic; diff --git a/IntegrationTests/IntegrationTests.csproj b/IntegrationTests/IntegrationTests.csproj index 4ce1c52..ac1c4ef 100644 --- a/IntegrationTests/IntegrationTests.csproj +++ b/IntegrationTests/IntegrationTests.csproj @@ -1,7 +1,7 @@  - - + + Debug @@ -37,23 +37,26 @@ ..\packages\Crc32C.NET.1.0.5.0\lib\net20\Crc32C.NET.dll - - ..\packages\DnsClient.1.2.0\lib\net45\DnsClient.dll + + ..\packages\DnsClient.1.4.0\lib\net45\DnsClient.dll - - ..\packages\MongoDB.Bson.2.9.3\lib\net452\MongoDB.Bson.dll + + ..\packages\MongoDB.Bson.2.13.2\lib\net452\MongoDB.Bson.dll - - ..\packages\MongoDB.Driver.2.9.3\lib\net452\MongoDB.Driver.dll + + ..\packages\MongoDB.Driver.2.13.2\lib\net452\MongoDB.Driver.dll - - ..\packages\MongoDB.Driver.Core.2.9.3\lib\net452\MongoDB.Driver.Core.dll + + ..\packages\MongoDB.Driver.Core.2.13.2\lib\net452\MongoDB.Driver.Core.dll - - ..\packages\MongoDbGenericRepository.1.4.5\lib\net452\MongoDbGenericRepository.dll + + ..\packages\MongoDB.Libmongocrypt.1.2.2\lib\net452\MongoDB.Libmongocrypt.dll - - ..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll + + ..\packages\MongoDbGenericRepository.1.4.8\lib\net452\MongoDbGenericRepository.dll + + + ..\packages\NUnit.3.13.2\lib\net45\nunit.framework.dll ..\packages\SharpCompress.0.23.0\lib\net45\SharpCompress.dll @@ -62,16 +65,35 @@ ..\packages\Snappy.NET.1.1.1.8\lib\net45\Snappy.NET.dll - - ..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + + ..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll + + + ..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll + ..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll - True - True + + + ..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll + + + ..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll + + + ..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll + + + ..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll + + + ..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll @@ -96,16 +118,29 @@ Designer + + + + + + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + + + + + + \ No newline at end of file diff --git a/IntegrationTests/libmongocrypt.dylib b/IntegrationTests/libmongocrypt.dylib new file mode 100644 index 0000000..6953c78 Binary files /dev/null and b/IntegrationTests/libmongocrypt.dylib differ diff --git a/IntegrationTests/libmongocrypt.so b/IntegrationTests/libmongocrypt.so new file mode 100644 index 0000000..9bcfbf0 Binary files /dev/null and b/IntegrationTests/libmongocrypt.so differ diff --git a/IntegrationTests/mongocrypt.dll b/IntegrationTests/mongocrypt.dll new file mode 100644 index 0000000..ebbb7cc Binary files /dev/null and b/IntegrationTests/mongocrypt.dll differ diff --git a/IntegrationTests/packages.config b/IntegrationTests/packages.config index edb6266..62692a3 100644 --- a/IntegrationTests/packages.config +++ b/IntegrationTests/packages.config @@ -1,16 +1,24 @@  - - - - - - - - + + + + + + + + + - + + + + + + + + \ No newline at end of file diff --git a/MongoDbGenericRepository/MongoDbGenericRepository.csproj b/MongoDbGenericRepository/MongoDbGenericRepository.csproj index 7ea259d..ee46a59 100644 --- a/MongoDbGenericRepository/MongoDbGenericRepository.csproj +++ b/MongoDbGenericRepository/MongoDbGenericRepository.csproj @@ -4,7 +4,7 @@ net452;netstandard2.0;netstandard1.5; true MongoDbGenericRepository - 1.4.7 + 1.4.8 Alexandre Spieser MongoDb Generic Repository A generic repository implementation using the MongoDB C# Sharp 2.0 driver. @@ -15,7 +15,7 @@ Copyright 2021 (c) Alexandre Spieser. All rights reserved. MongoDb Repository Generic NoSql true - 1.4.7 + 1.4.8 https://github.com/alexandre-spieser/mongodb-generic-repository Git @@ -25,7 +25,7 @@ - +