Valco.Common.Core.Contracts 2.0.1

dotnet add package Valco.Common.Core.Contracts --version 2.0.1
NuGet\Install-Package Valco.Common.Core.Contracts -Version 2.0.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="Valco.Common.Core.Contracts" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Valco.Common.Core.Contracts --version 2.0.1
#r "nuget: Valco.Common.Core.Contracts, 2.0.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.
// Install Valco.Common.Core.Contracts as a Cake Addin
#addin nuget:?package=Valco.Common.Core.Contracts&version=2.0.1

// Install Valco.Common.Core.Contracts as a Cake Tool
#tool nuget:?package=Valco.Common.Core.Contracts&version=2.0.1

Common Models

.net framework 4.5+: NuGet license

.net core: NuGet license

Common.Models is a free library with common classes for Data layer in microservices. It contains common init classes for repositories and unit of work. Also common base classes for db entities.

UPD: .net core lib doesn't contain repo interfaces anymore. DbContext in ef core = UoW.

Common Contracts

.net framework 4.5+: NuGet license .net core: NuGet license

Common.Contracts is a free library with common classes for Contracts layer in microservices. It contains abstract request and response classes for building structured service. Also this library contains common interface for all microservices with common method(ServiceInfo) model which should be provided by all services.

Common Contracts for WCF

.net framework 4.5+: NuGet license

Common.Contracts.WCF is a free library with common classes for Contracts layer in microservices for realization by WCF.

Common WebApi helpers

.net framework 4.5+: NuGet license

Common.WebApi is a free library with helpers for converting ServiceResponse to proper HTTP status, common library for logging all requests and responses.

For registration logger for all REST requests and responses add next code to App_Start/WebApiConfig.cs to Register method

// Custom log handler for every REST request
config.MessageHandlers.Add(new CustomLogHandler());
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

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
2.0.1 510 1/19/2022
1.2.0 2,711 1/2/2019
1.1.2 759 9/23/2018
1.1.1 837 9/6/2018
1.0.2 782 7/25/2018
1.0.1 951 5/5/2018
1.0.0 905 5/3/2018