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.
Decision snapshot
Is this a fit?
Developers using testfx, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
2 months ago · MIT license
No specific cautions were detected. Review the source and requested permissions before installing.
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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using testfx
Declared skill metadata
- Declared license: MIT
- Source file: .agents/skills/property-patterns/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- 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
Verified compatibility and discovery
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.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.