Favicon of property-patterns

property-patterns Skill

AI Agent SkillC#Open source

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?

Best for

Developers using testfx, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

2 months ago · MIT license

Considerations

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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
75/100

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

Copy skill directory
  • Install or run with Copy skill directory

When to use property-patterns Skill

  • Use it for developers using testfx.

Built with

C#Copy skill directory

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.

Share:

Stars
1,031
Forks
305
Last commit
2 months ago
Last verified
Aug 28, 2026
Metadata fetched
Aug 28, 2026
Repository age
10 years
License
MIT

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.

Alternatives to property-patterns