diff --git a/GenericRepository.Tests/bin/Debug/net8.0/Azure.Core.dll b/GenericRepository.Tests/bin/Debug/net8.0/Azure.Core.dll new file mode 100755 index 0000000..d3fa20b Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/Azure.Core.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/Azure.Identity.dll b/GenericRepository.Tests/bin/Debug/net8.0/Azure.Identity.dll new file mode 100755 index 0000000..aab6832 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/Azure.Identity.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/EFCore.BulkExtensions.Core.dll b/GenericRepository.Tests/bin/Debug/net8.0/EFCore.BulkExtensions.Core.dll new file mode 100755 index 0000000..88fdcbb Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/EFCore.BulkExtensions.Core.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/EFCore.BulkExtensions.MySql.dll b/GenericRepository.Tests/bin/Debug/net8.0/EFCore.BulkExtensions.MySql.dll new file mode 100755 index 0000000..d7eecde Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/EFCore.BulkExtensions.MySql.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/EFCore.BulkExtensions.PostgreSql.dll b/GenericRepository.Tests/bin/Debug/net8.0/EFCore.BulkExtensions.PostgreSql.dll new file mode 100755 index 0000000..c8db563 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/EFCore.BulkExtensions.PostgreSql.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/EFCore.BulkExtensions.SqlServer.dll b/GenericRepository.Tests/bin/Debug/net8.0/EFCore.BulkExtensions.SqlServer.dll new file mode 100755 index 0000000..f10f54d Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/EFCore.BulkExtensions.SqlServer.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/EFCore.BulkExtensions.Sqlite.dll b/GenericRepository.Tests/bin/Debug/net8.0/EFCore.BulkExtensions.Sqlite.dll new file mode 100755 index 0000000..e68fe05 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/EFCore.BulkExtensions.Sqlite.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/EntityFramework.BulkExtensions.dll b/GenericRepository.Tests/bin/Debug/net8.0/EntityFramework.BulkExtensions.dll new file mode 100755 index 0000000..df4c989 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/EntityFramework.BulkExtensions.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/EntityFramework.MappingAPI.dll b/GenericRepository.Tests/bin/Debug/net8.0/EntityFramework.MappingAPI.dll new file mode 100755 index 0000000..4d741d4 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/EntityFramework.MappingAPI.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/EntityFramework.SqlServer.dll b/GenericRepository.Tests/bin/Debug/net8.0/EntityFramework.SqlServer.dll new file mode 100755 index 0000000..481c1c7 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/EntityFramework.SqlServer.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/EntityFramework.dll b/GenericRepository.Tests/bin/Debug/net8.0/EntityFramework.dll new file mode 100755 index 0000000..774321a Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/EntityFramework.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/GenericRepository.Tests.deps.json b/GenericRepository.Tests/bin/Debug/net8.0/GenericRepository.Tests.deps.json index 010c8ed..4b442e6 100644 --- a/GenericRepository.Tests/bin/Debug/net8.0/GenericRepository.Tests.deps.json +++ b/GenericRepository.Tests/bin/Debug/net8.0/GenericRepository.Tests.deps.json @@ -20,9 +20,44 @@ "GenericRepository.Tests.dll": {} } }, + "Azure.Core/1.38.0": { + "dependencies": { + "Microsoft.Bcl.AsyncInterfaces": "1.1.1", + "System.ClientModel": "1.0.0", + "System.Diagnostics.DiagnosticSource": "6.0.1", + "System.Memory.Data": "1.0.2", + "System.Numerics.Vectors": "4.5.0", + "System.Text.Encodings.Web": "8.0.0", + "System.Text.Json": "8.0.4", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "runtime": { + "lib/net6.0/Azure.Core.dll": { + "assemblyVersion": "1.38.0.0", + "fileVersion": "1.3800.24.12602" + } + } + }, + "Azure.Identity/1.11.4": { + "dependencies": { + "Azure.Core": "1.38.0", + "Microsoft.Identity.Client": "4.61.3", + "Microsoft.Identity.Client.Extensions.Msal": "4.61.3", + "System.Memory": "4.5.4", + "System.Security.Cryptography.ProtectedData": "8.0.0", + "System.Text.Json": "8.0.4", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "runtime": { + "lib/netstandard2.0/Azure.Identity.dll": { + "assemblyVersion": "1.11.4.0", + "fileVersion": "1.1100.424.31005" + } + } + }, "Castle.Core/5.1.1": { "dependencies": { - "System.Diagnostics.EventLog": "6.0.0" + "System.Diagnostics.EventLog": "8.0.0" }, "runtime": { "lib/net6.0/Castle.Core.dll": { @@ -32,6 +67,121 @@ } }, "coverlet.collector/3.1.2": {}, + "EFCore.BulkExtensions/8.1.1": { + "dependencies": { + "EFCore.BulkExtensions.MySql": "8.1.1", + "EFCore.BulkExtensions.PostgreSql": "8.1.1", + "EFCore.BulkExtensions.SqlServer": "8.1.1", + "EFCore.BulkExtensions.Sqlite": "8.1.1" + } + }, + "EFCore.BulkExtensions.Core/8.1.1": { + "dependencies": { + "MedallionTopologicalSort": "1.0.0", + "Microsoft.EntityFrameworkCore.Relational": "8.0.8", + "NetTopologySuite": "2.5.0" + }, + "runtime": { + "lib/net8.0/EFCore.BulkExtensions.Core.dll": { + "assemblyVersion": "8.1.1.0", + "fileVersion": "8.1.1.0" + } + } + }, + "EFCore.BulkExtensions.MySql/8.1.1": { + "dependencies": { + "EFCore.BulkExtensions.Core": "8.1.1", + "Pomelo.EntityFrameworkCore.MySql": "8.0.2" + }, + "runtime": { + "lib/net8.0/EFCore.BulkExtensions.MySql.dll": { + "assemblyVersion": "8.1.1.0", + "fileVersion": "8.1.1.0" + } + } + }, + "EFCore.BulkExtensions.PostgreSql/8.1.1": { + "dependencies": { + "EFCore.BulkExtensions.Core": "8.1.1", + "Npgsql.EntityFrameworkCore.PostgreSQL": "8.0.4" + }, + "runtime": { + "lib/net8.0/EFCore.BulkExtensions.PostgreSql.dll": { + "assemblyVersion": "8.1.1.0", + "fileVersion": "8.1.1.0" + } + } + }, + "EFCore.BulkExtensions.Sqlite/8.1.1": { + "dependencies": { + "EFCore.BulkExtensions.Core": "8.1.1", + "Microsoft.EntityFrameworkCore.Sqlite.Core": "8.0.8", + "NetTopologySuite.IO.SpatiaLite": "2.0.0" + }, + "runtime": { + "lib/net8.0/EFCore.BulkExtensions.Sqlite.dll": { + "assemblyVersion": "8.1.1.0", + "fileVersion": "8.1.1.0" + } + } + }, + "EFCore.BulkExtensions.SqlServer/8.1.1": { + "dependencies": { + "EFCore.BulkExtensions.Core": "8.1.1", + "Microsoft.Data.SqlClient": "5.2.2", + "Microsoft.EntityFrameworkCore.SqlServer.HierarchyId": "8.0.8", + "NetTopologySuite.IO.SqlServerBytes": "2.1.0" + }, + "runtime": { + "lib/net8.0/EFCore.BulkExtensions.SqlServer.dll": { + "assemblyVersion": "8.1.1.0", + "fileVersion": "8.1.1.0" + } + } + }, + "EntityFramework/6.1.3": { + "runtime": { + "lib/net45/EntityFramework.SqlServer.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.1.40302.0" + }, + "lib/net45/EntityFramework.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.1.40302.0" + } + } + }, + "EntityFramework.BulkExtensions/1.0.0": { + "dependencies": { + "EntityFramework": "6.1.3", + "EntityFramework.MappingAPI": "6.1.0.9" + }, + "runtime": { + "lib/net45/EntityFramework.BulkExtensions.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } + } + }, + "EntityFramework.MappingAPI/6.1.0.9": { + "dependencies": { + "EntityFramework": "6.1.3" + }, + "runtime": { + "lib/net45/EntityFramework.MappingAPI.dll": { + "assemblyVersion": "6.1.0.9", + "fileVersion": "6.1.0.9" + } + } + }, + "MedallionTopologicalSort/1.0.0": { + "runtime": { + "lib/netstandard2.0/MedallionTopologicalSort.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } + } + }, "MediatR/12.2.0": { "dependencies": { "MediatR.Contracts": "2.0.1", @@ -52,6 +202,14 @@ } } }, + "Microsoft.Bcl.AsyncInterfaces/1.1.1": { + "runtime": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "4.700.20.21406" + } + } + }, "Microsoft.CodeCoverage/17.3.2": { "runtime": { "lib/netcoreapp1.0/Microsoft.VisualStudio.CodeCoverage.Shim.dll": { @@ -60,24 +218,104 @@ } } }, - "Microsoft.CSharp/4.0.1": { + "Microsoft.CSharp/4.5.0": {}, + "Microsoft.Data.SqlClient/5.2.2": { "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Dynamic.Runtime": "4.0.11", - "System.Globalization": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "4.3.0", - "System.ObjectModel": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Threading": "4.3.0" + "Azure.Identity": "1.11.4", + "Microsoft.Data.SqlClient.SNI.runtime": "5.2.0", + "Microsoft.Identity.Client": "4.61.3", + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", + "Microsoft.SqlServer.Server": "1.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Runtime.Caching": "8.0.0" + }, + "runtime": { + "lib/net8.0/Microsoft.Data.SqlClient.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.22.24240.6" + } + }, + "resources": { + "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": { + "locale": "zh-Hant" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": { + "rid": "unix", + "assetType": "runtime", + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.22.24240.6" + }, + "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.22.24240.6" + } + } + }, + "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { + "runtimeTargets": { + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { + "rid": "win-arm", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { + "rid": "win-arm64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "0.0.0.0" + } + } + }, + "Microsoft.Data.Sqlite.Core/8.0.8": { + "dependencies": { + "SQLitePCLRaw.core": "2.1.6" + }, + "runtime": { + "lib/net8.0/Microsoft.Data.Sqlite.dll": { + "assemblyVersion": "8.0.8.0", + "fileVersion": "8.0.824.36704" + } } }, "Microsoft.EntityFrameworkCore/8.0.8": { @@ -103,6 +341,67 @@ } }, "Microsoft.EntityFrameworkCore.Analyzers/8.0.8": {}, + "Microsoft.EntityFrameworkCore.Relational/8.0.8": { + "dependencies": { + "Microsoft.EntityFrameworkCore": "8.0.8", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { + "assemblyVersion": "8.0.8.0", + "fileVersion": "8.0.824.36704" + } + } + }, + "Microsoft.EntityFrameworkCore.Sqlite.Core/8.0.8": { + "dependencies": { + "Microsoft.Data.Sqlite.Core": "8.0.8", + "Microsoft.EntityFrameworkCore.Relational": "8.0.8", + "Microsoft.Extensions.DependencyModel": "8.0.1" + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Sqlite.dll": { + "assemblyVersion": "8.0.8.0", + "fileVersion": "8.0.824.36704" + } + } + }, + "Microsoft.EntityFrameworkCore.SqlServer/8.0.8": { + "dependencies": { + "Microsoft.Data.SqlClient": "5.2.2", + "Microsoft.EntityFrameworkCore.Relational": "8.0.8" + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": { + "assemblyVersion": "8.0.8.0", + "fileVersion": "8.0.824.36704" + } + } + }, + "Microsoft.EntityFrameworkCore.SqlServer.Abstractions/8.0.8": { + "dependencies": { + "Microsoft.SqlServer.Types": "160.1000.6", + "System.Text.Json": "8.0.4" + }, + "runtime": { + "lib/netstandard2.1/Microsoft.EntityFrameworkCore.SqlServer.Abstractions.dll": { + "assemblyVersion": "8.0.8.0", + "fileVersion": "8.0.824.36704" + } + } + }, + "Microsoft.EntityFrameworkCore.SqlServer.HierarchyId/8.0.8": { + "dependencies": { + "Microsoft.EntityFrameworkCore.SqlServer": "8.0.8", + "Microsoft.EntityFrameworkCore.SqlServer.Abstractions": "8.0.8" + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.HierarchyId.dll": { + "assemblyVersion": "8.0.8.0", + "fileVersion": "8.0.824.36704" + } + } + }, "Microsoft.Extensions.Caching.Abstractions/8.0.0": { "dependencies": { "Microsoft.Extensions.Primitives": "8.0.0" @@ -129,6 +428,17 @@ } } }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + } + }, "Microsoft.Extensions.DependencyInjection/8.0.0": { "dependencies": { "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" @@ -148,18 +458,15 @@ } } }, - "Microsoft.Extensions.DependencyModel/6.0.0": { + "Microsoft.Extensions.DependencyModel/8.0.1": { "dependencies": { - "System.Buffers": "4.5.1", - "System.Memory": "4.5.4", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0", - "System.Text.Json": "6.0.0" + "System.Text.Encodings.Web": "8.0.0", + "System.Text.Json": "8.0.4" }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "assemblyVersion": "8.0.0.1", + "fileVersion": "8.0.724.31311" } } }, @@ -207,6 +514,100 @@ } } }, + "Microsoft.Identity.Client/4.61.3": { + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "6.35.0", + "System.Diagnostics.DiagnosticSource": "6.0.1" + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.dll": { + "assemblyVersion": "4.61.3.0", + "fileVersion": "4.61.3.0" + } + } + }, + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { + "dependencies": { + "Microsoft.Identity.Client": "4.61.3", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "assemblyVersion": "4.61.3.0", + "fileVersion": "4.61.3.0" + } + } + }, + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "assemblyVersion": "6.35.0.0", + "fileVersion": "6.35.0.41201" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "dependencies": { + "Microsoft.IdentityModel.Tokens": "6.35.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encodings.Web": "8.0.0", + "System.Text.Json": "8.0.4" + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "assemblyVersion": "6.35.0.0", + "fileVersion": "6.35.0.41201" + } + } + }, + "Microsoft.IdentityModel.Logging/6.35.0": { + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "6.35.0" + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { + "assemblyVersion": "6.35.0.0", + "fileVersion": "6.35.0.41201" + } + } + }, + "Microsoft.IdentityModel.Protocols/6.35.0": { + "dependencies": { + "Microsoft.IdentityModel.Logging": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "assemblyVersion": "6.35.0.0", + "fileVersion": "6.35.0.41201" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "dependencies": { + "Microsoft.IdentityModel.Protocols": "6.35.0", + "System.IdentityModel.Tokens.Jwt": "6.35.0" + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "assemblyVersion": "6.35.0.0", + "fileVersion": "6.35.0.41201" + } + } + }, + "Microsoft.IdentityModel.Tokens/6.35.0": { + "dependencies": { + "Microsoft.CSharp": "4.5.0", + "Microsoft.IdentityModel.Logging": "6.35.0", + "System.Security.Cryptography.Cng": "4.5.0" + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "assemblyVersion": "6.35.0.0", + "fileVersion": "6.35.0.41201" + } + } + }, "Microsoft.NET.Test.Sdk/17.3.2": { "dependencies": { "Microsoft.CodeCoverage": "17.3.2", @@ -215,6 +616,69 @@ }, "Microsoft.NETCore.Platforms/1.1.0": {}, "Microsoft.NETCore.Targets/1.1.0": {}, + "Microsoft.SqlServer.Server/1.0.0": { + "runtime": { + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } + } + }, + "Microsoft.SqlServer.Types/160.1000.6": { + "dependencies": { + "Microsoft.SqlServer.Server": "1.0.0" + }, + "runtime": { + "lib/netstandard2.1/Microsoft.SqlServer.Types.dll": { + "assemblyVersion": "16.0.0.0", + "fileVersion": "16.0.1000.6" + } + }, + "resources": { + "lib/netstandard2.1/de/Microsoft.SqlServer.Types.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.1/es/Microsoft.SqlServer.Types.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.1/fr/Microsoft.SqlServer.Types.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.1/it/Microsoft.SqlServer.Types.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.1/ja/Microsoft.SqlServer.Types.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.1/ko/Microsoft.SqlServer.Types.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.1/pt-BR/Microsoft.SqlServer.Types.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.1/ru/Microsoft.SqlServer.Types.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.1/zh-Hans/Microsoft.SqlServer.Types.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.1/zh-Hant/Microsoft.SqlServer.Types.resources.dll": { + "locale": "zh-Hant" + } + }, + "runtimeTargets": { + "runtimes/win-x64/native/SqlServerSpatial160.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x86/native/SqlServerSpatial160.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "0.0.0.0" + } + } + }, "Microsoft.TestPlatform.ObjectModel/17.3.2": { "dependencies": { "NuGet.Frameworks": "5.11.0", @@ -492,6 +956,17 @@ } } }, + "MySqlConnector/2.3.5": { + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "8.0.0" + }, + "runtime": { + "lib/net8.0/MySqlConnector.dll": { + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.3.5.0" + } + } + }, "NETStandard.Library/1.6.1": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", @@ -540,9 +1015,42 @@ "System.Xml.XDocument": "4.3.0" } }, + "NetTopologySuite/2.5.0": { + "dependencies": { + "System.Memory": "4.5.4" + }, + "runtime": { + "lib/netstandard2.0/NetTopologySuite.dll": { + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.0.0.0" + } + } + }, + "NetTopologySuite.IO.SpatiaLite/2.0.0": { + "dependencies": { + "NetTopologySuite": "2.5.0" + }, + "runtime": { + "lib/netstandard2.0/NetTopologySuite.IO.SpatiaLite.dll": { + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.0.0.0" + } + } + }, + "NetTopologySuite.IO.SqlServerBytes/2.1.0": { + "dependencies": { + "NetTopologySuite": "2.5.0" + }, + "runtime": { + "lib/netstandard2.0/NetTopologySuite.IO.SqlServerBytes.dll": { + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.0.0.0" + } + } + }, "Newtonsoft.Json/9.0.1": { "dependencies": { - "Microsoft.CSharp": "4.0.1", + "Microsoft.CSharp": "4.5.0", "System.Collections": "4.3.0", "System.Diagnostics.Debug": "4.3.0", "System.Dynamic.Runtime": "4.0.11", @@ -566,9 +1074,34 @@ "System.Xml.XDocument": "4.3.0" }, "runtime": { - "lib/netstandard1.0/Newtonsoft.Json.dll": { - "assemblyVersion": "9.0.0.0", - "fileVersion": "9.0.1.19813" + "lib/netstandard1.0/Newtonsoft.Json.dll": { + "assemblyVersion": "9.0.0.0", + "fileVersion": "9.0.1.19813" + } + } + }, + "Npgsql/8.0.3": { + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "8.0.0" + }, + "runtime": { + "lib/net8.0/Npgsql.dll": { + "assemblyVersion": "8.0.3.0", + "fileVersion": "8.0.3.0" + } + } + }, + "Npgsql.EntityFrameworkCore.PostgreSQL/8.0.4": { + "dependencies": { + "Microsoft.EntityFrameworkCore": "8.0.8", + "Microsoft.EntityFrameworkCore.Abstractions": "8.0.8", + "Microsoft.EntityFrameworkCore.Relational": "8.0.8", + "Npgsql": "8.0.3" + }, + "runtime": { + "lib/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll": { + "assemblyVersion": "8.0.4.0", + "fileVersion": "8.0.4.0" } } }, @@ -580,6 +1113,18 @@ } } }, + "Pomelo.EntityFrameworkCore.MySql/8.0.2": { + "dependencies": { + "Microsoft.EntityFrameworkCore.Relational": "8.0.8", + "MySqlConnector": "2.3.5" + }, + "runtime": { + "lib/net8.0/Pomelo.EntityFrameworkCore.MySql.dll": { + "assemblyVersion": "8.0.2.0", + "fileVersion": "8.0.2.0" + } + } + }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, @@ -631,7 +1176,7 @@ "Scrutor/4.2.0": { "dependencies": { "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.DependencyModel": "6.0.0" + "Microsoft.Extensions.DependencyModel": "8.0.1" }, "runtime": { "lib/net6.0/Scrutor.dll": { @@ -640,12 +1185,43 @@ } } }, + "SQLitePCLRaw.core/2.1.6": { + "dependencies": { + "System.Memory": "4.5.4" + }, + "runtime": { + "lib/netstandard2.0/SQLitePCLRaw.core.dll": { + "assemblyVersion": "2.1.6.2060", + "fileVersion": "2.1.6.2060" + } + } + }, "System.AppContext/4.3.0": { "dependencies": { "System.Runtime": "4.3.0" } }, - "System.Buffers/4.5.1": {}, + "System.Buffers/4.3.0": { + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.ClientModel/1.0.0": { + "dependencies": { + "System.Memory.Data": "1.0.2", + "System.Text.Json": "8.0.4" + }, + "runtime": { + "lib/net6.0/System.ClientModel.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.24.5302" + } + } + }, "System.Collections/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", @@ -667,6 +1243,18 @@ "System.Threading.Tasks": "4.3.0" } }, + "System.Configuration.ConfigurationManager/8.0.0": { + "dependencies": { + "System.Diagnostics.EventLog": "8.0.0", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "runtime": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + } + }, "System.Console/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", @@ -683,34 +1271,30 @@ "System.Runtime": "4.3.0" } }, - "System.Diagnostics.DiagnosticSource/4.3.0": { + "System.Diagnostics.DiagnosticSource/6.0.1": { "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading": "4.3.0" + "System.Runtime.CompilerServices.Unsafe": "6.0.0" } }, - "System.Diagnostics.EventLog/6.0.0": { + "System.Diagnostics.EventLog/8.0.0": { "runtime": { - "lib/net6.0/System.Diagnostics.EventLog.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" } }, "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll": { + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": { "rid": "win", "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" }, - "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll": { + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { "rid": "win", "assetType": "runtime", - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" } } }, @@ -772,6 +1356,18 @@ "System.Runtime.InteropServices": "4.3.0" } }, + "System.IdentityModel.Tokens.Jwt/6.35.0": { + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "runtime": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "assemblyVersion": "6.35.0.0", + "fileVersion": "6.35.0.41201" + } + } + }, "System.IO/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", @@ -784,7 +1380,7 @@ "System.IO.Compression/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "System.Buffers": "4.5.1", + "System.Buffers": "4.3.0", "System.Collections": "4.3.0", "System.Diagnostics.Debug": "4.3.0", "System.IO": "4.3.0", @@ -802,7 +1398,7 @@ }, "System.IO.Compression.ZipFile/4.3.0": { "dependencies": { - "System.Buffers": "4.5.1", + "System.Buffers": "4.3.0", "System.IO": "4.3.0", "System.IO.Compression": "4.3.0", "System.IO.FileSystem": "4.3.0", @@ -861,12 +1457,24 @@ } }, "System.Memory/4.5.4": {}, + "System.Memory.Data/1.0.2": { + "dependencies": { + "System.Text.Encodings.Web": "8.0.0", + "System.Text.Json": "8.0.4" + }, + "runtime": { + "lib/netstandard2.0/System.Memory.Data.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.221.20802" + } + } + }, "System.Net.Http/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "System.Collections": "4.3.0", "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.3.0", + "System.Diagnostics.DiagnosticSource": "6.0.1", "System.Diagnostics.Tracing": "4.3.0", "System.Globalization": "4.3.0", "System.Globalization.Extensions": "4.3.0", @@ -909,6 +1517,7 @@ "System.Threading.Tasks": "4.3.0" } }, + "System.Numerics.Vectors/4.5.0": {}, "System.ObjectModel/4.3.0": { "dependencies": { "System.Collections": "4.3.0", @@ -988,6 +1597,25 @@ "Microsoft.NETCore.Targets": "1.1.0" } }, + "System.Runtime.Caching/8.0.0": { + "dependencies": { + "System.Configuration.ConfigurationManager": "8.0.0" + }, + "runtime": { + "lib/net8.0/System.Runtime.Caching.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Runtime.Caching.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + } + }, "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, "System.Runtime.Extensions/4.3.0": { "dependencies": { @@ -1056,21 +1684,7 @@ "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" } }, - "System.Security.Cryptography.Cng/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Handles": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0" - } - }, + "System.Security.Cryptography.Cng/4.5.0": {}, "System.Security.Cryptography.Csp/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", @@ -1132,6 +1746,14 @@ "System.Threading.Tasks": "4.3.0" } }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "runtime": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + } + }, "System.Security.Cryptography.X509Certificates/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", @@ -1149,7 +1771,7 @@ "System.Runtime.InteropServices": "4.3.0", "System.Runtime.Numerics": "4.3.0", "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.Cng": "4.3.0", + "System.Security.Cryptography.Cng": "4.5.0", "System.Security.Cryptography.Csp": "4.3.0", "System.Security.Cryptography.Encoding": "4.3.0", "System.Security.Cryptography.OpenSsl": "4.3.0", @@ -1176,15 +1798,16 @@ "System.Text.Encoding": "4.3.0" } }, - "System.Text.Encodings.Web/6.0.0": { - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, - "System.Text.Json/6.0.0": { + "System.Text.Encodings.Web/8.0.0": {}, + "System.Text.Json/8.0.4": { "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" + "System.Text.Encodings.Web": "8.0.0" + }, + "runtime": { + "lib/net8.0/System.Text.Json.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.724.31311" + } } }, "System.Text.RegularExpressions/4.3.0": { @@ -1205,13 +1828,7 @@ "System.Runtime": "4.3.0" } }, - "System.Threading.Tasks.Extensions/4.3.0": { - "dependencies": { - "System.Collections": "4.3.0", - "System.Runtime": "4.3.0", - "System.Threading.Tasks": "4.3.0" - } - }, + "System.Threading.Tasks.Extensions/4.5.4": {}, "System.Threading.Timer/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", @@ -1235,7 +1852,7 @@ "System.Text.Encoding.Extensions": "4.3.0", "System.Text.RegularExpressions": "4.3.0", "System.Threading.Tasks": "4.3.0", - "System.Threading.Tasks.Extensions": "4.3.0" + "System.Threading.Tasks.Extensions": "4.5.4" } }, "System.Xml.XDocument/4.3.0": { @@ -1314,6 +1931,8 @@ "xunit.runner.visualstudio/2.4.5": {}, "GenericRepository/1.0.0": { "dependencies": { + "EFCore.BulkExtensions": "8.1.1", + "EntityFramework.BulkExtensions": "1.0.0", "MediatR": "12.2.0", "Microsoft.EntityFrameworkCore": "8.0.8", "Microsoft.EntityFrameworkCore.Abstractions": "8.0.8", @@ -1331,6 +1950,20 @@ "serviceable": false, "sha512": "" }, + "Azure.Core/1.38.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==", + "path": "azure.core/1.38.0", + "hashPath": "azure.core.1.38.0.nupkg.sha512" + }, + "Azure.Identity/1.11.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==", + "path": "azure.identity/1.11.4", + "hashPath": "azure.identity.1.11.4.nupkg.sha512" + }, "Castle.Core/5.1.1": { "type": "package", "serviceable": true, @@ -1345,6 +1978,76 @@ "path": "coverlet.collector/3.1.2", "hashPath": "coverlet.collector.3.1.2.nupkg.sha512" }, + "EFCore.BulkExtensions/8.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-igRcnfb9tgZqzGM8Pw3KTuWcE0WiGS1C7HSFedHSY+UuSzKT3UYJUPh5e10PW3tXPO0ZtDzNF0MlPUIAC7sybQ==", + "path": "efcore.bulkextensions/8.1.1", + "hashPath": "efcore.bulkextensions.8.1.1.nupkg.sha512" + }, + "EFCore.BulkExtensions.Core/8.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-1fFI65GRCBKftMkm9/zhYHBgJQB8n83rPuNdKvGVUQcPO61sa6BRJocGRzd9Kyyf6yTNaWvM1tTrH1mDtoQbDg==", + "path": "efcore.bulkextensions.core/8.1.1", + "hashPath": "efcore.bulkextensions.core.8.1.1.nupkg.sha512" + }, + "EFCore.BulkExtensions.MySql/8.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-n3Jucix2V72JIDAOJcnWqyBxv4ed+DyHS2f4jrx4USf3jlmYb5l5SKaJtdd1RkFksJAPHWAo3C0N7lf6KwYvrQ==", + "path": "efcore.bulkextensions.mysql/8.1.1", + "hashPath": "efcore.bulkextensions.mysql.8.1.1.nupkg.sha512" + }, + "EFCore.BulkExtensions.PostgreSql/8.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-sDc3daXb7ThPotrn4RzoitIzJfcvz9acU3Vitpe2N1qYVFODYzIJJ3X61YocWwIujOWyjx0/lWmGTsdE0ljZLA==", + "path": "efcore.bulkextensions.postgresql/8.1.1", + "hashPath": "efcore.bulkextensions.postgresql.8.1.1.nupkg.sha512" + }, + "EFCore.BulkExtensions.Sqlite/8.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-acPpdRte2u2eu1XExyczQrgxCG9K74HhNZtIDg9PpmSlIJmNcZ85Xj/A2nxjJxpIW04n1i+qljq+gvZHlqNPSA==", + "path": "efcore.bulkextensions.sqlite/8.1.1", + "hashPath": "efcore.bulkextensions.sqlite.8.1.1.nupkg.sha512" + }, + "EFCore.BulkExtensions.SqlServer/8.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-A0POenqUwYS8YDYweXqBtr/w4zB4B/AM6sBgS2Rpqh+N16CKyurhIT9YxsFgAikWA5i2MFsA+3scc8R+70bs4w==", + "path": "efcore.bulkextensions.sqlserver/8.1.1", + "hashPath": "efcore.bulkextensions.sqlserver.8.1.1.nupkg.sha512" + }, + "EntityFramework/6.1.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-2xzFHAF3VVdmTR3//MygtQpwfbDjeaq+nQwCcokLzen7MKHOojPaxNPQPa4diHY1QtcR7zlHAJHNRqPB7W2Syw==", + "path": "entityframework/6.1.3", + "hashPath": "entityframework.6.1.3.nupkg.sha512" + }, + "EntityFramework.BulkExtensions/1.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+vvIVJcQipjhjhsYRBDVPDkFC/zssLY3MoUvAsPzpZ9FNGmHPXmilDTTwZ5pRwyXEPdM4OM/da4FtUVp6zvWvA==", + "path": "entityframework.bulkextensions/1.0.0", + "hashPath": "entityframework.bulkextensions.1.0.0.nupkg.sha512" + }, + "EntityFramework.MappingAPI/6.1.0.9": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3dCC3iEXbLBJIijRjbLQq0CDNDi71OvoYqW7Y9kiQeUA+dM5rSbUIpazmRPL/ovtSV0qVFpPMN7KX+PoiQbdXg==", + "path": "entityframework.mappingapi/6.1.0.9", + "hashPath": "entityframework.mappingapi.6.1.0.9.nupkg.sha512" + }, + "MedallionTopologicalSort/1.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-dcAqM8TcyZQ/T466CvqNMUUn/G0FQE+4R7l62ngXH7hLFP9yA7yoP/ySsLgiXx3pGUQC3J+cUvXmJOOR/eC+oQ==", + "path": "medalliontopologicalsort/1.0.0", + "hashPath": "medalliontopologicalsort.1.0.0.nupkg.sha512" + }, "MediatR/12.2.0": { "type": "package", "serviceable": true, @@ -1359,6 +2062,13 @@ "path": "mediatr.contracts/2.0.1", "hashPath": "mediatr.contracts.2.0.1.nupkg.sha512" }, + "Microsoft.Bcl.AsyncInterfaces/1.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==", + "path": "microsoft.bcl.asyncinterfaces/1.1.1", + "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512" + }, "Microsoft.CodeCoverage/17.3.2": { "type": "package", "serviceable": true, @@ -1366,12 +2076,33 @@ "path": "microsoft.codecoverage/17.3.2", "hashPath": "microsoft.codecoverage.17.3.2.nupkg.sha512" }, - "Microsoft.CSharp/4.0.1": { + "Microsoft.CSharp/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==", + "path": "microsoft.csharp/4.5.0", + "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512" + }, + "Microsoft.Data.SqlClient/5.2.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-mtoeRMh7F/OA536c/Cnh8L4H0uLSKB5kSmoi54oN7Fp0hNJDy22IqyMhaMH4PkDCqI7xL//Fvg9ldtuPHG0h5g==", + "path": "microsoft.data.sqlclient/5.2.2", + "hashPath": "microsoft.data.sqlclient.5.2.2.nupkg.sha512" + }, + "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { "type": "package", "serviceable": true, - "sha512": "sha512-17h8b5mXa87XYKrrVqdgZ38JefSUqLChUQpXgSnpzsM0nDOhE40FTeNWOJ/YmySGV6tG6T8+hjz6vxbknHJr6A==", - "path": "microsoft.csharp/4.0.1", - "hashPath": "microsoft.csharp.4.0.1.nupkg.sha512" + "sha512": "sha512-po1jhvFd+8pbfvJR/puh+fkHi0GRanAdvayh/0e47yaM6CXWZ6opUjCMFuYlAnD2LcbyvQE7fPJKvogmaUcN+w==", + "path": "microsoft.data.sqlclient.sni.runtime/5.2.0", + "hashPath": "microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512" + }, + "Microsoft.Data.Sqlite.Core/8.0.8": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qHInO2EvOcPhjgboP0TGnXM7rASdvWXrw6jAH8Yuz5YP82VTje7d/NKiX1i+dVbE3+G3JuW1kqNVB8yLvsqgYA==", + "path": "microsoft.data.sqlite.core/8.0.8", + "hashPath": "microsoft.data.sqlite.core.8.0.8.nupkg.sha512" }, "Microsoft.EntityFrameworkCore/8.0.8": { "type": "package", @@ -1394,6 +2125,41 @@ "path": "microsoft.entityframeworkcore.analyzers/8.0.8", "hashPath": "microsoft.entityframeworkcore.analyzers.8.0.8.nupkg.sha512" }, + "Microsoft.EntityFrameworkCore.Relational/8.0.8": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3WnrwdXxKg4L98cDx0lNEEau8U2lsfuBJCs0Yzht+5XVTmahboM7MukKfQHAzVsHUPszm6ci929S7Qas0WfVHA==", + "path": "microsoft.entityframeworkcore.relational/8.0.8", + "hashPath": "microsoft.entityframeworkcore.relational.8.0.8.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.Sqlite.Core/8.0.8": { + "type": "package", + "serviceable": true, + "sha512": "sha512-w5k/ENj3+BPbmggqh83RRuPhhKcJmW7CmdJuGwdX1eFrmptJwnzKiHfQCPkJAu9df16PSs5YFeWrDgepfqnltA==", + "path": "microsoft.entityframeworkcore.sqlite.core/8.0.8", + "hashPath": "microsoft.entityframeworkcore.sqlite.core.8.0.8.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.SqlServer/8.0.8": { + "type": "package", + "serviceable": true, + "sha512": "sha512-A2F52W+hnGqvprx37HcAnYnJv4QoFFdc9cxd/QGNSd1vCu1I0eAEKRd0r9KS3E5I5RRj/m9XJfYCyTdy1cdn5Q==", + "path": "microsoft.entityframeworkcore.sqlserver/8.0.8", + "hashPath": "microsoft.entityframeworkcore.sqlserver.8.0.8.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.SqlServer.Abstractions/8.0.8": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Sehx7A2hZUopVlXKY6YoAGijn5KydyLLbqAcnDczRodVFJKa4Is/cwqvv5pCP7V659u2gS18TNctzgqNGfosvw==", + "path": "microsoft.entityframeworkcore.sqlserver.abstractions/8.0.8", + "hashPath": "microsoft.entityframeworkcore.sqlserver.abstractions.8.0.8.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.SqlServer.HierarchyId/8.0.8": { + "type": "package", + "serviceable": true, + "sha512": "sha512-q7BrgSSzqdYUTGsQWrpDq1f09JDATd0iNo0khWhmENukH9wUUV7pml6VhDQPQmMnuks/7qEGOHLWOKfeY1NiNg==", + "path": "microsoft.entityframeworkcore.sqlserver.hierarchyid/8.0.8", + "hashPath": "microsoft.entityframeworkcore.sqlserver.hierarchyid.8.0.8.nupkg.sha512" + }, "Microsoft.Extensions.Caching.Abstractions/8.0.0": { "type": "package", "serviceable": true, @@ -1408,6 +2174,13 @@ "path": "microsoft.extensions.caching.memory/8.0.0", "hashPath": "microsoft.extensions.caching.memory.8.0.0.nupkg.sha512" }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", + "path": "microsoft.extensions.configuration.abstractions/8.0.0", + "hashPath": "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512" + }, "Microsoft.Extensions.DependencyInjection/8.0.0": { "type": "package", "serviceable": true, @@ -1422,12 +2195,12 @@ "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512" }, - "Microsoft.Extensions.DependencyModel/6.0.0": { + "Microsoft.Extensions.DependencyModel/8.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-TD5QHg98m3+QhgEV1YVoNMl5KtBw/4rjfxLHO0e/YV9bPUBDKntApP4xdrVtGgCeQZHVfC2EXIGsdpRNrr87Pg==", - "path": "microsoft.extensions.dependencymodel/6.0.0", - "hashPath": "microsoft.extensions.dependencymodel.6.0.0.nupkg.sha512" + "sha512": "sha512-5Ou6varcxLBzQ+Agfm0k0pnH7vrEITYlXMDuE6s7ZHlZHz6/G8XJ3iISZDr5rfwfge6RnXJ1+Wc479mMn52vjA==", + "path": "microsoft.extensions.dependencymodel/8.0.1", + "hashPath": "microsoft.extensions.dependencymodel.8.0.1.nupkg.sha512" }, "Microsoft.Extensions.Logging/8.0.0": { "type": "package", @@ -1457,6 +2230,62 @@ "path": "microsoft.extensions.primitives/8.0.0", "hashPath": "microsoft.extensions.primitives.8.0.0.nupkg.sha512" }, + "Microsoft.Identity.Client/4.61.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==", + "path": "microsoft.identity.client/4.61.3", + "hashPath": "microsoft.identity.client.4.61.3.nupkg.sha512" + }, + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==", + "path": "microsoft.identity.client.extensions.msal/4.61.3", + "hashPath": "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512" + }, + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", + "path": "microsoft.identitymodel.abstractions/6.35.0", + "hashPath": "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512" + }, + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==", + "path": "microsoft.identitymodel.jsonwebtokens/6.35.0", + "hashPath": "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512" + }, + "Microsoft.IdentityModel.Logging/6.35.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==", + "path": "microsoft.identitymodel.logging/6.35.0", + "hashPath": "microsoft.identitymodel.logging.6.35.0.nupkg.sha512" + }, + "Microsoft.IdentityModel.Protocols/6.35.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", + "path": "microsoft.identitymodel.protocols/6.35.0", + "hashPath": "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512" + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", + "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", + "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512" + }, + "Microsoft.IdentityModel.Tokens/6.35.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==", + "path": "microsoft.identitymodel.tokens/6.35.0", + "hashPath": "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512" + }, "Microsoft.NET.Test.Sdk/17.3.2": { "type": "package", "serviceable": true, @@ -1478,6 +2307,20 @@ "path": "microsoft.netcore.targets/1.1.0", "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" }, + "Microsoft.SqlServer.Server/1.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", + "path": "microsoft.sqlserver.server/1.0.0", + "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512" + }, + "Microsoft.SqlServer.Types/160.1000.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-4kk+rz5vnIPr9ENzm8KttUbhBKftv0uHSSFDVjc5OuKPtRP5q0lDbYUy5ZsoYCAG3RrZdJoxPnWN2JNozZAiGA==", + "path": "microsoft.sqlserver.types/160.1000.6", + "hashPath": "microsoft.sqlserver.types.160.1000.6.nupkg.sha512" + }, "Microsoft.TestPlatform.ObjectModel/17.3.2": { "type": "package", "serviceable": true, @@ -1513,6 +2356,13 @@ "path": "moq.entityframeworkcore/7.0.0.2", "hashPath": "moq.entityframeworkcore.7.0.0.2.nupkg.sha512" }, + "MySqlConnector/2.3.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-AmEfUPkFl+Ev6jJ8Dhns3CYHBfD12RHzGYWuLt6DfG6/af6YvOMyPz74ZPPjBYQGRJkumD2Z48Kqm8s5DJuhLA==", + "path": "mysqlconnector/2.3.5", + "hashPath": "mysqlconnector.2.3.5.nupkg.sha512" + }, "NETStandard.Library/1.6.1": { "type": "package", "serviceable": true, @@ -1520,6 +2370,27 @@ "path": "netstandard.library/1.6.1", "hashPath": "netstandard.library.1.6.1.nupkg.sha512" }, + "NetTopologySuite/2.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5/+2O2ADomEdUn09mlSigACdqvAf0m/pVPGtIPEPQWnyrVykYY0NlfXLIdkMgi41kvH9kNrPqYaFBTZtHYH7Xw==", + "path": "nettopologysuite/2.5.0", + "hashPath": "nettopologysuite.2.5.0.nupkg.sha512" + }, + "NetTopologySuite.IO.SpatiaLite/2.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-nT8ep51zgrTPEtRG+Cxeoi585uFlzmCmJz+xl35ima1xWCk4KuRuLtCEswy8RQkApmeaawAAfsTsa83sgmT4xw==", + "path": "nettopologysuite.io.spatialite/2.0.0", + "hashPath": "nettopologysuite.io.spatialite.2.0.0.nupkg.sha512" + }, + "NetTopologySuite.IO.SqlServerBytes/2.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-R4BcV19f2l6EjHSjh/EHwLhYQHrOov9vig1EW5oBm0iqlZOgaIJm5tBnlbFnYlvdYOPuf5p0Qtf8PCVwH77Wbg==", + "path": "nettopologysuite.io.sqlserverbytes/2.1.0", + "hashPath": "nettopologysuite.io.sqlserverbytes.2.1.0.nupkg.sha512" + }, "Newtonsoft.Json/9.0.1": { "type": "package", "serviceable": true, @@ -1527,6 +2398,20 @@ "path": "newtonsoft.json/9.0.1", "hashPath": "newtonsoft.json.9.0.1.nupkg.sha512" }, + "Npgsql/8.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-6WEmzsQJCZAlUG1pThKg/RmeF6V+I0DmBBBE/8YzpRtEzhyZzKcK7ulMANDm5CkxrALBEC8H+5plxHWtIL7xnA==", + "path": "npgsql/8.0.3", + "hashPath": "npgsql.8.0.3.nupkg.sha512" + }, + "Npgsql.EntityFrameworkCore.PostgreSQL/8.0.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/hHd9MqTRVDgIpsToCcxMDxZqla0HAQACiITkq1+L9J2hmHKV6lBAPlauF+dlNSfHpus7rrljWx4nAanKD6qAw==", + "path": "npgsql.entityframeworkcore.postgresql/8.0.4", + "hashPath": "npgsql.entityframeworkcore.postgresql.8.0.4.nupkg.sha512" + }, "NuGet.Frameworks/5.11.0": { "type": "package", "serviceable": true, @@ -1534,6 +2419,13 @@ "path": "nuget.frameworks/5.11.0", "hashPath": "nuget.frameworks.5.11.0.nupkg.sha512" }, + "Pomelo.EntityFrameworkCore.MySql/8.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-XjnlcxVBLnEMbyEc5cZzgZeDyLvAniACZQ04W1slWN0f4rmfNzl98gEMvHnFH0fMDF06z9MmgGi/Sr7hJ+BVnw==", + "path": "pomelo.entityframeworkcore.mysql/8.0.2", + "hashPath": "pomelo.entityframeworkcore.mysql.8.0.2.nupkg.sha512" + }, "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { "type": "package", "serviceable": true, @@ -1653,6 +2545,13 @@ "path": "scrutor/4.2.0", "hashPath": "scrutor.4.2.0.nupkg.sha512" }, + "SQLitePCLRaw.core/2.1.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-wO6v9GeMx9CUngAet8hbO7xdm+M42p1XeJq47ogyRoYSvNSp0NGLI+MgC0bhrMk9C17MTVFlLiN6ylyExLCc5w==", + "path": "sqlitepclraw.core/2.1.6", + "hashPath": "sqlitepclraw.core.2.1.6.nupkg.sha512" + }, "System.AppContext/4.3.0": { "type": "package", "serviceable": true, @@ -1660,12 +2559,19 @@ "path": "system.appcontext/4.3.0", "hashPath": "system.appcontext.4.3.0.nupkg.sha512" }, - "System.Buffers/4.5.1": { + "System.Buffers/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", + "path": "system.buffers/4.3.0", + "hashPath": "system.buffers.4.3.0.nupkg.sha512" + }, + "System.ClientModel/1.0.0": { "type": "package", "serviceable": true, - "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", - "path": "system.buffers/4.5.1", - "hashPath": "system.buffers.4.5.1.nupkg.sha512" + "sha512": "sha512-I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==", + "path": "system.clientmodel/1.0.0", + "hashPath": "system.clientmodel.1.0.0.nupkg.sha512" }, "System.Collections/4.3.0": { "type": "package", @@ -1681,6 +2587,13 @@ "path": "system.collections.concurrent/4.3.0", "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" }, + "System.Configuration.ConfigurationManager/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==", + "path": "system.configuration.configurationmanager/8.0.0", + "hashPath": "system.configuration.configurationmanager.8.0.0.nupkg.sha512" + }, "System.Console/4.3.0": { "type": "package", "serviceable": true, @@ -1695,19 +2608,19 @@ "path": "system.diagnostics.debug/4.3.0", "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" }, - "System.Diagnostics.DiagnosticSource/4.3.0": { + "System.Diagnostics.DiagnosticSource/6.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==", - "path": "system.diagnostics.diagnosticsource/4.3.0", - "hashPath": "system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512" + "sha512": "sha512-KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==", + "path": "system.diagnostics.diagnosticsource/6.0.1", + "hashPath": "system.diagnostics.diagnosticsource.6.0.1.nupkg.sha512" }, - "System.Diagnostics.EventLog/6.0.0": { + "System.Diagnostics.EventLog/8.0.0": { "type": "package", "serviceable": true, - "sha512": "sha512-lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==", - "path": "system.diagnostics.eventlog/6.0.0", - "hashPath": "system.diagnostics.eventlog.6.0.0.nupkg.sha512" + "sha512": "sha512-fdYxcRjQqTTacKId/2IECojlDSFvp7LP5N78+0z/xH7v/Tuw5ZAxu23Y6PTCRinqyu2ePx+Gn1098NC6jM6d+A==", + "path": "system.diagnostics.eventlog/8.0.0", + "hashPath": "system.diagnostics.eventlog.8.0.0.nupkg.sha512" }, "System.Diagnostics.Tools/4.3.0": { "type": "package", @@ -1751,6 +2664,13 @@ "path": "system.globalization.extensions/4.3.0", "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" }, + "System.IdentityModel.Tokens.Jwt/6.35.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yxGIQd3BFK7F6S62/7RdZk3C/mfwyVxvh6ngd1VYMBmbJ1YZZA9+Ku6suylVtso0FjI0wbElpJ0d27CdsyLpBQ==", + "path": "system.identitymodel.tokens.jwt/6.35.0", + "hashPath": "system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512" + }, "System.IO/4.3.0": { "type": "package", "serviceable": true, @@ -1807,6 +2727,13 @@ "path": "system.memory/4.5.4", "hashPath": "system.memory.4.5.4.nupkg.sha512" }, + "System.Memory.Data/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==", + "path": "system.memory.data/1.0.2", + "hashPath": "system.memory.data.1.0.2.nupkg.sha512" + }, "System.Net.Http/4.3.0": { "type": "package", "serviceable": true, @@ -1828,6 +2755,13 @@ "path": "system.net.sockets/4.3.0", "hashPath": "system.net.sockets.4.3.0.nupkg.sha512" }, + "System.Numerics.Vectors/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", + "path": "system.numerics.vectors/4.5.0", + "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512" + }, "System.ObjectModel/4.3.0": { "type": "package", "serviceable": true, @@ -1905,6 +2839,13 @@ "path": "system.runtime/4.3.0", "hashPath": "system.runtime.4.3.0.nupkg.sha512" }, + "System.Runtime.Caching/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-4TmlmvGp4kzZomm7J2HJn6IIx0UUrQyhBDyb5O1XiunZlQImXW+B8b7W/sTPcXhSf9rp5NR5aDtQllwbB5elOQ==", + "path": "system.runtime.caching/8.0.0", + "hashPath": "system.runtime.caching.8.0.0.nupkg.sha512" + }, "System.Runtime.CompilerServices.Unsafe/6.0.0": { "type": "package", "serviceable": true, @@ -1961,12 +2902,12 @@ "path": "system.security.cryptography.algorithms/4.3.0", "hashPath": "system.security.cryptography.algorithms.4.3.0.nupkg.sha512" }, - "System.Security.Cryptography.Cng/4.3.0": { + "System.Security.Cryptography.Cng/4.5.0": { "type": "package", "serviceable": true, - "sha512": "sha512-03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", - "path": "system.security.cryptography.cng/4.3.0", - "hashPath": "system.security.cryptography.cng.4.3.0.nupkg.sha512" + "sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==", + "path": "system.security.cryptography.cng/4.5.0", + "hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512" }, "System.Security.Cryptography.Csp/4.3.0": { "type": "package", @@ -1996,6 +2937,13 @@ "path": "system.security.cryptography.primitives/4.3.0", "hashPath": "system.security.cryptography.primitives.4.3.0.nupkg.sha512" }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==", + "path": "system.security.cryptography.protecteddata/8.0.0", + "hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512" + }, "System.Security.Cryptography.X509Certificates/4.3.0": { "type": "package", "serviceable": true, @@ -2017,19 +2965,19 @@ "path": "system.text.encoding.extensions/4.3.0", "hashPath": "system.text.encoding.extensions.4.3.0.nupkg.sha512" }, - "System.Text.Encodings.Web/6.0.0": { + "System.Text.Encodings.Web/8.0.0": { "type": "package", "serviceable": true, - "sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "path": "system.text.encodings.web/6.0.0", - "hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512" + "sha512": "sha512-yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==", + "path": "system.text.encodings.web/8.0.0", + "hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512" }, - "System.Text.Json/6.0.0": { + "System.Text.Json/8.0.4": { "type": "package", "serviceable": true, - "sha512": "sha512-zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==", - "path": "system.text.json/6.0.0", - "hashPath": "system.text.json.6.0.0.nupkg.sha512" + "sha512": "sha512-bAkhgDJ88XTsqczoxEMliSrpijKZHhbJQldhAmObj/RbrN3sU5dcokuXmWJWsdQAhiMJ9bTayWsL1C9fbbCRhw==", + "path": "system.text.json/8.0.4", + "hashPath": "system.text.json.8.0.4.nupkg.sha512" }, "System.Text.RegularExpressions/4.3.0": { "type": "package", @@ -2052,12 +3000,12 @@ "path": "system.threading.tasks/4.3.0", "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" }, - "System.Threading.Tasks.Extensions/4.3.0": { + "System.Threading.Tasks.Extensions/4.5.4": { "type": "package", "serviceable": true, - "sha512": "sha512-npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", - "path": "system.threading.tasks.extensions/4.3.0", - "hashPath": "system.threading.tasks.extensions.4.3.0.nupkg.sha512" + "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", + "path": "system.threading.tasks.extensions/4.5.4", + "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" }, "System.Threading.Timer/4.3.0": { "type": "package", diff --git a/GenericRepository.Tests/bin/Debug/net8.0/GenericRepository.Tests.dll b/GenericRepository.Tests/bin/Debug/net8.0/GenericRepository.Tests.dll index 43e0428..459b4ad 100644 Binary files a/GenericRepository.Tests/bin/Debug/net8.0/GenericRepository.Tests.dll and b/GenericRepository.Tests/bin/Debug/net8.0/GenericRepository.Tests.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/GenericRepository.Tests.pdb b/GenericRepository.Tests/bin/Debug/net8.0/GenericRepository.Tests.pdb index 9c424e0..cca7a2a 100644 Binary files a/GenericRepository.Tests/bin/Debug/net8.0/GenericRepository.Tests.pdb and b/GenericRepository.Tests/bin/Debug/net8.0/GenericRepository.Tests.pdb differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/GenericRepository.dll b/GenericRepository.Tests/bin/Debug/net8.0/GenericRepository.dll index c498cbc..a98a5f9 100644 Binary files a/GenericRepository.Tests/bin/Debug/net8.0/GenericRepository.dll and b/GenericRepository.Tests/bin/Debug/net8.0/GenericRepository.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/GenericRepository.pdb b/GenericRepository.Tests/bin/Debug/net8.0/GenericRepository.pdb index 55a3b1e..a64ec0b 100644 Binary files a/GenericRepository.Tests/bin/Debug/net8.0/GenericRepository.pdb and b/GenericRepository.Tests/bin/Debug/net8.0/GenericRepository.pdb differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/MedallionTopologicalSort.dll b/GenericRepository.Tests/bin/Debug/net8.0/MedallionTopologicalSort.dll new file mode 100755 index 0000000..50db748 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/MedallionTopologicalSort.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll new file mode 100755 index 0000000..a5b7ff9 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Data.SqlClient.dll b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Data.SqlClient.dll new file mode 100755 index 0000000..a76f307 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Data.SqlClient.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Data.Sqlite.dll b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Data.Sqlite.dll new file mode 100755 index 0000000..4fd360f Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Data.Sqlite.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll new file mode 100755 index 0000000..8b99c66 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.SqlServer.Abstractions.dll b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.SqlServer.Abstractions.dll new file mode 100755 index 0000000..12ab493 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.SqlServer.Abstractions.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.SqlServer.HierarchyId.dll b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.SqlServer.HierarchyId.dll new file mode 100755 index 0000000..cfaa1bb Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.SqlServer.HierarchyId.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll new file mode 100755 index 0000000..8dac104 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Sqlite.dll b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Sqlite.dll new file mode 100755 index 0000000..234323a Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Sqlite.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll new file mode 100755 index 0000000..a5ab313 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Extensions.DependencyModel.dll b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Extensions.DependencyModel.dll index abf0306..c55e07f 100755 Binary files a/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Extensions.DependencyModel.dll and b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Extensions.DependencyModel.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll new file mode 100755 index 0000000..9a7cadb Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Identity.Client.dll b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Identity.Client.dll new file mode 100755 index 0000000..73873e5 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Identity.Client.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll new file mode 100755 index 0000000..dfcb632 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll new file mode 100755 index 0000000..30b9c05 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll new file mode 100755 index 0000000..ce60b3c Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll new file mode 100755 index 0000000..57a9536 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.dll b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.dll new file mode 100755 index 0000000..9fd9ebf Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll new file mode 100755 index 0000000..da12e5f Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.SqlServer.Server.dll b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.SqlServer.Server.dll new file mode 100755 index 0000000..ddeaa86 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.SqlServer.Server.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.SqlServer.Types.dll b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.SqlServer.Types.dll new file mode 100755 index 0000000..695a616 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.SqlServer.Types.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/MySqlConnector.dll b/GenericRepository.Tests/bin/Debug/net8.0/MySqlConnector.dll new file mode 100755 index 0000000..a71bcfc Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/MySqlConnector.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/NetTopologySuite.IO.SpatiaLite.dll b/GenericRepository.Tests/bin/Debug/net8.0/NetTopologySuite.IO.SpatiaLite.dll new file mode 100755 index 0000000..1e0266e Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/NetTopologySuite.IO.SpatiaLite.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/NetTopologySuite.IO.SqlServerBytes.dll b/GenericRepository.Tests/bin/Debug/net8.0/NetTopologySuite.IO.SqlServerBytes.dll new file mode 100755 index 0000000..3e6df0e Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/NetTopologySuite.IO.SqlServerBytes.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/NetTopologySuite.dll b/GenericRepository.Tests/bin/Debug/net8.0/NetTopologySuite.dll new file mode 100755 index 0000000..8460083 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/NetTopologySuite.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll b/GenericRepository.Tests/bin/Debug/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll new file mode 100755 index 0000000..dacd5f4 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/Npgsql.dll b/GenericRepository.Tests/bin/Debug/net8.0/Npgsql.dll new file mode 100755 index 0000000..b19e58f Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/Npgsql.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/Pomelo.EntityFrameworkCore.MySql.dll b/GenericRepository.Tests/bin/Debug/net8.0/Pomelo.EntityFrameworkCore.MySql.dll new file mode 100755 index 0000000..6fae9ec Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/Pomelo.EntityFrameworkCore.MySql.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/SQLitePCLRaw.core.dll b/GenericRepository.Tests/bin/Debug/net8.0/SQLitePCLRaw.core.dll new file mode 100755 index 0000000..556d40f Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/SQLitePCLRaw.core.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/System.ClientModel.dll b/GenericRepository.Tests/bin/Debug/net8.0/System.ClientModel.dll new file mode 100755 index 0000000..00a3380 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/System.ClientModel.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/System.Configuration.ConfigurationManager.dll b/GenericRepository.Tests/bin/Debug/net8.0/System.Configuration.ConfigurationManager.dll new file mode 100755 index 0000000..accdffe Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/System.Configuration.ConfigurationManager.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/System.Diagnostics.EventLog.dll b/GenericRepository.Tests/bin/Debug/net8.0/System.Diagnostics.EventLog.dll index 8a65e71..f293ce4 100755 Binary files a/GenericRepository.Tests/bin/Debug/net8.0/System.Diagnostics.EventLog.dll and b/GenericRepository.Tests/bin/Debug/net8.0/System.Diagnostics.EventLog.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll b/GenericRepository.Tests/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll new file mode 100755 index 0000000..2311025 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/System.Memory.Data.dll b/GenericRepository.Tests/bin/Debug/net8.0/System.Memory.Data.dll new file mode 100755 index 0000000..6f2a3e0 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/System.Memory.Data.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/System.Runtime.Caching.dll b/GenericRepository.Tests/bin/Debug/net8.0/System.Runtime.Caching.dll new file mode 100755 index 0000000..7395ccd Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/System.Runtime.Caching.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll b/GenericRepository.Tests/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll new file mode 100755 index 0000000..40f1b5a Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/System.Text.Json.dll b/GenericRepository.Tests/bin/Debug/net8.0/System.Text.Json.dll new file mode 100755 index 0000000..0c6d406 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/System.Text.Json.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/de/Microsoft.Data.SqlClient.resources.dll b/GenericRepository.Tests/bin/Debug/net8.0/de/Microsoft.Data.SqlClient.resources.dll new file mode 100755 index 0000000..3b4c5a7 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/de/Microsoft.Data.SqlClient.resources.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/de/Microsoft.SqlServer.Types.resources.dll b/GenericRepository.Tests/bin/Debug/net8.0/de/Microsoft.SqlServer.Types.resources.dll new file mode 100755 index 0000000..bc49fc6 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/de/Microsoft.SqlServer.Types.resources.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/es/Microsoft.Data.SqlClient.resources.dll b/GenericRepository.Tests/bin/Debug/net8.0/es/Microsoft.Data.SqlClient.resources.dll new file mode 100755 index 0000000..e8b7bb5 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/es/Microsoft.Data.SqlClient.resources.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/es/Microsoft.SqlServer.Types.resources.dll b/GenericRepository.Tests/bin/Debug/net8.0/es/Microsoft.SqlServer.Types.resources.dll new file mode 100755 index 0000000..98ae6b1 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/es/Microsoft.SqlServer.Types.resources.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/fr/Microsoft.Data.SqlClient.resources.dll b/GenericRepository.Tests/bin/Debug/net8.0/fr/Microsoft.Data.SqlClient.resources.dll new file mode 100755 index 0000000..eae9818 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/fr/Microsoft.Data.SqlClient.resources.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/fr/Microsoft.SqlServer.Types.resources.dll b/GenericRepository.Tests/bin/Debug/net8.0/fr/Microsoft.SqlServer.Types.resources.dll new file mode 100755 index 0000000..7b0d9d4 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/fr/Microsoft.SqlServer.Types.resources.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/it/Microsoft.Data.SqlClient.resources.dll b/GenericRepository.Tests/bin/Debug/net8.0/it/Microsoft.Data.SqlClient.resources.dll new file mode 100755 index 0000000..c58dbce Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/it/Microsoft.Data.SqlClient.resources.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/it/Microsoft.SqlServer.Types.resources.dll b/GenericRepository.Tests/bin/Debug/net8.0/it/Microsoft.SqlServer.Types.resources.dll new file mode 100755 index 0000000..49e8225 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/it/Microsoft.SqlServer.Types.resources.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/ja/Microsoft.Data.SqlClient.resources.dll b/GenericRepository.Tests/bin/Debug/net8.0/ja/Microsoft.Data.SqlClient.resources.dll new file mode 100755 index 0000000..aa9c299 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/ja/Microsoft.Data.SqlClient.resources.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/ja/Microsoft.SqlServer.Types.resources.dll b/GenericRepository.Tests/bin/Debug/net8.0/ja/Microsoft.SqlServer.Types.resources.dll new file mode 100755 index 0000000..13ee27a Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/ja/Microsoft.SqlServer.Types.resources.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/ko/Microsoft.Data.SqlClient.resources.dll b/GenericRepository.Tests/bin/Debug/net8.0/ko/Microsoft.Data.SqlClient.resources.dll new file mode 100755 index 0000000..e6c8ce4 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/ko/Microsoft.Data.SqlClient.resources.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/ko/Microsoft.SqlServer.Types.resources.dll b/GenericRepository.Tests/bin/Debug/net8.0/ko/Microsoft.SqlServer.Types.resources.dll new file mode 100755 index 0000000..74c02e1 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/ko/Microsoft.SqlServer.Types.resources.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll b/GenericRepository.Tests/bin/Debug/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll new file mode 100755 index 0000000..2c9fb3b Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/pt-BR/Microsoft.SqlServer.Types.resources.dll b/GenericRepository.Tests/bin/Debug/net8.0/pt-BR/Microsoft.SqlServer.Types.resources.dll new file mode 100755 index 0000000..6e68482 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/pt-BR/Microsoft.SqlServer.Types.resources.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/ru/Microsoft.Data.SqlClient.resources.dll b/GenericRepository.Tests/bin/Debug/net8.0/ru/Microsoft.Data.SqlClient.resources.dll new file mode 100755 index 0000000..dc24913 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/ru/Microsoft.Data.SqlClient.resources.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/ru/Microsoft.SqlServer.Types.resources.dll b/GenericRepository.Tests/bin/Debug/net8.0/ru/Microsoft.SqlServer.Types.resources.dll new file mode 100755 index 0000000..9a7e3fd Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/ru/Microsoft.SqlServer.Types.resources.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll b/GenericRepository.Tests/bin/Debug/net8.0/runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll new file mode 100755 index 0000000..523a134 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll b/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll new file mode 100755 index 0000000..ac47980 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll b/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll new file mode 100755 index 0000000..f45095e Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll b/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll new file mode 100755 index 0000000..12b8900 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win-x64/native/SqlServerSpatial160.dll b/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win-x64/native/SqlServerSpatial160.dll new file mode 100755 index 0000000..1880e01 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win-x64/native/SqlServerSpatial160.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll b/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll new file mode 100755 index 0000000..ec5ec13 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win-x86/native/SqlServerSpatial160.dll b/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win-x86/native/SqlServerSpatial160.dll new file mode 100755 index 0000000..3938da6 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win-x86/native/SqlServerSpatial160.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll b/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll deleted file mode 100755 index 03b44f1..0000000 Binary files a/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll and /dev/null differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll b/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll new file mode 100755 index 0000000..7a5eedb Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll b/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll similarity index 98% rename from GenericRepository.Tests/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll rename to GenericRepository.Tests/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll index bc23526..a8d91f3 100755 Binary files a/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll and b/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll b/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll new file mode 100755 index 0000000..33066bd Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Runtime.Caching.dll b/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Runtime.Caching.dll new file mode 100755 index 0000000..38b97a2 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Runtime.Caching.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll b/GenericRepository.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll new file mode 100755 index 0000000..2744bb8 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.SqlServer.Types.resources.dll b/GenericRepository.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.SqlServer.Types.resources.dll new file mode 100755 index 0000000..275900f Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.SqlServer.Types.resources.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll b/GenericRepository.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll new file mode 100755 index 0000000..6586061 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll differ diff --git a/GenericRepository.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.SqlServer.Types.resources.dll b/GenericRepository.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.SqlServer.Types.resources.dll new file mode 100755 index 0000000..e6c6cb6 Binary files /dev/null and b/GenericRepository.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.SqlServer.Types.resources.dll differ diff --git a/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.AssemblyInfo.cs b/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.AssemblyInfo.cs index 5552c5b..15026a1 100644 --- a/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.AssemblyInfo.cs +++ b/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.AssemblyInfo.cs @@ -13,7 +13,7 @@ [assembly: System.Reflection.AssemblyCompanyAttribute("GenericRepository.Tests")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ed492562eb679f2f0c779228516e345e29cb3f29")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+f0ddcf1dcaf2006e1e2ea5ee5ce4ce8bcc4f3561")] [assembly: System.Reflection.AssemblyProductAttribute("GenericRepository.Tests")] [assembly: System.Reflection.AssemblyTitleAttribute("GenericRepository.Tests")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.AssemblyInfoInputs.cache b/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.AssemblyInfoInputs.cache index a28d37a..2806dac 100644 --- a/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.AssemblyInfoInputs.cache +++ b/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.AssemblyInfoInputs.cache @@ -1 +1 @@ -393db6154241468ab21270c1ecf289861edb70a371b63523943b35762ba3dac9 +e03e0ff31eebecae1a468731ba49cc50002228c90d766e56b23fdd38e08eb357 diff --git a/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.csproj.AssemblyReference.cache b/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.csproj.AssemblyReference.cache index e04a811..70040d0 100644 Binary files a/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.csproj.AssemblyReference.cache and b/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.csproj.AssemblyReference.cache differ diff --git a/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.csproj.CoreCompileInputs.cache b/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.csproj.CoreCompileInputs.cache index 278c044..dd03440 100644 --- a/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.csproj.CoreCompileInputs.cache +++ b/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -fbad29cc9496a5b52fd17d71ee7daf8d9c0362c10b0b995dded4e897a8073448 +734b295e73d8265cd842d926529953d6531840fb66ae83939a79be0317eb3361 diff --git a/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.csproj.FileListAbsolute.txt b/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.csproj.FileListAbsolute.txt index 187204a..a0c1155 100644 --- a/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.csproj.FileListAbsolute.txt +++ b/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.csproj.FileListAbsolute.txt @@ -104,8 +104,6 @@ /Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll /Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll /Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll -/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll -/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll /Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/GenericRepository.dll /Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/GenericRepository.pdb /Users/macbook/Projects/Generic Repository/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.csproj.AssemblyReference.cache @@ -120,3 +118,80 @@ /Users/macbook/Projects/Generic Repository/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.pdb /Users/macbook/Projects/Generic Repository/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.genruntimeconfig.cache /Users/macbook/Projects/Generic Repository/GenericRepository.Tests/obj/Debug/net8.0/ref/GenericRepository.Tests.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/Azure.Core.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/Azure.Identity.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/EFCore.BulkExtensions.Core.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/EFCore.BulkExtensions.MySql.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/EFCore.BulkExtensions.PostgreSql.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/EFCore.BulkExtensions.Sqlite.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/EFCore.BulkExtensions.SqlServer.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/EntityFramework.SqlServer.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/EntityFramework.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/EntityFramework.BulkExtensions.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/EntityFramework.MappingAPI.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/MedallionTopologicalSort.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Bcl.AsyncInterfaces.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Data.SqlClient.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Data.Sqlite.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Relational.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.Sqlite.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.SqlServer.Abstractions.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.EntityFrameworkCore.SqlServer.HierarchyId.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Identity.Client.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.Identity.Client.Extensions.Msal.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.IdentityModel.Abstractions.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.IdentityModel.Logging.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.IdentityModel.Tokens.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.SqlServer.Server.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/Microsoft.SqlServer.Types.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/MySqlConnector.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/NetTopologySuite.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/NetTopologySuite.IO.SpatiaLite.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/NetTopologySuite.IO.SqlServerBytes.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/Npgsql.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/Pomelo.EntityFrameworkCore.MySql.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/SQLitePCLRaw.core.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/System.ClientModel.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/System.Configuration.ConfigurationManager.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/System.IdentityModel.Tokens.Jwt.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/System.Memory.Data.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/System.Runtime.Caching.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/System.Security.Cryptography.ProtectedData.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/System.Text.Json.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/de/Microsoft.Data.SqlClient.resources.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/es/Microsoft.Data.SqlClient.resources.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/fr/Microsoft.Data.SqlClient.resources.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/it/Microsoft.Data.SqlClient.resources.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/ja/Microsoft.Data.SqlClient.resources.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/ko/Microsoft.Data.SqlClient.resources.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/ru/Microsoft.Data.SqlClient.resources.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/de/Microsoft.SqlServer.Types.resources.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/es/Microsoft.SqlServer.Types.resources.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/fr/Microsoft.SqlServer.Types.resources.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/it/Microsoft.SqlServer.Types.resources.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/ja/Microsoft.SqlServer.Types.resources.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/ko/Microsoft.SqlServer.Types.resources.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/pt-BR/Microsoft.SqlServer.Types.resources.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/ru/Microsoft.SqlServer.Types.resources.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/zh-Hans/Microsoft.SqlServer.Types.resources.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/zh-Hant/Microsoft.SqlServer.Types.resources.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win-x64/native/SqlServerSpatial160.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win-x86/native/SqlServerSpatial160.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll +/Users/macbook/Projects/Generic Repository/GenericRepository.Tests/bin/Debug/net8.0/runtimes/win/lib/net8.0/System.Runtime.Caching.dll diff --git a/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.dll b/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.dll index 43e0428..459b4ad 100644 Binary files a/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.dll and b/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.dll differ diff --git a/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.pdb b/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.pdb index 9c424e0..cca7a2a 100644 Binary files a/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.pdb and b/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.pdb differ diff --git a/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.sourcelink.json b/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.sourcelink.json index 1f637b1..cb7b35d 100644 --- a/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.sourcelink.json +++ b/GenericRepository.Tests/obj/Debug/net8.0/GenericRepository.Tests.sourcelink.json @@ -1 +1 @@ -{"documents":{"/Users/macbook/Projects/Generic Repository/*":"https://raw.githubusercontent.com/Nikoo-Asadnejad/GenericRepository/dc89b2d70f09714087814b4ec5fc6c22a56a217f/*"}} \ No newline at end of file +{"documents":{"/Users/macbook/Projects/Generic Repository/*":"https://raw.githubusercontent.com/Nikoo-Asadnejad/GenericRepository/c9ea29c11a611e048379e66ed6ee97ac21e79fac/*"}} \ No newline at end of file diff --git a/GenericRepository.Tests/obj/Debug/net8.0/ref/GenericRepository.Tests.dll b/GenericRepository.Tests/obj/Debug/net8.0/ref/GenericRepository.Tests.dll index 2e2d1e3..eccbe3f 100644 Binary files a/GenericRepository.Tests/obj/Debug/net8.0/ref/GenericRepository.Tests.dll and b/GenericRepository.Tests/obj/Debug/net8.0/ref/GenericRepository.Tests.dll differ diff --git a/GenericRepository.Tests/obj/Debug/net8.0/refint/GenericRepository.Tests.dll b/GenericRepository.Tests/obj/Debug/net8.0/refint/GenericRepository.Tests.dll index 2e2d1e3..eccbe3f 100644 Binary files a/GenericRepository.Tests/obj/Debug/net8.0/refint/GenericRepository.Tests.dll and b/GenericRepository.Tests/obj/Debug/net8.0/refint/GenericRepository.Tests.dll differ diff --git a/GenericRepository.Tests/obj/rider.project.model.nuget.info b/GenericRepository.Tests/obj/rider.project.model.nuget.info index 2e0d1db..228c935 100644 --- a/GenericRepository.Tests/obj/rider.project.model.nuget.info +++ b/GenericRepository.Tests/obj/rider.project.model.nuget.info @@ -1 +1 @@ -17274201315108780 \ No newline at end of file +17274215514174141 \ No newline at end of file diff --git a/GenericRepository/Application/Interfaces/UnitOfWork/IUnitOfWork.cs b/GenericRepository/Application/Interfaces/UnitOfWork/IUnitOfWork.cs index c2a5523..01cdf7f 100644 --- a/GenericRepository/Application/Interfaces/UnitOfWork/IUnitOfWork.cs +++ b/GenericRepository/Application/Interfaces/UnitOfWork/IUnitOfWork.cs @@ -1,14 +1,30 @@ +using Microsoft.Data.SqlClient; +using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Storage; namespace GenericRepository.Application.Interfaces.UnitOfWork; -public interface IUnitOfWork +public interface IUnitOfWork where TContext : DbContext { Task SaveAsync(); int Save(); - Task DisposeAsync(); - void Dispose(); - Task BeginTransactionAsync(CancellationToken cancellationToken = default); Task RollbackTransactionAsync(); Task CommitTransactionAsync(); + Task BeginTransactionAsync(CancellationToken cancellationToken = default); + IDbContextTransaction BeginTransaction(); + Task RollbackTransactionAsync(CancellationToken cancellationToken = default); + void RollbackTransaction(); + Task CommitTransactionAsync(CancellationToken cancellationToken = default); + void CommitTransaction(); + Task ExecuteSqlCommandAsync(string sql, object[] parameters, CancellationToken cancellationToken = default); + int ExecuteSqlCommand(string sql, params object[] parameters); + Task> ExecuteSqlQueryAsync(string sql, object[] parameters, CancellationToken cancellationToken = default) where T : class; + List ExecuteSqlQuery(string sql, params object[] parameters) where T : class; + Task ExecuteSqlWithinTransactionAsync(string sql, object[] parameters, CancellationToken cancellationToken = default); + void ExecuteSqlWithinTransaction(string sql, params object[] parameters); + Task> ExecuteStoredProcedureAsync(string storedProcedureName, object[] parameters, CancellationToken cancellationToken = default) where T : class; + List ExecuteStoredProcedure(string storedProcedureName, params object[] parameters) where T : class; + Task ExecuteSqlCommandWithParamsAsync(string sql, SqlParameter[] parameters, CancellationToken cancellationToken = default); + int ExecuteSqlCommandWithParams(string sql, params SqlParameter[] parameters); + bool IsRawSqlSupported(); } \ No newline at end of file diff --git a/GenericRepository/Infrastructure/Ioc/GenericRepositoryConfigurator.cs b/GenericRepository/Infrastructure/Ioc/GenericRepositoryConfigurator.cs index 4cde35b..33c4b52 100644 --- a/GenericRepository/Infrastructure/Ioc/GenericRepositoryConfigurator.cs +++ b/GenericRepository/Infrastructure/Ioc/GenericRepositoryConfigurator.cs @@ -16,7 +16,7 @@ public static class GenericRepositoryConfigurator public static void InjectServices(IServiceCollection services) { services.AddMemoryCache(); - services.AddTransient(); + services.AddTransient(typeof(IUnitOfWork<>), typeof(UnitOfWork<>)); services.AddScoped(); services.AddScoped(); services.AddSingleton(); diff --git a/GenericRepository/Infrastructure/Repository/GenericRepository/Command/Repository.Async.cs b/GenericRepository/Infrastructure/Repository/GenericRepository/Command/Repository.Async.cs index 8edac8d..a611544 100644 --- a/GenericRepository/Infrastructure/Repository/GenericRepository/Command/Repository.Async.cs +++ b/GenericRepository/Infrastructure/Repository/GenericRepository/Command/Repository.Async.cs @@ -98,5 +98,7 @@ public async Task TruncateTableAsync() var tableName = _context.Model.FindEntityType(typeof(T)).GetTableName(); await _context.Database.ExecuteSqlRawAsync($"TRUNCATE TABLE {tableName}"); } + + } diff --git a/GenericRepository/Infrastructure/Repository/UnitOfWork/UnitOfWork.cs b/GenericRepository/Infrastructure/Repository/UnitOfWork/UnitOfWork.cs index e185ec1..f228502 100644 --- a/GenericRepository/Infrastructure/Repository/UnitOfWork/UnitOfWork.cs +++ b/GenericRepository/Infrastructure/Repository/UnitOfWork/UnitOfWork.cs @@ -1,43 +1,154 @@ using GenericRepository.Application.Interfaces.UnitOfWork; +using Microsoft.Data.SqlClient; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.Storage; namespace GenericRepository.Infrastructure.Repository.UnitOfWork; -public class UnitOfWork : IUnitOfWork +public class UnitOfWork : IUnitOfWork where TContext : DbContext { - private readonly DbContext _context; - public UnitOfWork(DbContext context) + private readonly TContext _context; + public UnitOfWork(TContext context) { _context = context; } - + public async Task SaveAsync() { - int result = await _context.SaveChangesAsync(); - return result; + return await _context.SaveChangesAsync(); } public int Save() - => _context.SaveChanges(); + { + return _context.SaveChanges(); + } public async Task DisposeAsync() - => await _context.DisposeAsync(); + { + await _context.DisposeAsync(); + } public void Dispose() - => _context.Dispose(); + { + _context.Dispose(); + } + + public async Task RollbackTransactionAsync() + { + await _context.Database.RollbackTransactionAsync(); + } + + public async Task CommitTransactionAsync() + { + await _context.Database.CommitTransactionAsync(); + } public async Task BeginTransactionAsync(CancellationToken cancellationToken = default) { - IDbContextTransaction dbContextTransaction = await _context.Database.BeginTransactionAsync(cancellationToken); - return dbContextTransaction; + return await _context.Database.BeginTransactionAsync(cancellationToken); } - public async Task RollbackTransactionAsync() - =>await _context.Database.RollbackTransactionAsync(); + public IDbContextTransaction BeginTransaction() + { + return _context.Database.BeginTransaction(); + } - public async Task CommitTransactionAsync() - => await _context.Database.CommitTransactionAsync(); + public async Task RollbackTransactionAsync(CancellationToken cancellationToken = default) + { + await _context.Database.RollbackTransactionAsync(cancellationToken); + } + + public void RollbackTransaction() + { + _context.Database.RollbackTransaction(); + } + + public async Task CommitTransactionAsync(CancellationToken cancellationToken = default) + { + await _context.Database.CommitTransactionAsync(cancellationToken); + } + + public void CommitTransaction() + { + _context.Database.CommitTransaction(); + } + public async Task ExecuteSqlCommandAsync(string sql, object[] parameters, CancellationToken cancellationToken = default) + { + return await _context.Database.ExecuteSqlRawAsync(sql, parameters, cancellationToken); + } + + public int ExecuteSqlCommand(string sql, params object[] parameters) + { + return _context.Database.ExecuteSqlRaw(sql, parameters); + } + + public async Task> ExecuteSqlQueryAsync(string sql, object[] parameters, CancellationToken cancellationToken = default) where T : class + { + return await _context.Set().FromSqlRaw(sql, parameters).ToListAsync(cancellationToken); + } + public List ExecuteSqlQuery(string sql, params object[] parameters) where T : class + { + return _context.Set().FromSqlRaw(sql, parameters).ToList(); + } + + public async Task ExecuteSqlWithinTransactionAsync(string sql, object[] parameters, CancellationToken cancellationToken = default) + { + using (var transaction = await _context.Database.BeginTransactionAsync(cancellationToken)) + { + try + { + await _context.Database.ExecuteSqlRawAsync(sql, parameters, cancellationToken); + await transaction.CommitAsync(cancellationToken); + } + catch + { + await transaction.RollbackAsync(cancellationToken); + throw; + } + } + } + + public void ExecuteSqlWithinTransaction(string sql, params object[] parameters) + { + using (var transaction = _context.Database.BeginTransaction()) + { + try + { + _context.Database.ExecuteSqlRaw(sql, parameters); + transaction.Commit(); + } + catch + { + transaction.Rollback(); + throw; + } + } + } + + public async Task> ExecuteStoredProcedureAsync(string storedProcedureName, object[] parameters, CancellationToken cancellationToken = default) where T : class + { + return await _context.Set().FromSqlRaw($"EXEC {storedProcedureName}", parameters).ToListAsync(cancellationToken); + } + + public List ExecuteStoredProcedure(string storedProcedureName, params object[] parameters) where T : class + { + return _context.Set().FromSqlRaw($"EXEC {storedProcedureName}", parameters).ToList(); + } + + public async Task ExecuteSqlCommandWithParamsAsync(string sql, SqlParameter[] parameters, CancellationToken cancellationToken = default) + { + return await _context.Database.ExecuteSqlRawAsync(sql, parameters, cancellationToken); + } + + public int ExecuteSqlCommandWithParams(string sql, params SqlParameter[] parameters) + { + return _context.Database.ExecuteSqlRaw(sql, parameters); + } + + public bool IsRawSqlSupported() + { + return _context.Database.CanConnect(); + } } \ No newline at end of file diff --git a/GenericRepository/bin/Debug/net8.0/GenericRepository.deps.json b/GenericRepository/bin/Debug/net8.0/GenericRepository.deps.json index 77a8766..c32996b 100644 --- a/GenericRepository/bin/Debug/net8.0/GenericRepository.deps.json +++ b/GenericRepository/bin/Debug/net8.0/GenericRepository.deps.json @@ -8,6 +8,8 @@ ".NETCoreApp,Version=v8.0": { "GenericRepository/1.0.0": { "dependencies": { + "EFCore.BulkExtensions": "8.1.1", + "EntityFramework.BulkExtensions": "1.0.0", "MediatR": "12.2.0", "Microsoft.EntityFrameworkCore": "8.0.8", "Microsoft.EntityFrameworkCore.Abstractions": "8.0.8", @@ -17,6 +19,156 @@ "GenericRepository.dll": {} } }, + "Azure.Core/1.38.0": { + "dependencies": { + "Microsoft.Bcl.AsyncInterfaces": "1.1.1", + "System.ClientModel": "1.0.0", + "System.Diagnostics.DiagnosticSource": "6.0.1", + "System.Memory.Data": "1.0.2", + "System.Numerics.Vectors": "4.5.0", + "System.Text.Encodings.Web": "8.0.0", + "System.Text.Json": "8.0.4", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "runtime": { + "lib/net6.0/Azure.Core.dll": { + "assemblyVersion": "1.38.0.0", + "fileVersion": "1.3800.24.12602" + } + } + }, + "Azure.Identity/1.11.4": { + "dependencies": { + "Azure.Core": "1.38.0", + "Microsoft.Identity.Client": "4.61.3", + "Microsoft.Identity.Client.Extensions.Msal": "4.61.3", + "System.Memory": "4.5.4", + "System.Security.Cryptography.ProtectedData": "8.0.0", + "System.Text.Json": "8.0.4", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "runtime": { + "lib/netstandard2.0/Azure.Identity.dll": { + "assemblyVersion": "1.11.4.0", + "fileVersion": "1.1100.424.31005" + } + } + }, + "EFCore.BulkExtensions/8.1.1": { + "dependencies": { + "EFCore.BulkExtensions.MySql": "8.1.1", + "EFCore.BulkExtensions.PostgreSql": "8.1.1", + "EFCore.BulkExtensions.SqlServer": "8.1.1", + "EFCore.BulkExtensions.Sqlite": "8.1.1" + } + }, + "EFCore.BulkExtensions.Core/8.1.1": { + "dependencies": { + "MedallionTopologicalSort": "1.0.0", + "Microsoft.EntityFrameworkCore.Relational": "8.0.8", + "NetTopologySuite": "2.5.0" + }, + "runtime": { + "lib/net8.0/EFCore.BulkExtensions.Core.dll": { + "assemblyVersion": "8.1.1.0", + "fileVersion": "8.1.1.0" + } + } + }, + "EFCore.BulkExtensions.MySql/8.1.1": { + "dependencies": { + "EFCore.BulkExtensions.Core": "8.1.1", + "Pomelo.EntityFrameworkCore.MySql": "8.0.2" + }, + "runtime": { + "lib/net8.0/EFCore.BulkExtensions.MySql.dll": { + "assemblyVersion": "8.1.1.0", + "fileVersion": "8.1.1.0" + } + } + }, + "EFCore.BulkExtensions.PostgreSql/8.1.1": { + "dependencies": { + "EFCore.BulkExtensions.Core": "8.1.1", + "Npgsql.EntityFrameworkCore.PostgreSQL": "8.0.4" + }, + "runtime": { + "lib/net8.0/EFCore.BulkExtensions.PostgreSql.dll": { + "assemblyVersion": "8.1.1.0", + "fileVersion": "8.1.1.0" + } + } + }, + "EFCore.BulkExtensions.Sqlite/8.1.1": { + "dependencies": { + "EFCore.BulkExtensions.Core": "8.1.1", + "Microsoft.EntityFrameworkCore.Sqlite.Core": "8.0.8", + "NetTopologySuite.IO.SpatiaLite": "2.0.0" + }, + "runtime": { + "lib/net8.0/EFCore.BulkExtensions.Sqlite.dll": { + "assemblyVersion": "8.1.1.0", + "fileVersion": "8.1.1.0" + } + } + }, + "EFCore.BulkExtensions.SqlServer/8.1.1": { + "dependencies": { + "EFCore.BulkExtensions.Core": "8.1.1", + "Microsoft.Data.SqlClient": "5.2.2", + "Microsoft.EntityFrameworkCore.SqlServer.HierarchyId": "8.0.8", + "NetTopologySuite.IO.SqlServerBytes": "2.1.0" + }, + "runtime": { + "lib/net8.0/EFCore.BulkExtensions.SqlServer.dll": { + "assemblyVersion": "8.1.1.0", + "fileVersion": "8.1.1.0" + } + } + }, + "EntityFramework/6.1.3": { + "runtime": { + "lib/net45/EntityFramework.SqlServer.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.1.40302.0" + }, + "lib/net45/EntityFramework.dll": { + "assemblyVersion": "6.0.0.0", + "fileVersion": "6.1.40302.0" + } + } + }, + "EntityFramework.BulkExtensions/1.0.0": { + "dependencies": { + "EntityFramework": "6.1.3", + "EntityFramework.MappingAPI": "6.1.0.9" + }, + "runtime": { + "lib/net45/EntityFramework.BulkExtensions.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } + } + }, + "EntityFramework.MappingAPI/6.1.0.9": { + "dependencies": { + "EntityFramework": "6.1.3" + }, + "runtime": { + "lib/net45/EntityFramework.MappingAPI.dll": { + "assemblyVersion": "6.1.0.9", + "fileVersion": "6.1.0.9" + } + } + }, + "MedallionTopologicalSort/1.0.0": { + "runtime": { + "lib/netstandard2.0/MedallionTopologicalSort.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } + } + }, "MediatR/12.2.0": { "dependencies": { "MediatR.Contracts": "2.0.1", @@ -37,6 +189,114 @@ } } }, + "Microsoft.Bcl.AsyncInterfaces/1.1.1": { + "runtime": { + "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "4.700.20.21406" + } + } + }, + "Microsoft.CSharp/4.5.0": {}, + "Microsoft.Data.SqlClient/5.2.2": { + "dependencies": { + "Azure.Identity": "1.11.4", + "Microsoft.Data.SqlClient.SNI.runtime": "5.2.0", + "Microsoft.Identity.Client": "4.61.3", + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", + "Microsoft.SqlServer.Server": "1.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Runtime.Caching": "8.0.0" + }, + "runtime": { + "lib/net8.0/Microsoft.Data.SqlClient.dll": { + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.22.24240.6" + } + }, + "resources": { + "lib/net8.0/de/Microsoft.Data.SqlClient.resources.dll": { + "locale": "de" + }, + "lib/net8.0/es/Microsoft.Data.SqlClient.resources.dll": { + "locale": "es" + }, + "lib/net8.0/fr/Microsoft.Data.SqlClient.resources.dll": { + "locale": "fr" + }, + "lib/net8.0/it/Microsoft.Data.SqlClient.resources.dll": { + "locale": "it" + }, + "lib/net8.0/ja/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ja" + }, + "lib/net8.0/ko/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ko" + }, + "lib/net8.0/pt-BR/Microsoft.Data.SqlClient.resources.dll": { + "locale": "pt-BR" + }, + "lib/net8.0/ru/Microsoft.Data.SqlClient.resources.dll": { + "locale": "ru" + }, + "lib/net8.0/zh-Hans/Microsoft.Data.SqlClient.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net8.0/zh-Hant/Microsoft.Data.SqlClient.resources.dll": { + "locale": "zh-Hant" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/net8.0/Microsoft.Data.SqlClient.dll": { + "rid": "unix", + "assetType": "runtime", + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.22.24240.6" + }, + "runtimes/win/lib/net8.0/Microsoft.Data.SqlClient.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "5.0.0.0", + "fileVersion": "5.22.24240.6" + } + } + }, + "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { + "runtimeTargets": { + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { + "rid": "win-arm", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { + "rid": "win-arm64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "0.0.0.0" + } + } + }, + "Microsoft.Data.Sqlite.Core/8.0.8": { + "dependencies": { + "SQLitePCLRaw.core": "2.1.6" + }, + "runtime": { + "lib/net8.0/Microsoft.Data.Sqlite.dll": { + "assemblyVersion": "8.0.8.0", + "fileVersion": "8.0.824.36704" + } + } + }, "Microsoft.EntityFrameworkCore/8.0.8": { "dependencies": { "Microsoft.EntityFrameworkCore.Abstractions": "8.0.8", @@ -60,6 +320,67 @@ } }, "Microsoft.EntityFrameworkCore.Analyzers/8.0.8": {}, + "Microsoft.EntityFrameworkCore.Relational/8.0.8": { + "dependencies": { + "Microsoft.EntityFrameworkCore": "8.0.8", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Relational.dll": { + "assemblyVersion": "8.0.8.0", + "fileVersion": "8.0.824.36704" + } + } + }, + "Microsoft.EntityFrameworkCore.Sqlite.Core/8.0.8": { + "dependencies": { + "Microsoft.Data.Sqlite.Core": "8.0.8", + "Microsoft.EntityFrameworkCore.Relational": "8.0.8", + "Microsoft.Extensions.DependencyModel": "8.0.1" + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Sqlite.dll": { + "assemblyVersion": "8.0.8.0", + "fileVersion": "8.0.824.36704" + } + } + }, + "Microsoft.EntityFrameworkCore.SqlServer/8.0.8": { + "dependencies": { + "Microsoft.Data.SqlClient": "5.2.2", + "Microsoft.EntityFrameworkCore.Relational": "8.0.8" + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.dll": { + "assemblyVersion": "8.0.8.0", + "fileVersion": "8.0.824.36704" + } + } + }, + "Microsoft.EntityFrameworkCore.SqlServer.Abstractions/8.0.8": { + "dependencies": { + "Microsoft.SqlServer.Types": "160.1000.6", + "System.Text.Json": "8.0.4" + }, + "runtime": { + "lib/netstandard2.1/Microsoft.EntityFrameworkCore.SqlServer.Abstractions.dll": { + "assemblyVersion": "8.0.8.0", + "fileVersion": "8.0.824.36704" + } + } + }, + "Microsoft.EntityFrameworkCore.SqlServer.HierarchyId/8.0.8": { + "dependencies": { + "Microsoft.EntityFrameworkCore.SqlServer": "8.0.8", + "Microsoft.EntityFrameworkCore.SqlServer.Abstractions": "8.0.8" + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.SqlServer.HierarchyId.dll": { + "assemblyVersion": "8.0.8.0", + "fileVersion": "8.0.824.36704" + } + } + }, "Microsoft.Extensions.Caching.Abstractions/8.0.0": { "dependencies": { "Microsoft.Extensions.Primitives": "8.0.0" @@ -86,6 +407,17 @@ } } }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + } + }, "Microsoft.Extensions.DependencyInjection/8.0.0": { "dependencies": { "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" @@ -105,18 +437,15 @@ } } }, - "Microsoft.Extensions.DependencyModel/6.0.0": { + "Microsoft.Extensions.DependencyModel/8.0.1": { "dependencies": { - "System.Buffers": "4.5.1", - "System.Memory": "4.5.4", - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0", - "System.Text.Json": "6.0.0" + "System.Text.Encodings.Web": "8.0.0", + "System.Text.Json": "8.0.4" }, "runtime": { - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": { - "assemblyVersion": "6.0.0.0", - "fileVersion": "6.0.21.52210" + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "assemblyVersion": "8.0.0.1", + "fileVersion": "8.0.724.31311" } } }, @@ -164,10 +493,250 @@ } } }, + "Microsoft.Identity.Client/4.61.3": { + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "6.35.0", + "System.Diagnostics.DiagnosticSource": "6.0.1" + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.dll": { + "assemblyVersion": "4.61.3.0", + "fileVersion": "4.61.3.0" + } + } + }, + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { + "dependencies": { + "Microsoft.Identity.Client": "4.61.3", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "runtime": { + "lib/net6.0/Microsoft.Identity.Client.Extensions.Msal.dll": { + "assemblyVersion": "4.61.3.0", + "fileVersion": "4.61.3.0" + } + } + }, + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "assemblyVersion": "6.35.0.0", + "fileVersion": "6.35.0.41201" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "dependencies": { + "Microsoft.IdentityModel.Tokens": "6.35.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encodings.Web": "8.0.0", + "System.Text.Json": "8.0.4" + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "assemblyVersion": "6.35.0.0", + "fileVersion": "6.35.0.41201" + } + } + }, + "Microsoft.IdentityModel.Logging/6.35.0": { + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "6.35.0" + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { + "assemblyVersion": "6.35.0.0", + "fileVersion": "6.35.0.41201" + } + } + }, + "Microsoft.IdentityModel.Protocols/6.35.0": { + "dependencies": { + "Microsoft.IdentityModel.Logging": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "assemblyVersion": "6.35.0.0", + "fileVersion": "6.35.0.41201" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "dependencies": { + "Microsoft.IdentityModel.Protocols": "6.35.0", + "System.IdentityModel.Tokens.Jwt": "6.35.0" + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "assemblyVersion": "6.35.0.0", + "fileVersion": "6.35.0.41201" + } + } + }, + "Microsoft.IdentityModel.Tokens/6.35.0": { + "dependencies": { + "Microsoft.CSharp": "4.5.0", + "Microsoft.IdentityModel.Logging": "6.35.0", + "System.Security.Cryptography.Cng": "4.5.0" + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "assemblyVersion": "6.35.0.0", + "fileVersion": "6.35.0.41201" + } + } + }, + "Microsoft.NETCore.Platforms/1.1.0": {}, + "Microsoft.NETCore.Targets/1.1.0": {}, + "Microsoft.SqlServer.Server/1.0.0": { + "runtime": { + "lib/netstandard2.0/Microsoft.SqlServer.Server.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } + } + }, + "Microsoft.SqlServer.Types/160.1000.6": { + "dependencies": { + "Microsoft.SqlServer.Server": "1.0.0" + }, + "runtime": { + "lib/netstandard2.1/Microsoft.SqlServer.Types.dll": { + "assemblyVersion": "16.0.0.0", + "fileVersion": "16.0.1000.6" + } + }, + "resources": { + "lib/netstandard2.1/de/Microsoft.SqlServer.Types.resources.dll": { + "locale": "de" + }, + "lib/netstandard2.1/es/Microsoft.SqlServer.Types.resources.dll": { + "locale": "es" + }, + "lib/netstandard2.1/fr/Microsoft.SqlServer.Types.resources.dll": { + "locale": "fr" + }, + "lib/netstandard2.1/it/Microsoft.SqlServer.Types.resources.dll": { + "locale": "it" + }, + "lib/netstandard2.1/ja/Microsoft.SqlServer.Types.resources.dll": { + "locale": "ja" + }, + "lib/netstandard2.1/ko/Microsoft.SqlServer.Types.resources.dll": { + "locale": "ko" + }, + "lib/netstandard2.1/pt-BR/Microsoft.SqlServer.Types.resources.dll": { + "locale": "pt-BR" + }, + "lib/netstandard2.1/ru/Microsoft.SqlServer.Types.resources.dll": { + "locale": "ru" + }, + "lib/netstandard2.1/zh-Hans/Microsoft.SqlServer.Types.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netstandard2.1/zh-Hant/Microsoft.SqlServer.Types.resources.dll": { + "locale": "zh-Hant" + } + }, + "runtimeTargets": { + "runtimes/win-x64/native/SqlServerSpatial160.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "0.0.0.0" + }, + "runtimes/win-x86/native/SqlServerSpatial160.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "0.0.0.0" + } + } + }, + "MySqlConnector/2.3.5": { + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "8.0.0" + }, + "runtime": { + "lib/net8.0/MySqlConnector.dll": { + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.3.5.0" + } + } + }, + "NetTopologySuite/2.5.0": { + "dependencies": { + "System.Memory": "4.5.4" + }, + "runtime": { + "lib/netstandard2.0/NetTopologySuite.dll": { + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.0.0.0" + } + } + }, + "NetTopologySuite.IO.SpatiaLite/2.0.0": { + "dependencies": { + "NetTopologySuite": "2.5.0" + }, + "runtime": { + "lib/netstandard2.0/NetTopologySuite.IO.SpatiaLite.dll": { + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.0.0.0" + } + } + }, + "NetTopologySuite.IO.SqlServerBytes/2.1.0": { + "dependencies": { + "NetTopologySuite": "2.5.0" + }, + "runtime": { + "lib/netstandard2.0/NetTopologySuite.IO.SqlServerBytes.dll": { + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.0.0.0" + } + } + }, + "Npgsql/8.0.3": { + "dependencies": { + "Microsoft.Extensions.Logging.Abstractions": "8.0.0" + }, + "runtime": { + "lib/net8.0/Npgsql.dll": { + "assemblyVersion": "8.0.3.0", + "fileVersion": "8.0.3.0" + } + } + }, + "Npgsql.EntityFrameworkCore.PostgreSQL/8.0.4": { + "dependencies": { + "Microsoft.EntityFrameworkCore": "8.0.8", + "Microsoft.EntityFrameworkCore.Abstractions": "8.0.8", + "Microsoft.EntityFrameworkCore.Relational": "8.0.8", + "Npgsql": "8.0.3" + }, + "runtime": { + "lib/net8.0/Npgsql.EntityFrameworkCore.PostgreSQL.dll": { + "assemblyVersion": "8.0.4.0", + "fileVersion": "8.0.4.0" + } + } + }, + "Pomelo.EntityFrameworkCore.MySql/8.0.2": { + "dependencies": { + "Microsoft.EntityFrameworkCore.Relational": "8.0.8", + "MySqlConnector": "2.3.5" + }, + "runtime": { + "lib/net8.0/Pomelo.EntityFrameworkCore.MySql.dll": { + "assemblyVersion": "8.0.2.0", + "fileVersion": "8.0.2.0" + } + } + }, "Scrutor/4.2.0": { "dependencies": { "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", - "Microsoft.Extensions.DependencyModel": "6.0.0" + "Microsoft.Extensions.DependencyModel": "8.0.1" }, "runtime": { "lib/net6.0/Scrutor.dll": { @@ -176,20 +745,149 @@ } } }, - "System.Buffers/4.5.1": {}, + "SQLitePCLRaw.core/2.1.6": { + "dependencies": { + "System.Memory": "4.5.4" + }, + "runtime": { + "lib/netstandard2.0/SQLitePCLRaw.core.dll": { + "assemblyVersion": "2.1.6.2060", + "fileVersion": "2.1.6.2060" + } + } + }, + "System.ClientModel/1.0.0": { + "dependencies": { + "System.Memory.Data": "1.0.2", + "System.Text.Json": "8.0.4" + }, + "runtime": { + "lib/net6.0/System.ClientModel.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.24.5302" + } + } + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "dependencies": { + "System.Diagnostics.EventLog": "8.0.0", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "runtime": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + } + }, + "System.Diagnostics.DiagnosticSource/6.0.1": { + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + } + }, + "System.Diagnostics.EventLog/8.0.0": { + "runtime": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + }, + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + } + }, + "System.IdentityModel.Tokens.Jwt/6.35.0": { + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "runtime": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "assemblyVersion": "6.35.0.0", + "fileVersion": "6.35.0.41201" + } + } + }, "System.Memory/4.5.4": {}, + "System.Memory.Data/1.0.2": { + "dependencies": { + "System.Text.Encodings.Web": "8.0.0", + "System.Text.Json": "8.0.4" + }, + "runtime": { + "lib/netstandard2.0/System.Memory.Data.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.221.20802" + } + } + }, + "System.Numerics.Vectors/4.5.0": {}, + "System.Runtime/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + } + }, + "System.Runtime.Caching/8.0.0": { + "dependencies": { + "System.Configuration.ConfigurationManager": "8.0.0" + }, + "runtime": { + "lib/net8.0/System.Runtime.Caching.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Runtime.Caching.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + } + }, "System.Runtime.CompilerServices.Unsafe/6.0.0": {}, - "System.Text.Encodings.Web/6.0.0": { + "System.Security.Cryptography.Cng/4.5.0": {}, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "runtime": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.23.53103" + } + } + }, + "System.Text.Encoding/4.3.0": { "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" } }, - "System.Text.Json/6.0.0": { + "System.Text.Encodings.Web/8.0.0": {}, + "System.Text.Json/8.0.4": { "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0", - "System.Text.Encodings.Web": "6.0.0" + "System.Text.Encodings.Web": "8.0.0" + }, + "runtime": { + "lib/net8.0/System.Text.Json.dll": { + "assemblyVersion": "8.0.0.0", + "fileVersion": "8.0.724.31311" + } } - } + }, + "System.Threading.Tasks.Extensions/4.5.4": {} } }, "libraries": { @@ -198,6 +896,90 @@ "serviceable": false, "sha512": "" }, + "Azure.Core/1.38.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-IuEgCoVA0ef7E4pQtpC3+TkPbzaoQfa77HlfJDmfuaJUCVJmn7fT0izamZiryW5sYUFKizsftIxMkXKbgIcPMQ==", + "path": "azure.core/1.38.0", + "hashPath": "azure.core.1.38.0.nupkg.sha512" + }, + "Azure.Identity/1.11.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Sf4BoE6Q3jTgFkgBkx7qztYOFELBCo+wQgpYDwal/qJ1unBH73ywPztIJKXBXORRzAeNijsuxhk94h0TIMvfYg==", + "path": "azure.identity/1.11.4", + "hashPath": "azure.identity.1.11.4.nupkg.sha512" + }, + "EFCore.BulkExtensions/8.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-igRcnfb9tgZqzGM8Pw3KTuWcE0WiGS1C7HSFedHSY+UuSzKT3UYJUPh5e10PW3tXPO0ZtDzNF0MlPUIAC7sybQ==", + "path": "efcore.bulkextensions/8.1.1", + "hashPath": "efcore.bulkextensions.8.1.1.nupkg.sha512" + }, + "EFCore.BulkExtensions.Core/8.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-1fFI65GRCBKftMkm9/zhYHBgJQB8n83rPuNdKvGVUQcPO61sa6BRJocGRzd9Kyyf6yTNaWvM1tTrH1mDtoQbDg==", + "path": "efcore.bulkextensions.core/8.1.1", + "hashPath": "efcore.bulkextensions.core.8.1.1.nupkg.sha512" + }, + "EFCore.BulkExtensions.MySql/8.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-n3Jucix2V72JIDAOJcnWqyBxv4ed+DyHS2f4jrx4USf3jlmYb5l5SKaJtdd1RkFksJAPHWAo3C0N7lf6KwYvrQ==", + "path": "efcore.bulkextensions.mysql/8.1.1", + "hashPath": "efcore.bulkextensions.mysql.8.1.1.nupkg.sha512" + }, + "EFCore.BulkExtensions.PostgreSql/8.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-sDc3daXb7ThPotrn4RzoitIzJfcvz9acU3Vitpe2N1qYVFODYzIJJ3X61YocWwIujOWyjx0/lWmGTsdE0ljZLA==", + "path": "efcore.bulkextensions.postgresql/8.1.1", + "hashPath": "efcore.bulkextensions.postgresql.8.1.1.nupkg.sha512" + }, + "EFCore.BulkExtensions.Sqlite/8.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-acPpdRte2u2eu1XExyczQrgxCG9K74HhNZtIDg9PpmSlIJmNcZ85Xj/A2nxjJxpIW04n1i+qljq+gvZHlqNPSA==", + "path": "efcore.bulkextensions.sqlite/8.1.1", + "hashPath": "efcore.bulkextensions.sqlite.8.1.1.nupkg.sha512" + }, + "EFCore.BulkExtensions.SqlServer/8.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-A0POenqUwYS8YDYweXqBtr/w4zB4B/AM6sBgS2Rpqh+N16CKyurhIT9YxsFgAikWA5i2MFsA+3scc8R+70bs4w==", + "path": "efcore.bulkextensions.sqlserver/8.1.1", + "hashPath": "efcore.bulkextensions.sqlserver.8.1.1.nupkg.sha512" + }, + "EntityFramework/6.1.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-2xzFHAF3VVdmTR3//MygtQpwfbDjeaq+nQwCcokLzen7MKHOojPaxNPQPa4diHY1QtcR7zlHAJHNRqPB7W2Syw==", + "path": "entityframework/6.1.3", + "hashPath": "entityframework.6.1.3.nupkg.sha512" + }, + "EntityFramework.BulkExtensions/1.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+vvIVJcQipjhjhsYRBDVPDkFC/zssLY3MoUvAsPzpZ9FNGmHPXmilDTTwZ5pRwyXEPdM4OM/da4FtUVp6zvWvA==", + "path": "entityframework.bulkextensions/1.0.0", + "hashPath": "entityframework.bulkextensions.1.0.0.nupkg.sha512" + }, + "EntityFramework.MappingAPI/6.1.0.9": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3dCC3iEXbLBJIijRjbLQq0CDNDi71OvoYqW7Y9kiQeUA+dM5rSbUIpazmRPL/ovtSV0qVFpPMN7KX+PoiQbdXg==", + "path": "entityframework.mappingapi/6.1.0.9", + "hashPath": "entityframework.mappingapi.6.1.0.9.nupkg.sha512" + }, + "MedallionTopologicalSort/1.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-dcAqM8TcyZQ/T466CvqNMUUn/G0FQE+4R7l62ngXH7hLFP9yA7yoP/ySsLgiXx3pGUQC3J+cUvXmJOOR/eC+oQ==", + "path": "medalliontopologicalsort/1.0.0", + "hashPath": "medalliontopologicalsort.1.0.0.nupkg.sha512" + }, "MediatR/12.2.0": { "type": "package", "serviceable": true, @@ -212,6 +994,41 @@ "path": "mediatr.contracts/2.0.1", "hashPath": "mediatr.contracts.2.0.1.nupkg.sha512" }, + "Microsoft.Bcl.AsyncInterfaces/1.1.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yuvf07qFWFqtK3P/MRkEKLhn5r2UbSpVueRziSqj0yJQIKFwG1pq9mOayK3zE5qZCTs0CbrwL9M6R8VwqyGy2w==", + "path": "microsoft.bcl.asyncinterfaces/1.1.1", + "hashPath": "microsoft.bcl.asyncinterfaces.1.1.1.nupkg.sha512" + }, + "Microsoft.CSharp/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kaj6Wb4qoMuH3HySFJhxwQfe8R/sJsNJnANrvv8WdFPMoNbKY5htfNscv+LHCu5ipz+49m2e+WQXpLXr9XYemQ==", + "path": "microsoft.csharp/4.5.0", + "hashPath": "microsoft.csharp.4.5.0.nupkg.sha512" + }, + "Microsoft.Data.SqlClient/5.2.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-mtoeRMh7F/OA536c/Cnh8L4H0uLSKB5kSmoi54oN7Fp0hNJDy22IqyMhaMH4PkDCqI7xL//Fvg9ldtuPHG0h5g==", + "path": "microsoft.data.sqlclient/5.2.2", + "hashPath": "microsoft.data.sqlclient.5.2.2.nupkg.sha512" + }, + "Microsoft.Data.SqlClient.SNI.runtime/5.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-po1jhvFd+8pbfvJR/puh+fkHi0GRanAdvayh/0e47yaM6CXWZ6opUjCMFuYlAnD2LcbyvQE7fPJKvogmaUcN+w==", + "path": "microsoft.data.sqlclient.sni.runtime/5.2.0", + "hashPath": "microsoft.data.sqlclient.sni.runtime.5.2.0.nupkg.sha512" + }, + "Microsoft.Data.Sqlite.Core/8.0.8": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qHInO2EvOcPhjgboP0TGnXM7rASdvWXrw6jAH8Yuz5YP82VTje7d/NKiX1i+dVbE3+G3JuW1kqNVB8yLvsqgYA==", + "path": "microsoft.data.sqlite.core/8.0.8", + "hashPath": "microsoft.data.sqlite.core.8.0.8.nupkg.sha512" + }, "Microsoft.EntityFrameworkCore/8.0.8": { "type": "package", "serviceable": true, @@ -233,6 +1050,41 @@ "path": "microsoft.entityframeworkcore.analyzers/8.0.8", "hashPath": "microsoft.entityframeworkcore.analyzers.8.0.8.nupkg.sha512" }, + "Microsoft.EntityFrameworkCore.Relational/8.0.8": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3WnrwdXxKg4L98cDx0lNEEau8U2lsfuBJCs0Yzht+5XVTmahboM7MukKfQHAzVsHUPszm6ci929S7Qas0WfVHA==", + "path": "microsoft.entityframeworkcore.relational/8.0.8", + "hashPath": "microsoft.entityframeworkcore.relational.8.0.8.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.Sqlite.Core/8.0.8": { + "type": "package", + "serviceable": true, + "sha512": "sha512-w5k/ENj3+BPbmggqh83RRuPhhKcJmW7CmdJuGwdX1eFrmptJwnzKiHfQCPkJAu9df16PSs5YFeWrDgepfqnltA==", + "path": "microsoft.entityframeworkcore.sqlite.core/8.0.8", + "hashPath": "microsoft.entityframeworkcore.sqlite.core.8.0.8.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.SqlServer/8.0.8": { + "type": "package", + "serviceable": true, + "sha512": "sha512-A2F52W+hnGqvprx37HcAnYnJv4QoFFdc9cxd/QGNSd1vCu1I0eAEKRd0r9KS3E5I5RRj/m9XJfYCyTdy1cdn5Q==", + "path": "microsoft.entityframeworkcore.sqlserver/8.0.8", + "hashPath": "microsoft.entityframeworkcore.sqlserver.8.0.8.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.SqlServer.Abstractions/8.0.8": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Sehx7A2hZUopVlXKY6YoAGijn5KydyLLbqAcnDczRodVFJKa4Is/cwqvv5pCP7V659u2gS18TNctzgqNGfosvw==", + "path": "microsoft.entityframeworkcore.sqlserver.abstractions/8.0.8", + "hashPath": "microsoft.entityframeworkcore.sqlserver.abstractions.8.0.8.nupkg.sha512" + }, + "Microsoft.EntityFrameworkCore.SqlServer.HierarchyId/8.0.8": { + "type": "package", + "serviceable": true, + "sha512": "sha512-q7BrgSSzqdYUTGsQWrpDq1f09JDATd0iNo0khWhmENukH9wUUV7pml6VhDQPQmMnuks/7qEGOHLWOKfeY1NiNg==", + "path": "microsoft.entityframeworkcore.sqlserver.hierarchyid/8.0.8", + "hashPath": "microsoft.entityframeworkcore.sqlserver.hierarchyid.8.0.8.nupkg.sha512" + }, "Microsoft.Extensions.Caching.Abstractions/8.0.0": { "type": "package", "serviceable": true, @@ -247,6 +1099,13 @@ "path": "microsoft.extensions.caching.memory/8.0.0", "hashPath": "microsoft.extensions.caching.memory.8.0.0.nupkg.sha512" }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", + "path": "microsoft.extensions.configuration.abstractions/8.0.0", + "hashPath": "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512" + }, "Microsoft.Extensions.DependencyInjection/8.0.0": { "type": "package", "serviceable": true, @@ -261,12 +1120,12 @@ "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", "hashPath": "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512" }, - "Microsoft.Extensions.DependencyModel/6.0.0": { + "Microsoft.Extensions.DependencyModel/8.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-TD5QHg98m3+QhgEV1YVoNMl5KtBw/4rjfxLHO0e/YV9bPUBDKntApP4xdrVtGgCeQZHVfC2EXIGsdpRNrr87Pg==", - "path": "microsoft.extensions.dependencymodel/6.0.0", - "hashPath": "microsoft.extensions.dependencymodel.6.0.0.nupkg.sha512" + "sha512": "sha512-5Ou6varcxLBzQ+Agfm0k0pnH7vrEITYlXMDuE6s7ZHlZHz6/G8XJ3iISZDr5rfwfge6RnXJ1+Wc479mMn52vjA==", + "path": "microsoft.extensions.dependencymodel/8.0.1", + "hashPath": "microsoft.extensions.dependencymodel.8.0.1.nupkg.sha512" }, "Microsoft.Extensions.Logging/8.0.0": { "type": "package", @@ -296,6 +1155,139 @@ "path": "microsoft.extensions.primitives/8.0.0", "hashPath": "microsoft.extensions.primitives.8.0.0.nupkg.sha512" }, + "Microsoft.Identity.Client/4.61.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-naJo/Qm35Caaoxp5utcw+R8eU8ZtLz2ALh8S+gkekOYQ1oazfCQMWVT4NJ/FnHzdIJlm8dMz0oMpMGCabx5odA==", + "path": "microsoft.identity.client/4.61.3", + "hashPath": "microsoft.identity.client.4.61.3.nupkg.sha512" + }, + "Microsoft.Identity.Client.Extensions.Msal/4.61.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-PWnJcznrSGr25MN8ajlc2XIDW4zCFu0U6FkpaNLEWLgd1NgFCp5uDY3mqLDgM8zCN8hqj8yo5wHYfLB2HjcdGw==", + "path": "microsoft.identity.client.extensions.msal/4.61.3", + "hashPath": "microsoft.identity.client.extensions.msal.4.61.3.nupkg.sha512" + }, + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", + "path": "microsoft.identitymodel.abstractions/6.35.0", + "hashPath": "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512" + }, + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==", + "path": "microsoft.identitymodel.jsonwebtokens/6.35.0", + "hashPath": "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512" + }, + "Microsoft.IdentityModel.Logging/6.35.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==", + "path": "microsoft.identitymodel.logging/6.35.0", + "hashPath": "microsoft.identitymodel.logging.6.35.0.nupkg.sha512" + }, + "Microsoft.IdentityModel.Protocols/6.35.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", + "path": "microsoft.identitymodel.protocols/6.35.0", + "hashPath": "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512" + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", + "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", + "hashPath": "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512" + }, + "Microsoft.IdentityModel.Tokens/6.35.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==", + "path": "microsoft.identitymodel.tokens/6.35.0", + "hashPath": "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512" + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", + "path": "microsoft.netcore.platforms/1.1.0", + "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" + }, + "Microsoft.NETCore.Targets/1.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", + "path": "microsoft.netcore.targets/1.1.0", + "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" + }, + "Microsoft.SqlServer.Server/1.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-N4KeF3cpcm1PUHym1RmakkzfkEv3GRMyofVv40uXsQhCQeglr2OHNcUk2WOG51AKpGO8ynGpo9M/kFXSzghwug==", + "path": "microsoft.sqlserver.server/1.0.0", + "hashPath": "microsoft.sqlserver.server.1.0.0.nupkg.sha512" + }, + "Microsoft.SqlServer.Types/160.1000.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-4kk+rz5vnIPr9ENzm8KttUbhBKftv0uHSSFDVjc5OuKPtRP5q0lDbYUy5ZsoYCAG3RrZdJoxPnWN2JNozZAiGA==", + "path": "microsoft.sqlserver.types/160.1000.6", + "hashPath": "microsoft.sqlserver.types.160.1000.6.nupkg.sha512" + }, + "MySqlConnector/2.3.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-AmEfUPkFl+Ev6jJ8Dhns3CYHBfD12RHzGYWuLt6DfG6/af6YvOMyPz74ZPPjBYQGRJkumD2Z48Kqm8s5DJuhLA==", + "path": "mysqlconnector/2.3.5", + "hashPath": "mysqlconnector.2.3.5.nupkg.sha512" + }, + "NetTopologySuite/2.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-5/+2O2ADomEdUn09mlSigACdqvAf0m/pVPGtIPEPQWnyrVykYY0NlfXLIdkMgi41kvH9kNrPqYaFBTZtHYH7Xw==", + "path": "nettopologysuite/2.5.0", + "hashPath": "nettopologysuite.2.5.0.nupkg.sha512" + }, + "NetTopologySuite.IO.SpatiaLite/2.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-nT8ep51zgrTPEtRG+Cxeoi585uFlzmCmJz+xl35ima1xWCk4KuRuLtCEswy8RQkApmeaawAAfsTsa83sgmT4xw==", + "path": "nettopologysuite.io.spatialite/2.0.0", + "hashPath": "nettopologysuite.io.spatialite.2.0.0.nupkg.sha512" + }, + "NetTopologySuite.IO.SqlServerBytes/2.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-R4BcV19f2l6EjHSjh/EHwLhYQHrOov9vig1EW5oBm0iqlZOgaIJm5tBnlbFnYlvdYOPuf5p0Qtf8PCVwH77Wbg==", + "path": "nettopologysuite.io.sqlserverbytes/2.1.0", + "hashPath": "nettopologysuite.io.sqlserverbytes.2.1.0.nupkg.sha512" + }, + "Npgsql/8.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-6WEmzsQJCZAlUG1pThKg/RmeF6V+I0DmBBBE/8YzpRtEzhyZzKcK7ulMANDm5CkxrALBEC8H+5plxHWtIL7xnA==", + "path": "npgsql/8.0.3", + "hashPath": "npgsql.8.0.3.nupkg.sha512" + }, + "Npgsql.EntityFrameworkCore.PostgreSQL/8.0.4": { + "type": "package", + "serviceable": true, + "sha512": "sha512-/hHd9MqTRVDgIpsToCcxMDxZqla0HAQACiITkq1+L9J2hmHKV6lBAPlauF+dlNSfHpus7rrljWx4nAanKD6qAw==", + "path": "npgsql.entityframeworkcore.postgresql/8.0.4", + "hashPath": "npgsql.entityframeworkcore.postgresql.8.0.4.nupkg.sha512" + }, + "Pomelo.EntityFrameworkCore.MySql/8.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-XjnlcxVBLnEMbyEc5cZzgZeDyLvAniACZQ04W1slWN0f4rmfNzl98gEMvHnFH0fMDF06z9MmgGi/Sr7hJ+BVnw==", + "path": "pomelo.entityframeworkcore.mysql/8.0.2", + "hashPath": "pomelo.entityframeworkcore.mysql.8.0.2.nupkg.sha512" + }, "Scrutor/4.2.0": { "type": "package", "serviceable": true, @@ -303,12 +1295,47 @@ "path": "scrutor/4.2.0", "hashPath": "scrutor.4.2.0.nupkg.sha512" }, - "System.Buffers/4.5.1": { + "SQLitePCLRaw.core/2.1.6": { + "type": "package", + "serviceable": true, + "sha512": "sha512-wO6v9GeMx9CUngAet8hbO7xdm+M42p1XeJq47ogyRoYSvNSp0NGLI+MgC0bhrMk9C17MTVFlLiN6ylyExLCc5w==", + "path": "sqlitepclraw.core/2.1.6", + "hashPath": "sqlitepclraw.core.2.1.6.nupkg.sha512" + }, + "System.ClientModel/1.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-I3CVkvxeqFYjIVEP59DnjbeoGNfo/+SZrCLpRz2v/g0gpCHaEMPtWSY0s9k/7jR1rAsLNg2z2u1JRB76tPjnIw==", + "path": "system.clientmodel/1.0.0", + "hashPath": "system.clientmodel.1.0.0.nupkg.sha512" + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==", + "path": "system.configuration.configurationmanager/8.0.0", + "hashPath": "system.configuration.configurationmanager.8.0.0.nupkg.sha512" + }, + "System.Diagnostics.DiagnosticSource/6.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", - "path": "system.buffers/4.5.1", - "hashPath": "system.buffers.4.5.1.nupkg.sha512" + "sha512": "sha512-KiLYDu2k2J82Q9BJpWiuQqCkFjRBWVq4jDzKKWawVi9KWzyD0XG3cmfX0vqTQlL14Wi9EufJrbL0+KCLTbqWiQ==", + "path": "system.diagnostics.diagnosticsource/6.0.1", + "hashPath": "system.diagnostics.diagnosticsource.6.0.1.nupkg.sha512" + }, + "System.Diagnostics.EventLog/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-fdYxcRjQqTTacKId/2IECojlDSFvp7LP5N78+0z/xH7v/Tuw5ZAxu23Y6PTCRinqyu2ePx+Gn1098NC6jM6d+A==", + "path": "system.diagnostics.eventlog/8.0.0", + "hashPath": "system.diagnostics.eventlog.8.0.0.nupkg.sha512" + }, + "System.IdentityModel.Tokens.Jwt/6.35.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yxGIQd3BFK7F6S62/7RdZk3C/mfwyVxvh6ngd1VYMBmbJ1YZZA9+Ku6suylVtso0FjI0wbElpJ0d27CdsyLpBQ==", + "path": "system.identitymodel.tokens.jwt/6.35.0", + "hashPath": "system.identitymodel.tokens.jwt.6.35.0.nupkg.sha512" }, "System.Memory/4.5.4": { "type": "package", @@ -317,6 +1344,34 @@ "path": "system.memory/4.5.4", "hashPath": "system.memory.4.5.4.nupkg.sha512" }, + "System.Memory.Data/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==", + "path": "system.memory.data/1.0.2", + "hashPath": "system.memory.data.1.0.2.nupkg.sha512" + }, + "System.Numerics.Vectors/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", + "path": "system.numerics.vectors/4.5.0", + "hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512" + }, + "System.Runtime/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", + "path": "system.runtime/4.3.0", + "hashPath": "system.runtime.4.3.0.nupkg.sha512" + }, + "System.Runtime.Caching/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-4TmlmvGp4kzZomm7J2HJn6IIx0UUrQyhBDyb5O1XiunZlQImXW+B8b7W/sTPcXhSf9rp5NR5aDtQllwbB5elOQ==", + "path": "system.runtime.caching/8.0.0", + "hashPath": "system.runtime.caching.8.0.0.nupkg.sha512" + }, "System.Runtime.CompilerServices.Unsafe/6.0.0": { "type": "package", "serviceable": true, @@ -324,19 +1379,47 @@ "path": "system.runtime.compilerservices.unsafe/6.0.0", "hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512" }, - "System.Text.Encodings.Web/6.0.0": { + "System.Security.Cryptography.Cng/4.5.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-WG3r7EyjUe9CMPFSs6bty5doUqT+q9pbI80hlNzo2SkPkZ4VTuZkGWjpp77JB8+uaL4DFPRdBsAY+DX3dBK92A==", + "path": "system.security.cryptography.cng/4.5.0", + "hashPath": "system.security.cryptography.cng.4.5.0.nupkg.sha512" + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==", + "path": "system.security.cryptography.protecteddata/8.0.0", + "hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512" + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", + "path": "system.text.encoding/4.3.0", + "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==", + "path": "system.text.encodings.web/8.0.0", + "hashPath": "system.text.encodings.web.8.0.0.nupkg.sha512" + }, + "System.Text.Json/8.0.4": { "type": "package", "serviceable": true, - "sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==", - "path": "system.text.encodings.web/6.0.0", - "hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512" + "sha512": "sha512-bAkhgDJ88XTsqczoxEMliSrpijKZHhbJQldhAmObj/RbrN3sU5dcokuXmWJWsdQAhiMJ9bTayWsL1C9fbbCRhw==", + "path": "system.text.json/8.0.4", + "hashPath": "system.text.json.8.0.4.nupkg.sha512" }, - "System.Text.Json/6.0.0": { + "System.Threading.Tasks.Extensions/4.5.4": { "type": "package", "serviceable": true, - "sha512": "sha512-zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==", - "path": "system.text.json/6.0.0", - "hashPath": "system.text.json.6.0.0.nupkg.sha512" + "sha512": "sha512-zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", + "path": "system.threading.tasks.extensions/4.5.4", + "hashPath": "system.threading.tasks.extensions.4.5.4.nupkg.sha512" } } } \ No newline at end of file diff --git a/GenericRepository/bin/Debug/net8.0/GenericRepository.dll b/GenericRepository/bin/Debug/net8.0/GenericRepository.dll index c498cbc..a98a5f9 100644 Binary files a/GenericRepository/bin/Debug/net8.0/GenericRepository.dll and b/GenericRepository/bin/Debug/net8.0/GenericRepository.dll differ diff --git a/GenericRepository/bin/Debug/net8.0/GenericRepository.pdb b/GenericRepository/bin/Debug/net8.0/GenericRepository.pdb index 55a3b1e..a64ec0b 100644 Binary files a/GenericRepository/bin/Debug/net8.0/GenericRepository.pdb and b/GenericRepository/bin/Debug/net8.0/GenericRepository.pdb differ diff --git a/GenericRepository/obj/Debug/net8.0/GenericRepository.AssemblyInfo.cs b/GenericRepository/obj/Debug/net8.0/GenericRepository.AssemblyInfo.cs index 1516920..08aef8c 100644 --- a/GenericRepository/obj/Debug/net8.0/GenericRepository.AssemblyInfo.cs +++ b/GenericRepository/obj/Debug/net8.0/GenericRepository.AssemblyInfo.cs @@ -13,7 +13,7 @@ [assembly: System.Reflection.AssemblyCompanyAttribute("GenericRepository")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ed492562eb679f2f0c779228516e345e29cb3f29")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+f0ddcf1dcaf2006e1e2ea5ee5ce4ce8bcc4f3561")] [assembly: System.Reflection.AssemblyProductAttribute("GenericRepository")] [assembly: System.Reflection.AssemblyTitleAttribute("GenericRepository")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/GenericRepository/obj/Debug/net8.0/GenericRepository.AssemblyInfoInputs.cache b/GenericRepository/obj/Debug/net8.0/GenericRepository.AssemblyInfoInputs.cache index 49c0ec1..9768737 100644 --- a/GenericRepository/obj/Debug/net8.0/GenericRepository.AssemblyInfoInputs.cache +++ b/GenericRepository/obj/Debug/net8.0/GenericRepository.AssemblyInfoInputs.cache @@ -1 +1 @@ -1ba37cefcf2695ab6bf9d4d4e6749a227f12e706058707945f9f17a7696e336c +4a11ee5478ad7b39ea8c92a79ba06300eae837620e1520636184dca22b04c1bc diff --git a/GenericRepository/obj/Debug/net8.0/GenericRepository.csproj.CoreCompileInputs.cache b/GenericRepository/obj/Debug/net8.0/GenericRepository.csproj.CoreCompileInputs.cache index 9f952ce..3e3d3c5 100644 --- a/GenericRepository/obj/Debug/net8.0/GenericRepository.csproj.CoreCompileInputs.cache +++ b/GenericRepository/obj/Debug/net8.0/GenericRepository.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -0533f50db37c70d3960c3dc0cc4e7df8a5611921ac8e7b59b2d8731f891fa387 +e320e1529c061b14341263618932c99864cdc6859de8d93bcfa15756364154a7 diff --git a/GenericRepository/obj/Debug/net8.0/GenericRepository.dll b/GenericRepository/obj/Debug/net8.0/GenericRepository.dll index c498cbc..a98a5f9 100644 Binary files a/GenericRepository/obj/Debug/net8.0/GenericRepository.dll and b/GenericRepository/obj/Debug/net8.0/GenericRepository.dll differ diff --git a/GenericRepository/obj/Debug/net8.0/GenericRepository.pdb b/GenericRepository/obj/Debug/net8.0/GenericRepository.pdb index 55a3b1e..a64ec0b 100644 Binary files a/GenericRepository/obj/Debug/net8.0/GenericRepository.pdb and b/GenericRepository/obj/Debug/net8.0/GenericRepository.pdb differ diff --git a/GenericRepository/obj/Debug/net8.0/GenericRepository.sourcelink.json b/GenericRepository/obj/Debug/net8.0/GenericRepository.sourcelink.json index 1f637b1..cb7b35d 100644 --- a/GenericRepository/obj/Debug/net8.0/GenericRepository.sourcelink.json +++ b/GenericRepository/obj/Debug/net8.0/GenericRepository.sourcelink.json @@ -1 +1 @@ -{"documents":{"/Users/macbook/Projects/Generic Repository/*":"https://raw.githubusercontent.com/Nikoo-Asadnejad/GenericRepository/dc89b2d70f09714087814b4ec5fc6c22a56a217f/*"}} \ No newline at end of file +{"documents":{"/Users/macbook/Projects/Generic Repository/*":"https://raw.githubusercontent.com/Nikoo-Asadnejad/GenericRepository/c9ea29c11a611e048379e66ed6ee97ac21e79fac/*"}} \ No newline at end of file diff --git a/GenericRepository/obj/Debug/net8.0/ref/GenericRepository.dll b/GenericRepository/obj/Debug/net8.0/ref/GenericRepository.dll index 66d028d..6efc960 100644 Binary files a/GenericRepository/obj/Debug/net8.0/ref/GenericRepository.dll and b/GenericRepository/obj/Debug/net8.0/ref/GenericRepository.dll differ diff --git a/GenericRepository/obj/Debug/net8.0/refint/GenericRepository.dll b/GenericRepository/obj/Debug/net8.0/refint/GenericRepository.dll index 66d028d..6efc960 100644 Binary files a/GenericRepository/obj/Debug/net8.0/refint/GenericRepository.dll and b/GenericRepository/obj/Debug/net8.0/refint/GenericRepository.dll differ diff --git a/GenericRepository/obj/rider.project.model.nuget.info b/GenericRepository/obj/rider.project.model.nuget.info index 27f7de1..87d45e0 100644 --- a/GenericRepository/obj/rider.project.model.nuget.info +++ b/GenericRepository/obj/rider.project.model.nuget.info @@ -1 +1 @@ -17274215507619193 \ No newline at end of file +17274215513573840 \ No newline at end of file