clarius - Adapter.Interfaces 1.1.1301.1418

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.

PM> Install-Package Adapter.Interfaces -Version 1.1.1301.1418 -Source https://www.myget.org/F/clarius/api/v3/index.json

Copy to clipboard

> nuget.exe install Adapter.Interfaces -Version 1.1.1301.1418 -Source https://www.myget.org/F/clarius/api/v3/index.json

Copy to clipboard

> dotnet add package Adapter.Interfaces --version 1.1.1301.1418 --source https://www.myget.org/F/clarius/api/v3/index.json

Copy to clipboard
<PackageReference Include="Adapter.Interfaces" Version="1.1.1301.1418" />
Copy to clipboard
source https://www.myget.org/F/clarius/api/v3/index.json

nuget Adapter.Interfaces  ~> 1.1.1301.1418
Copy to clipboard

> choco install Adapter.Interfaces --version 1.1.1301.1418 --source https://www.myget.org/F/clarius/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "clarius" -SourceLocation "https://www.myget.org/F/clarius/api/v2"
Install-Module -Name "Adapter.Interfaces" -RequiredVersion "1.1.1301.1418" -Repository "clarius" 
Copy to clipboard

v1.1

  • Additional support for source packages, like Adapter.Interfaces.Source, which also use token replacement and adopt the containing project root namespace.

v1.0

  • Initial version, with support for flexible matching of from and to types
  • Support for MEF in separate Adapter.Composition package
  • Proper split of: Adapter.Interfaces, Adapter.Sdk and Adapter (implementation).
  • .NETFramework 4.0: 4.0.0.0
  • .NETFramework 4.5: 4.5.0.0

Owners

Clarius Labs

Authors

Daniel Cazzulino

Project URL

https://github.org/clariuslabs/adapter

License

BSD-2-Clause

Tags

patterns adapter

Info

83 total downloads
6 downloads for version 1.1.1301.1418
Download (13.93 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
1.1.1310.2819 13.59 KB Mon, 28 Oct 2013 19:41:14 GMT 24
1.1.1301.1418 13.93 KB Mon, 14 Jan 2013 18:15:51 GMT 6
1.0.1301.1416 13.25 KB Mon, 14 Jan 2013 16:27:05 GMT 4
1.0.1212.1016 12.58 KB Mon, 10 Dec 2012 16:50:50 GMT 14
1.0.1212.0617 12.58 KB Thu, 06 Dec 2012 17:30:46 GMT 8
1.0.1212.0616 12.58 KB Thu, 06 Dec 2012 16:41:46 GMT 5
1.0.1212.0612 12.57 KB Thu, 06 Dec 2012 12:28:18 GMT 5
1.0.1212.0523 12.57 KB Wed, 05 Dec 2012 23:22:22 GMT 4
1.0.1212.0522 12.57 KB Wed, 05 Dec 2012 22:16:13 GMT 4
1.0.1212.0519 12.57 KB Wed, 05 Dec 2012 19:50:39 GMT 5
1.0.1212.0506 12.58 KB Wed, 05 Dec 2012 06:27:31 GMT 4