Sign in Sign up
nuget

MSBuilder.Introspect

Allows retrieving the current project's properties and currently building targets as items and metadata, effectivey allowing retrieval of property values dynamically by name. Usage: <Introspect> <Output TaskParameter="Properties" ItemName="CurrentProperties" /> <Output TaskParameter="Targets" ItemName="CurrentTargets" /> </Introspect> <PropertyGroup> <!-- Note that we're using another property as the dynamic property name to evaluate --> <PropertyValue>@(CurrentProperties -> Metadata("$(PropertyName)"))</PropertyValue> </PropertyGroup>

nuget View on Nuget

Activity

Latest release
10y ago
Total releases
6
Cadence
~daily
Last 12 months
0

Details

First release
Jun 26, 2015
Releases
Version Released
0.1.5 patch
0.1.4 patch
0.1.3 patch
0.1.2 patch
0.1.1 patch
0.1.0 initial