CodeChange.Toolkit.Domain 1.2.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package CodeChange.Toolkit.Domain --version 1.2.1
                    
NuGet\Install-Package CodeChange.Toolkit.Domain -Version 1.2.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CodeChange.Toolkit.Domain" Version="1.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CodeChange.Toolkit.Domain" Version="1.2.1" />
                    
Directory.Packages.props
<PackageReference Include="CodeChange.Toolkit.Domain" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CodeChange.Toolkit.Domain --version 1.2.1
                    
#r "nuget: CodeChange.Toolkit.Domain, 1.2.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=CodeChange.Toolkit.Domain&version=1.2.1
                    
Install CodeChange.Toolkit.Domain as a Cake Addin
#tool nuget:?package=CodeChange.Toolkit.Domain&version=1.2.1
                    
Install CodeChange.Toolkit.Domain as a Cake Tool

A library containing domain interfaces, base classes and tools for Domain Driven Design (DDD) projects.

Product 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on CodeChange.Toolkit.Domain:

Package Downloads
CodeChange.Toolkit.EF6

A library containing domain interfaces, base classes and tools for Entity Framework 6 implementations.

CodeChange.Toolkit.Autofac

A library containing Autofac tools and interface implementations.

CodeChange.Toolkit.Azure

A library containing Azure tools and interface implementations.

CodeChange.Toolkit.EntityFrameworkCore

A library containing Entity Framework Core tools, base classes and interface implementations.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.4.1 311 10/3/2023
5.4.0 172 9/20/2023
5.3.0 582 5/5/2023
5.2.0 858 12/13/2022
5.1.1 883 8/16/2022
5.1.0 759 6/9/2022
5.0.0 1,209 5/25/2022
4.4.0 541 2/7/2022
4.3.0 729 7/1/2021
4.2.0 388 5/11/2021
4.1.0 392 5/11/2021
4.0.1 426 5/9/2021
4.0.0 948 5/8/2021
3.0.0 1,273 3/15/2021
2.3.1 881 1/11/2021
2.3.0 1,243 12/3/2020
2.2.0 5,557 2/19/2020
2.1.2 897 2/13/2020
2.1.0 567 2/13/2020
1.4.0 1,752 1/27/2020
1.3.11 6,281 9/4/2019
1.3.10 642 8/28/2019
1.3.9 670 8/6/2019
1.3.8 708 7/5/2019
1.3.7 1,337 7/3/2019
1.3.6 844 4/25/2019
1.3.5 683 4/24/2019
1.3.4 665 4/24/2019
1.3.3 695 4/23/2019
1.3.2 669 4/3/2019
1.3.1 645 4/1/2019
1.3.0 649 3/28/2019
1.2.2 866 1/17/2019
1.2.1 774 1/16/2019
1.2.0 1,641 11/15/2018
1.1.0 1,153 11/14/2018
1.0.0 1,593 11/14/2018

Added EntityNotFoundException to replace KeyNotFoundException in repositories.