Referenced by microservice public-facing interfaces. Provides common
facilities that are needed to define a service's contract. Part of the
Microdot framework.
Interface abstractions used by various Microdot components, seperated from
their implementations to allow easy unit testing with mocks (see
Gigya.Microdot.Fakes). Part of the Microdot Framework.
A configuration system based on a hierarchy of XML files, the values of
which are accessed using strongly-typed configuration objects. Supports
modification of the files on live service, environment variable substitution,
encryption and collections. Part of the Microdot framework.