clarius - Adapter.Sdk.Source 1.1.1310.2819

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

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

Copy to clipboard

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

Copy to clipboard

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

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

nuget Adapter.Sdk.Source  ~> 1.1.1310.2819
Copy to clipboard

> choco install Adapter.Sdk.Source --version 1.1.1310.2819 --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.Sdk.Source" -RequiredVersion "1.1.1310.2819" -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 kzu

Authors

Daniel Cazzulino

Project URL

https://github.org/clariuslabs/adapter

License

BSD-2-Clause

Tags

patterns adapter

Info

80 total downloads
29 downloads for version 1.1.1310.2819
Download (5.95 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
1.1.1310.2819 5.95 KB Mon, 28 Oct 2013 19:41:25 GMT 29
1.1.1301.1418 5.95 KB Mon, 11 Jan 2016 18:08:41 GMT 5
1.0.1301.1416 5.95 KB Mon, 14 Jan 2013 16:27:23 GMT 4
1.0.1212.1016 5.95 KB Mon, 10 Dec 2012 16:51:06 GMT 11
1.0.1212.0617 5.93 KB Thu, 06 Dec 2012 17:31:01 GMT 7
1.0.1212.0616 5.93 KB Thu, 06 Dec 2012 16:42:04 GMT 3
1.0.1212.0612 5.93 KB Thu, 06 Dec 2012 12:28:33 GMT 5
1.0.1212.0523 5.92 KB Wed, 05 Dec 2012 23:22:38 GMT 5
1.0.1212.0522 5.9 KB Wed, 05 Dec 2012 22:16:38 GMT 3
1.0.1212.0519 5.9 KB Wed, 05 Dec 2012 19:51:13 GMT 4
1.0.1212.0506 5.9 KB Wed, 05 Dec 2012 06:27:58 GMT 4