TddBuddy.CleanArchitecture.Domain.DotNet 3.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package TddBuddy.CleanArchitecture.Domain.DotNet --version 3.0.0
NuGet\Install-Package TddBuddy.CleanArchitecture.Domain.DotNet -Version 3.0.0
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="TddBuddy.CleanArchitecture.Domain.DotNet" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TddBuddy.CleanArchitecture.Domain.DotNet --version 3.0.0
#r "nuget: TddBuddy.CleanArchitecture.Domain.DotNet, 3.0.0"
#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.
// Install TddBuddy.CleanArchitecture.Domain.DotNet as a Cake Addin
#addin nuget:?package=TddBuddy.CleanArchitecture.Domain.DotNet&version=3.0.0

// Install TddBuddy.CleanArchitecture.Domain.DotNet as a Cake Tool
#tool nuget:?package=TddBuddy.CleanArchitecture.Domain.DotNet&version=3.0.0

A set interfaces and messages critical to the Clean Architecture

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  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.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on TddBuddy.CleanArchitecture.Domain.DotNet:

Package Downloads
TddBuddy.CleanArchitecture.DotNet

A set of .net utilities to make it simple to implement the clean architecture. Mainly file, error and JSON object presenters.

TddBuddy.Synchronous.Process.Runner

A simple framework for synchronously running processes from inside C#. E.g run node to invoke a script that renders a docx report.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.3 1,325 10/16/2017
3.1.2 929 10/16/2017
3.1.1 1,211 10/16/2017
3.1.0 1,080 10/16/2017
3.0.0 1,249 10/10/2017
2.5.0 1,247 10/10/2017
2.0.1 1,330 9/27/2017
2.0.0 1,340 6/13/2017
1.0.5 1,902 5/22/2017
1.0.4 1,154 5/22/2017
1.0.3 1,126 5/19/2017
1.0.2 1,184 5/17/2017
1.0.1 930 5/17/2017
1.0.0 1,262 5/17/2017

Added IResultFreeAction and IResultFreeActionAsync interfaces