CoreDdd.AspNet 3.2.1

dotnet add package CoreDdd.AspNet --version 3.2.1
                    
NuGet\Install-Package CoreDdd.AspNet -Version 3.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="CoreDdd.AspNet" Version="3.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CoreDdd.AspNet" Version="3.2.1" />
                    
Directory.Packages.props
<PackageReference Include="CoreDdd.AspNet" />
                    
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 CoreDdd.AspNet --version 3.2.1
                    
#r "nuget: CoreDdd.AspNet, 3.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=CoreDdd.AspNet&version=3.2.1
                    
Install CoreDdd.AspNet as a Cake Addin
#tool nuget:?package=CoreDdd.AspNet&version=3.2.1
                    
Install CoreDdd.AspNet as a Cake Tool

ASP.NET unit of work modules for CoreDdd library

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 is compatible.  net452 was computed.  net46 was computed.  net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

  • .NETFramework 4.5.1

  • .NETFramework 4.6.1

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2.1 726 3/25/2020
3.2.0 1,057 11/29/2018
3.1.0 736 11/28/2018
3.0.36 756 11/6/2018
3.0.34 842 10/22/2018
3.0.33 781 10/17/2018
3.0.32 810 10/3/2018
3.0.31 847 9/11/2018
3.0.30 826 9/11/2018
3.0.29 868 9/6/2018
3.0.28 835 9/4/2018
3.0.27 824 8/27/2018
3.0.26 843 8/22/2018

Bug fix:  
#16 ASP.NET: Raising delayed domain events on application_endrequest where domain event handler throws an exception - raising delayed domain events after the commit try/catch block