clarius - Adapter.Interfaces.Source 1.1.1310.2819
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.Source -Version 1.1.1310.2819 -Source https://www.myget.org/F/clarius/api/v3/index.json
> nuget.exe install Adapter.Interfaces.Source -Version 1.1.1310.2819 -Source https://www.myget.org/F/clarius/api/v3/index.json
> dotnet add package Adapter.Interfaces.Source --version 1.1.1310.2819 --source https://www.myget.org/F/clarius/api/v3/index.json
source https://www.myget.org/F/clarius/api/v3/index.json
nuget Adapter.Interfaces.Source ~> 1.1.1310.2819
Copy to clipboard
> choco install Adapter.Interfaces.Source --version 1.1.1310.2819 --source https://www.myget.org/F/clarius/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "clarius" -SourceLocation "https://www.myget.org/F/clarius/api/v2"
Install-Module -Name "Adapter.Interfaces.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
OwnersClarius Labs kzu |
AuthorsDaniel Cazzulino |
Project URLhttps://github.org/clariuslabs/adapter |
LicenseBSD-2-Clause |
Tagspatterns adapter |
Info75 total downloads |
| 16 downloads for version 1.1.1310.2819 |
| Download (17.5 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
1.1.1310.2819 | 17.5 KB | Mon, 28 Oct 2013 19:41:19 GMT | 16 |
|
||
|
|
1.1.1301.1418 | 17.49 KB | Mon, 11 Jan 2016 18:08:37 GMT | 6 |
|
||
|
|
1.0.1301.1416 | 11.97 KB | Mon, 14 Jan 2013 16:27:12 GMT | 4 |
|
||
|
|
1.0.1212.1016 | 11.97 KB | Mon, 10 Dec 2012 16:50:57 GMT | 14 |
|
||
|
|
1.0.1212.0617 | 11.93 KB | Thu, 06 Dec 2012 17:30:52 GMT | 6 |
|
||
|
|
1.0.1212.0616 | 11.93 KB | Thu, 06 Dec 2012 16:41:53 GMT | 5 |
|
||
|
|
1.0.1212.0612 | 11.93 KB | Thu, 06 Dec 2012 12:28:24 GMT | 5 |
|
||
|
|
1.0.1212.0523 | 11.91 KB | Wed, 05 Dec 2012 23:22:28 GMT | 6 |
|
||
|
|
1.0.1212.0522 | 9.44 KB | Wed, 05 Dec 2012 22:16:18 GMT | 5 |
|
||
|
|
1.0.1212.0519 | 9.44 KB | Wed, 05 Dec 2012 19:50:47 GMT | 5 |
|
||
|
|
1.0.1212.0506 | 9.43 KB | Wed, 05 Dec 2012 06:27:38 GMT | 3 |
|