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

adapter.interfaces.source

Only two APIs are provided: the IAdapterService and its facade extension method As in the Adapters type. You can chose to use the former service directly instead of the convenience extension method. You don't lose any testability in doing either way, although you do need to pass around the adapter service in one case. ======= Example ======= // Calling code assumes there is a service always setup before invoking. // If there isn't, an InvalidOperationException is thrown automatically. // Use adapter extension method As as needed, i.e. // 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.

Ecosystem
nuget.org
Latest Release
1.1.1301.1418
about 13 years ago
Versions
4
Downloads
31,583 total
Dependent Packages
1
Dependent Repos
2
1.1.1301.1418
Published: about 13 years ago
Registry - Download
1.0.1301.1416
Published: about 13 years ago
Registry - Download
1.0.1212.1016
Published: about 13 years ago
Registry - Download
1.0.1212.616
Published: over 13 years ago
Registry - Download
Links
Registry nuget.org
Source Repository
Homepage Homepage
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:nuget/adapter.interfaces.source
spec
License BSD-3-Clause
First Release over 13 years ago
Last Synced 13 days ago
Keywords
patterns adapter
Repository
Stars 0 on GitHub
Forks 0 on GitHub
Rankings on nuget.org
Overall Top 8.9%
Dependent repos Top 5.1%