Sign in Sign up
nuget

Adapter.Sdk.Source

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. }

nuget View on Nuget

Activity

Latest release
13y ago
Total releases
4
Cadence
~4 days
Last 12 months
0

Details

First release
Dec 06, 2012
Releases
Version Released
1.1.1301.1418 minor
1.0.1301.1416 patch
1.0.1212.1016 patch
1.0.1212.616 initial