From d99ac7abea4b8475ebc32c563f79fc6c5947e4b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lengyel=20J=C3=A1nos=20Zolt=C3=A1n?= Date: Wed, 20 Nov 2024 12:35:22 +0100 Subject: [PATCH] deps --- EtLast.AdoNet.MsSql/EtLast.AdoNet.MsSql.csproj | 2 +- .../EtLast.AdoNet.PostgreSql.csproj | 2 +- EtLast.AdoNet/EtLast.AdoNet.csproj | 2 +- EtLast/EtLast.csproj | 2 +- .../WriteToStructuredBinaryTableMutator.cs | 2 +- Samples/Sample.Etl.Host/Sample.Etl.Host.csproj | 8 ++++---- Samples/Sample.Etl.Modules/Sample.Etl.Modules.csproj | 12 ++++++------ Tests/EtLast.Tests.EPPlus/EtLast.Tests.EPPlus.csproj | 2 +- .../EtLast.Tests.Integration.AdoNetTests.csproj | 2 +- Tests/EtLast.Tests.Unit/EtLast.Tests.Unit.csproj | 2 +- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/EtLast.AdoNet.MsSql/EtLast.AdoNet.MsSql.csproj b/EtLast.AdoNet.MsSql/EtLast.AdoNet.MsSql.csproj index 24752703..1bb03eb2 100644 --- a/EtLast.AdoNet.MsSql/EtLast.AdoNet.MsSql.csproj +++ b/EtLast.AdoNet.MsSql/EtLast.AdoNet.MsSql.csproj @@ -16,7 +16,7 @@ - + all diff --git a/EtLast.AdoNet.PostgreSql/EtLast.AdoNet.PostgreSql.csproj b/EtLast.AdoNet.PostgreSql/EtLast.AdoNet.PostgreSql.csproj index 19c7394c..f019850e 100644 --- a/EtLast.AdoNet.PostgreSql/EtLast.AdoNet.PostgreSql.csproj +++ b/EtLast.AdoNet.PostgreSql/EtLast.AdoNet.PostgreSql.csproj @@ -16,7 +16,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/EtLast.AdoNet/EtLast.AdoNet.csproj b/EtLast.AdoNet/EtLast.AdoNet.csproj index 0ae7488d..78b97de1 100644 --- a/EtLast.AdoNet/EtLast.AdoNet.csproj +++ b/EtLast.AdoNet/EtLast.AdoNet.csproj @@ -16,7 +16,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/EtLast/EtLast.csproj b/EtLast/EtLast.csproj index 8c81b0c7..7c630fe2 100644 --- a/EtLast/EtLast.csproj +++ b/EtLast/EtLast.csproj @@ -16,7 +16,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/EtLast/Processes/StructuredBinaryTable/WriteToStructuredBinaryTableMutator.cs b/EtLast/Processes/StructuredBinaryTable/WriteToStructuredBinaryTableMutator.cs index d8a87069..18a13531 100644 --- a/EtLast/Processes/StructuredBinaryTable/WriteToStructuredBinaryTableMutator.cs +++ b/EtLast/Processes/StructuredBinaryTable/WriteToStructuredBinaryTableMutator.cs @@ -9,7 +9,7 @@ public sealed class WriteToStructuredBinaryTableMutator : AbstractMutator, IRowS [ProcessParameterMustHaveValue] public required Func> DynamicColumns { get; init; } /// - /// Default value is 10000 + /// Default value is 10 MB. /// public int BufferSizeBytes { get; init; } = 1024 * 1024 * 10; diff --git a/Samples/Sample.Etl.Host/Sample.Etl.Host.csproj b/Samples/Sample.Etl.Host/Sample.Etl.Host.csproj index 3eefd19e..b4d1afb8 100644 --- a/Samples/Sample.Etl.Host/Sample.Etl.Host.csproj +++ b/Samples/Sample.Etl.Host/Sample.Etl.Host.csproj @@ -10,10 +10,10 @@ - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Samples/Sample.Etl.Modules/Sample.Etl.Modules.csproj b/Samples/Sample.Etl.Modules/Sample.Etl.Modules.csproj index cf3fe810..f7b50641 100644 --- a/Samples/Sample.Etl.Modules/Sample.Etl.Modules.csproj +++ b/Samples/Sample.Etl.Modules/Sample.Etl.Modules.csproj @@ -12,12 +12,12 @@ - - - - - - + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Tests/EtLast.Tests.EPPlus/EtLast.Tests.EPPlus.csproj b/Tests/EtLast.Tests.EPPlus/EtLast.Tests.EPPlus.csproj index 5fbef284..7f4b5046 100644 --- a/Tests/EtLast.Tests.EPPlus/EtLast.Tests.EPPlus.csproj +++ b/Tests/EtLast.Tests.EPPlus/EtLast.Tests.EPPlus.csproj @@ -8,7 +8,7 @@ - + diff --git a/Tests/EtLast.Tests.Integration.AdoNetTests/EtLast.Tests.Integration.AdoNetTests.csproj b/Tests/EtLast.Tests.Integration.AdoNetTests/EtLast.Tests.Integration.AdoNetTests.csproj index 5c266f87..6e23dab9 100644 --- a/Tests/EtLast.Tests.Integration.AdoNetTests/EtLast.Tests.Integration.AdoNetTests.csproj +++ b/Tests/EtLast.Tests.Integration.AdoNetTests/EtLast.Tests.Integration.AdoNetTests.csproj @@ -17,7 +17,7 @@ - + diff --git a/Tests/EtLast.Tests.Unit/EtLast.Tests.Unit.csproj b/Tests/EtLast.Tests.Unit/EtLast.Tests.Unit.csproj index 53346b80..60744b63 100644 --- a/Tests/EtLast.Tests.Unit/EtLast.Tests.Unit.csproj +++ b/Tests/EtLast.Tests.Unit/EtLast.Tests.Unit.csproj @@ -8,7 +8,7 @@ - +