5.6.6
Metadata
| Authors | Jay Tuley |
|---|---|
| Description | A Lightweight Duck Casting Framework for dynamic C# 4.0 (.net4 & silverlight4). Includes helper methods for dynamic invocation via method and property names known only at runtime (runs faster than reflection). |
| IconUrl | http://impromptu-interface.googlecode.com/files/ImpromptuInterface-Icon.png |
| Language | en-US |
| LicenseUrl | http://www.apache.org/licenses/LICENSE-2.0 |
| Owners | Jay Tuley |
| ProjectUrl | http://code.google.com/p/impromptu-interface/ |
| RequireLicenseAcceptance | False |
| Tags | ducktyping duckcasting dynamic .net40 Silverlight proxy impromptu interface reflection dlr |
Access
You can access data for this version using the tools and addresses described below.
NuGet (nuget.exe)
- Installing the package (HTTP Basic authentication):
-
nuget install ImpromptuInterface -Version 5.6.6 -Source http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
- Installing the package (pre-authenticated):
-
nuget install ImpromptuInterface -Version 5.6.6 -Source http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
- Deleting the package from the server (for each registered key):
-
nuget delete ImpromptuInterface 5.6.6 %key% -Source http://nuget.gw.symbolsource.org/Public/NuGet
NuGet (Package Manager Console)
- Installing the package (HTTP Basic authentication):
-
Install-Package ImpromptuInterface -Version 5.6.6 -Source http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
- Installing the package (pre-authenticated):
-
Install-Package ImpromptuInterface -Version 5.6.6 -Source http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
OpenWrap
- Installing the package:
-
o add-wrap ImpromptuInterface -Version 5.6.6
- Uninstalling the package:
-
o remove-wrap ImpromptuInterface
Compilations
A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.
| Profile | Mode | Platform | Related |
|---|---|---|---|
| AnyCPU | Release | .NETFramework,Version=v4.0 | Binaries |
| AnyCPU | Release | Silverlight,Version=v4.0 | Binaries |
