From ee71c0689cd7ecc4720deddbccaf7071161f172d Mon Sep 17 00:00:00 2001 From: Tim Mulholland Date: Thu, 19 Mar 2026 16:14:12 -0700 Subject: [PATCH] Add modernize-dotnet plugin (#1083) * Add modernize-dotnet plugin * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- .github/plugin/marketplace.json | 23 +++++++++++++++++++++++ plugins/external.json | 18 ++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 95313489..7057e598 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -248,6 +248,29 @@ "description": "Comprehensive collection for building declarative agents with Model Context Protocol integration for Microsoft 365 Copilot", "version": "1.0.0" }, + { + "name": "modernize-dotnet", + "description": "AI-powered .NET modernization and upgrade assistant. Helps upgrade .NET Framework and .NET applications to the latest versions of .NET.", + "version": "1.0.979-preview1", + "author": { + "name": "Microsoft", + "url": "https://www.microsoft.com" + }, + "homepage": "https://github.com/dotnet/modernize-dotnet", + "keywords": [ + "modernization", + "upgrade", + "migration", + "dotnet" + ], + "license": "MIT", + "repository": "https://github.com/dotnet/modernize-dotnet", + "source": { + "source": "github", + "repo": "dotnet/modernize-dotnet", + "path": "plugins/modernize-dotnet" + } + }, { "name": "napkin", "source": "napkin", diff --git a/plugins/external.json b/plugins/external.json index 4c730be7..e4b4c0f5 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -87,5 +87,23 @@ "source": "github", "repo": "microsoft/skills-for-copilot-studio" } + }, + { + "name": "modernize-dotnet", + "description": "AI-powered .NET modernization and upgrade assistant. Helps upgrade .NET Framework and .NET applications to the latest versions of .NET.", + "version": "1.0.979-preview1", + "author": { + "name": "Microsoft", + "url": "https://www.microsoft.com" + }, + "homepage": "https://github.com/dotnet/modernize-dotnet", + "keywords": ["modernization", "upgrade", "migration", "dotnet"], + "license": "MIT", + "repository": "https://github.com/dotnet/modernize-dotnet", + "source": { + "source": "github", + "repo": "dotnet/modernize-dotnet", + "path": "plugins/modernize-dotnet" + } } ]