Adapter Pattern - SDK (Source Code) NuGet Package

The only contract provided by this assembly is the IAdapter interface.

This is the interface that
the adapter service implementation interacts with. As such, the SDK does not have any other
external dependencies, since it's the adapter service that consumes this interface.

The client-facing
code does not need to know about adapters either.

======= Example =======
public class ProjectToMsBuildAdapter : IAdapter<IProject, IMSBuildProject>
{
// Implement actual conversion.
}.




Got any Adapter Pattern - SDK (Source Code) Question?





Info

Version: 1.1.1301.1418
Author(s): Daniel Cazzulino
Last Update: Monday, January 14, 2013
.NET Fiddle: Create the first Fiddle
Project Url: https://github.org/clariuslabs/adapter
NuGet Url: https://www.nuget.org/packages/Adapter.Sdk.Source


Install
Install-Package Adapter.Sdk.Source
dotnet add package Adapter.Sdk.Source
paket add Adapter.Sdk.Source
Adapter.Sdk.Source Download (Unzip the "nupkg" after downloading)

1 package depend on this package.


Tags



STATS

must-have-score

.5

avg-downloads-per-day

1

days-since-last-release

4110