property-patterns Skill
MSBuild property definition patterns: conditional defaults, composition/concatenation, path normalization, trailing slash handling, TFM detection helpers, and property evaluation order. USE FOR: diagnosing and fixing MSBuild property definition issues in .props or .csproj files, reviewing and fixing shared property con Published by microsoft in testfx.
What is property-patterns Skill?
MSBuild property definition patterns: conditional defaults, composition/concatenation, path normalization, trailing slash handling, TFM detection helpers, and property evaluation order. USE FOR: diagnosing and fixing MSBuild property definition issues in .props or .csproj files, reviewing and fixing shared property con Published by microsoft in testfx. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using testfx
Technical details
- Install or run with Copy skill directory
When to use property-patterns Skill
- Use it for developers using testfx.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/testfx
- Skill file: .agents/skills/property-patterns/SKILL.md
What it does
MSBuild property definition patterns: conditional defaults, composition/concatenation, path normalization, trailing slash handling, TFM detection helpers, and property evaluation order. USE FOR: diagnosing and fixing MSBuild property definition issues in .props or .csproj files, reviewing and fixing shared property con
Skill instructions
MSBuild Property Patterns Canonical property definition and manipulation patterns from the MSBuild repository. Conditional Defaults — The Foundational Pattern Set a property only if not already set, allowing callers to override: xml <PropertyGroup <Configuration Condition="'$(Configuration)' == ''"Debug</Configuration <Platform Condition="'$(Platform)' == ''"AnyCPU</Platform <BuildInParallel Condition="'$(BuildInParallel)' == ''"true</BuildInParallel </PropertyGroup Rules - Always quote both sides: '$(Prop)' == '' - In .props: creates overridable defaults. In .targets: creates fallbacks. - Properties without the condition cannot be overridden by earlier imports. Nested Conditional Groups Group related properties under a shared condition: xml <PropertyGroup Condition="$(TargetFramework.StartsWith('net4'))" <DefineConstants$(DefineConstants);FEATUREAPARTMENTSTATE</DefineConstants <DefineConstants$(DefineConstants);FEATUREAPM</DefineConstants <FeatureAppDomaintrue</FeatureAppDomain </Prop
Explore related resources
Frequently asked questions
What is property-patterns?
property-patterns is a open-source AI agent skill with Copy skill directory. MSBuild property definition patterns: conditional defaults, composition/concatenation, path normalization, trailing slash handling, TFM detection helpers, and property evaluation order.
Who is property-patterns best for?
property-patterns is best for reusing agent instructions, scripts, and references.
How do I install property-patterns?
Install or run property-patterns using Copy skill directory. Check property-patterns for the latest setup command.
Is property-patterns actively maintained?
property-patterns may need a closer maintenance check before production use.
Auto-fetched from GitHub.