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.
Activity
- Latest release
- 13y ago
- Total releases
- 4
- Cadence
- ~4 days
- Last 12 months
- 0
Details
- First release
- Dec 06, 2012
| Version | Released | |
|---|---|---|
1.1.1301.1418
minor
|
1.1.1301.1418
minor
Dependencies (2)
|
|
1.0.1301.1416
patch
|
1.0.1301.1416
patch
Dependencies (2)
|
|
1.0.1212.1016
patch
|
1.0.1212.1016
patch
Dependencies (2)
|
|
1.0.1212.616
initial
|
1.0.1212.616
initial
Dependencies (2)
|