From 77612e1f31be126d3c5d96af9d1001c85219c74f Mon Sep 17 00:00:00 2001 From: Tim Mulholland Date: Wed, 18 Mar 2026 23:38:34 -0700 Subject: [PATCH 1/2] Add modernize-dotnet plugin --- .github/plugin/marketplace.json | 24 ++++++++++++++++++++++++ plugins/external.json | 18 ++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 953134897..c317c29ba 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -248,6 +248,30 @@ "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": [ + ".NET", + "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 4c730be7f..02d23a0ab 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": [".NET", "modernization", "upgrade", "migration", "dotnet"], + "license": "MIT", + "repository": "https://github.com/dotnet/modernize-dotnet", + "source": { + "source": "github", + "repo": "dotnet/modernize-dotnet", + "path": "plugins/modernize-dotnet" + } } ] From b52815d722b9bed82c47b3e3c9909ce9ffcbecfe Mon Sep 17 00:00:00 2001 From: Tim Mulholland Date: Wed, 18 Mar 2026 23:45:24 -0700 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- .github/plugin/marketplace.json | 1 - plugins/external.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index c317c29ba..7057e598a 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -258,7 +258,6 @@ }, "homepage": "https://github.com/dotnet/modernize-dotnet", "keywords": [ - ".NET", "modernization", "upgrade", "migration", diff --git a/plugins/external.json b/plugins/external.json index 02d23a0ab..e4b4c0f53 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -97,7 +97,7 @@ "url": "https://www.microsoft.com" }, "homepage": "https://github.com/dotnet/modernize-dotnet", - "keywords": [".NET", "modernization", "upgrade", "migration", "dotnet"], + "keywords": ["modernization", "upgrade", "migration", "dotnet"], "license": "MIT", "repository": "https://github.com/dotnet/modernize-dotnet", "source": {