TddBuddy.CleanArchitecture.Domain.DotNet
3.1.3
dotnet add package TddBuddy.CleanArchitecture.Domain.DotNet --version 3.1.3
NuGet\Install-Package TddBuddy.CleanArchitecture.Domain.DotNet -Version 3.1.3
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.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TddBuddy.CleanArchitecture.Domain.DotNet" Version="3.1.3" />
<PackageReference Include="TddBuddy.CleanArchitecture.Domain.DotNet" />
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 TddBuddy.CleanArchitecture.Domain.DotNet --version 3.1.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: TddBuddy.CleanArchitecture.Domain.DotNet, 3.1.3"
#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.
#:package TddBuddy.CleanArchitecture.Domain.DotNet@3.1.3
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TddBuddy.CleanArchitecture.Domain.DotNet&version=3.1.3
#tool nuget:?package=TddBuddy.CleanArchitecture.Domain.DotNet&version=3.1.3
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 | 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.
-
- 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,630 | 10/16/2017 |
3.1.2 | 1,190 | 10/16/2017 |
3.1.1 | 1,597 | 10/16/2017 |
3.1.0 | 1,341 | 10/16/2017 |
3.0.0 | 1,721 | 10/10/2017 |
2.5.0 | 1,709 | 10/10/2017 |
2.0.1 | 1,820 | 9/27/2017 |
2.0.0 | 1,720 | 6/13/2017 |
1.0.5 | 2,337 | 5/22/2017 |
1.0.4 | 1,419 | 5/22/2017 |
1.0.3 | 1,400 | 5/19/2017 |
1.0.2 | 1,454 | 5/17/2017 |
1.0.1 | 1,185 | 5/17/2017 |
1.0.0 | 1,645 | 5/17/2017 |
Added IRespondWithResultFreeSuccessOrError to replace IRespondWithNoResultSuccessOrError