Skip to content

dotnet/modernize-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET Modernization Tools

AI-powered tools for upgrading and modernizing .NET applications, available as a Copilot CLI plugin and as a Copilot Coding Agent custom agent.

Copilot CLI Plugin

The modernize-dotnet plugin adds an AI agent to Copilot CLI that guides you through upgrading .NET Framework and .NET applications to the latest versions of .NET.

Quick Start

  1. Add the marketplace:

    /plugin marketplace add dotnet/modernize-dotnet
    
  2. Install the plugin:

    /plugin install modernize-dotnet@modernize-dotnet-plugins
    
  3. Use the agent — see the plugin README for usage details.

Note: You may need to restart Copilot CLI after installing the plugin before the agent becomes available (tracking issue).

Copilot Coding Agent

A custom agent definition and setup steps are provided for use with Copilot Coding Agent in GitHub. This allows Copilot to modernize .NET projects directly via pull requests.

See the coding-agent README for setup instructions.

Repository Structure

├── .github/plugin/marketplace.json   # Plugin marketplace definition
├── plugins/modernize-dotnet/         # Copilot CLI plugin
└── coding-agent/                     # Copilot Coding Agent setup

Archive

The previous contents of this repository have been archived to the following branches:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks