Commons module

Provides a set of tools used in microservices or backend services, and it is designed to facilitate symmetric implementation accross different programming languages.

Packages

The module contains the following packages:

  • Convert - portable value converters
  • Data - data patterns
  • Errors - application errors
  • Reflect - portable reflection utilities

Use

Install the dotnet package as

dotnet add package PipServices4.Commons