pauldeen79.CrossCutting.Data.Core
5.0.5
dotnet add package pauldeen79.CrossCutting.Data.Core --version 5.0.5
NuGet\Install-Package pauldeen79.CrossCutting.Data.Core -Version 5.0.5
<PackageReference Include="pauldeen79.CrossCutting.Data.Core" Version="5.0.5" />
paket add pauldeen79.CrossCutting.Data.Core --version 5.0.5
#r "nuget: pauldeen79.CrossCutting.Data.Core, 5.0.5"
// Install pauldeen79.CrossCutting.Data.Core as a Cake Addin #addin nuget:?package=pauldeen79.CrossCutting.Data.Core&version=5.0.5 // Install pauldeen79.CrossCutting.Data.Core as a Cake Tool #tool nuget:?package=pauldeen79.CrossCutting.Data.Core&version=5.0.5
CrossCutting
Generic utilities and other stuff, usable in any layer of any solution. We're targeting .NET Standard 2.0, so you can even use .NET Framework 4.x if you want to.
This repository consists of the following packages:
Package name | Description |
---|---|
CrossCutting.Common | Provider for system date and user name, some useful extension methods on System.Object and System.String, and the Result class |
CrossCutting.Common.Testing | Helps you test constructors on null checks |
CrossCutting.Data.Abstractions | Abstraction for executing database commands using System.Data namespace (IDbConnection and IDbCommand) |
CrossCutting.Data.Core | Default implementation of database commands |
CrossCutting.Data.Sql | Extension methods for working with database commands in System.Data namespace (IDbConnection) |
CrossCutting.DataTableDumper | Produces flat-text data tables from objects |
CrossCutting.Utilities.ObjectDumper | Produces readable flat-text representation from objects, for use in logging |
CrossCutting.Utilities.Parsers | Parser for pipe-delmited data table strings, TSQL INSERT INTO statements, function strings, math expressions and formattable strings (dynamic interpolated strings) |
System.Data.Stub | Stubs for System.Data interfaces like IDbConnection, IDbCommand and IDataReader |
Using NSubstitute or Moq as mock factory for CrossCutting.Common.Testing
To use NSubstitute as a mock factory for the code in CrossCutting.Common.Testing, create a test helper project within your solution, and add the following code:
public static void ShouldThrowArgumentNullExceptionsInConstructorsOnNullArguments(
this Type type,
Func<ParameterInfo, bool>? parameterPredicate = null,
Func<ParameterInfo, object?>? parameterReplaceDelegate = null,
Func<ConstructorInfo, bool>? constructorPredicate = null)
=> ShouldThrowArgumentNullExceptionsInConstructorsOnNullArguments(
type,
t => t.CreateInstance(parameterType => Substitute.For(new[] { parameterType }, Array.Empty<object>()), parameterReplaceDelegate, constructorPredicate),
parameterPredicate,
parameterReplaceDelegate,
constructorPredicate);
You can easily replace NSubstitute with Moq, if you want, by changing the factory delegate argument to this:
t => t.CreateInstance(parameterType => ((Mock)Activator.CreateInstance(typeof(Mock<>).MakeGenericType(parameterType))).Object, parameterReplaceDelegate, constructorPredicate),
Upgrade from 2.x to 3.0
There has been a breaking change in the Result class, which lead to a new major version. To port the old code, you can fix most errors by replace this:
Result<([^>]+)>\.([^(]+)\(
With this:
Result.$2<$1>(
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.2)
- pauldeen79.CrossCutting.Common (>= 3.13.0)
- pauldeen79.CrossCutting.Data.Abstractions (>= 4.0.1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on pauldeen79.CrossCutting.Data.Core:
Package | Downloads |
---|---|
pauldeen79.CrossCutting.Data.Sql
Package Description |
|
pauldeen79.QueryFramework.InMemory
Package Description |
|
pauldeen79.QueryFramework.SqlServer
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.0.5 | 197 | 10/29/2024 |
5.0.4 | 214 | 10/18/2024 |
5.0.3 | 255 | 9/21/2024 |
5.0.2 | 250 | 9/11/2024 |
5.0.1 | 468 | 5/9/2024 |
5.0.0 | 298 | 5/5/2024 |
4.1.1 | 331 | 5/3/2024 |
4.1.0 | 278 | 4/27/2024 |
4.0.0 | 321 | 4/24/2024 |
3.9.0 | 265 | 4/16/2024 |
3.8.0 | 167 | 4/5/2024 |
3.7.0 | 410 | 3/22/2024 |
3.6.0 | 155 | 3/21/2024 |
3.5.0 | 287 | 3/15/2024 |
3.4.0 | 297 | 3/14/2024 |
3.3.0 | 742 | 11/24/2023 |
3.2.0 | 309 | 11/19/2023 |
3.0.0 | 196 | 10/21/2023 |
2.10.0 | 438 | 9/13/2023 |
2.9.0 | 220 | 9/9/2023 |
2.8.0 | 203 | 9/9/2023 |
2.7.59 | 201 | 9/8/2023 |
2.7.58 | 190 | 9/6/2023 |
2.7.57 | 233 | 8/31/2023 |
2.7.56 | 207 | 8/30/2023 |
2.7.55 | 485 | 5/15/2023 |
2.7.54 | 215 | 5/15/2023 |
2.7.53 | 736 | 5/8/2023 |
2.7.52 | 241 | 5/6/2023 |
2.7.51 | 227 | 5/5/2023 |
2.7.50 | 230 | 5/2/2023 |
2.7.49 | 221 | 5/2/2023 |
2.7.48 | 216 | 5/2/2023 |
2.7.47 | 238 | 5/2/2023 |
2.7.46 | 222 | 5/2/2023 |
2.7.45 | 240 | 5/2/2023 |
2.7.44 | 224 | 5/2/2023 |
2.7.43 | 227 | 5/2/2023 |
2.7.42 | 248 | 5/1/2023 |
2.7.41 | 264 | 5/1/2023 |
2.7.40 | 286 | 4/28/2023 |
2.7.39 | 246 | 4/27/2023 |
2.7.38 | 242 | 4/27/2023 |
2.7.37 | 290 | 4/26/2023 |
2.7.36 | 295 | 4/24/2023 |
2.7.35 | 356 | 4/22/2023 |
2.7.34 | 313 | 4/20/2023 |
2.7.33 | 303 | 4/17/2023 |
2.7.32 | 315 | 4/17/2023 |
2.7.31 | 295 | 4/16/2023 |
2.7.30 | 378 | 4/10/2023 |
2.7.29 | 303 | 4/10/2023 |
2.7.28 | 293 | 4/9/2023 |
2.7.27 | 303 | 4/9/2023 |
2.7.26 | 296 | 4/7/2023 |
2.7.25 | 666 | 10/14/2022 |
2.7.24 | 676 | 10/14/2022 |
2.7.23 | 671 | 9/20/2022 |
2.7.22 | 662 | 8/28/2022 |
2.7.21 | 648 | 8/26/2022 |
2.7.20 | 666 | 8/26/2022 |
2.7.19 | 702 | 8/24/2022 |
2.7.18 | 1,457 | 8/15/2022 |
2.7.17 | 734 | 7/1/2022 |
2.7.16 | 716 | 6/30/2022 |
2.7.15 | 701 | 6/29/2022 |
2.7.14 | 742 | 6/29/2022 |
2.7.13 | 718 | 6/26/2022 |
2.7.12 | 691 | 6/24/2022 |
2.7.11 | 684 | 6/24/2022 |
2.7.10 | 695 | 6/17/2022 |
2.7.9 | 724 | 6/16/2022 |
2.7.8 | 742 | 6/8/2022 |
2.7.7 | 1,511 | 5/27/2022 |
2.7.6 | 11,834 | 2/27/2022 |
2.7.5 | 1,663 | 2/24/2022 |
2.7.4 | 5,978 | 1/31/2022 |
2.7.3 | 711 | 12/22/2021 |
2.7.2 | 894 | 12/18/2021 |
2.7.1 | 667 | 12/17/2021 |
2.7.0 | 682 | 12/16/2021 |
2.6.2 | 1,329 | 12/9/2021 |
2.6.1 | 602 | 11/30/2021 |
2.6.0 | 562 | 11/28/2021 |
2.5.3 | 574 | 11/27/2021 |
2.5.2 | 2,440 | 11/26/2021 |
2.5.0 | 2,576 | 11/26/2021 |
2.4.2 | 3,467 | 11/25/2021 |
2.4.1 | 2,886 | 11/25/2021 |
2.4.0 | 776 | 11/23/2021 |
2.3.0 | 450 | 11/22/2021 |
2.2.5 | 1,625 | 11/20/2021 |
2.2.4 | 1,075 | 11/19/2021 |
2.2.3 | 598 | 11/18/2021 |
2.2.2 | 655 | 11/18/2021 |
2.2.1 | 449 | 11/17/2021 |
2.2.0 | 556 | 11/14/2021 |
2.1.1 | 539 | 11/7/2021 |
2.1.0 | 615 | 11/1/2021 |
2.0.3 | 525 | 10/31/2021 |
2.0.2 | 405 | 10/31/2021 |
2.0.1 | 394 | 10/31/2021 |
2.0.0 | 390 | 10/31/2021 |
1.2.1 | 446 | 10/30/2021 |
1.2.0 | 382 | 10/27/2021 |
1.1.0 | 648 | 9/17/2021 |
1.0.12 | 399 | 9/16/2021 |