Favicon of msbuild-modernization

msbuild-modernization Skill

AI Agent SkillC#Open source

Guide for modernizing and migrating MSBuild project files to SDK-style format. USE FOR: converting legacy .csproj/.vbproj with verbose XML to SDK-style, migrating packages.config to PackageReference, removing Properties/AssemblyInfo.cs in favor of auto-generation, eliminating explicit <Compile Include lists via implici 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 msbuild-modernization Skill?

Guide for modernizing and migrating MSBuild project files to SDK-style format. USE FOR: converting legacy .csproj/.vbproj with verbose XML to SDK-style, migrating packages.config to PackageReference, removing Properties/AssemblyInfo.cs in favor of auto-generation, eliminating explicit <Compile Include lists via implici 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/msbuild-modernization/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 msbuild-modernization 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/msbuild-modernization/SKILL.md

What it does

Guide for modernizing and migrating MSBuild project files to SDK-style format. USE FOR: converting legacy .csproj/.vbproj with verbose XML to SDK-style, migrating packages.config to PackageReference, removing Properties/AssemblyInfo.cs in favor of auto-generation, eliminating explicit <Compile Include lists via implici

Skill instructions

MSBuild Modernization: Legacy to SDK-style Migration Identifying Legacy vs SDK-style Projects Legacy indicators: - <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" / - Explicit file lists (<Compile Include="..." / for every .cs file) - ToolsVersion attribute on <Project element - packages.config file present - Properties\AssemblyInfo.cs with assembly-level attributes SDK-style indicators: - <Project Sdk="Microsoft.NET.Sdk" attribute on root element - Minimal content — a simple project may be 10–15 lines - No explicit file includes (implicit globbing) - <PackageReference items instead of packages.config Quick check: if a .csproj is more than 50 lines for a simple class library or console app, it is likely legacy format. xml <!-- Legacy: ~80+ lines for a simple library -- <?xml version="1.0" encoding="utf-8"? <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" <Import Project="$(MSBuildExtensionsPath)$(MSBuildToolsVersion)\Microsoft.Com

Verified compatibility and discovery

Frequently asked questions

What is msbuild-modernization?

msbuild-modernization is a open-source AI agent skill with Copy skill directory. Guide for modernizing and migrating MSBuild project files to SDK-style format.

Who is msbuild-modernization best for?

msbuild-modernization is best for reusing agent instructions, scripts, and references.

How do I install msbuild-modernization?

Install or run msbuild-modernization using Copy skill directory. Check msbuild-modernization for the latest setup command.

Is msbuild-modernization actively maintained?

msbuild-modernization 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 msbuild-modernization