Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 5.2% dependent repos on nuget.org

nuget.org : adapter.source

The provided adapter pattern allows to convert any object to any other supported type, as provided by the registered adapters. This package is a convenience grouping of all three separate pieces, for cases where you want to deploy all of them in a single project. ======= Example ======= IProject project = GetCurrentProject(); // say we need to use it as an MSBuild project, if possible IMSBuildProject msbuild = project.As<IMSBuildProject>(); if (msbuild != null) // do MSBuild stuff with it. ======= Adapters ======= public class ProjectToMsBuildAdapter : IAdapter<IProject, IMSBuildProject> { // Implement actual conversion. } The conversion behavior is now decoupled from the usage.

Registry - Homepage - JSON
purl: pkg:nuget/adapter.source
Keywords: patterns, adapter
License:
Latest release: over 11 years ago
First release: over 11 years ago
Dependent packages: 1
Dependent repositories: 2
Downloads: 7,761 total
Last synced: 8 days ago

    Loading...
    Readme
    Loading...