TddBuddy.CleanArchitecture.Domain.DotNet
2.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package TddBuddy.CleanArchitecture.Domain.DotNet --version 2.0.0
NuGet\Install-Package TddBuddy.CleanArchitecture.Domain.DotNet -Version 2.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="2.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 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TddBuddy.CleanArchitecture.Domain.DotNet, 2.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=2.0.0 // Install TddBuddy.CleanArchitecture.Domain.DotNet as a Cake Tool #tool nuget:?package=TddBuddy.CleanArchitecture.Domain.DotNet&version=2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
A set interfaces and messages critical to the Clean Architecture
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | 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.
-
- Newtonsoft.Json (>= 10.0.2)
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,391 | 10/16/2017 |
3.1.2 | 966 | 10/16/2017 |
3.1.1 | 1,259 | 10/16/2017 |
3.1.0 | 1,120 | 10/16/2017 |
3.0.0 | 1,282 | 10/10/2017 |
2.5.0 | 1,276 | 10/10/2017 |
2.0.1 | 1,377 | 9/27/2017 |
2.0.0 | 1,381 | 6/13/2017 |
1.0.5 | 1,995 | 5/22/2017 |
1.0.4 | 1,195 | 5/22/2017 |
1.0.3 | 1,171 | 5/19/2017 |
1.0.2 | 1,226 | 5/17/2017 |
1.0.1 | 962 | 5/17/2017 |
1.0.0 | 1,307 | 5/17/2017 |
Changed TOs to Messages. This is a breaking change, hence the 2.0.0 release.