mirror of
https://github.com/dotnet/skills.git
synced 2026-09-20 09:49:54 +08:00
4975793af0
* Add csharp-development skill and update CODEOWNERS and README.md - Introduced a new skill for C# development guidance. - Updated CODEOWNERS to include reviewers for the new skill. - Modified README.md to list the new csharp-development skill. - Added evaluation scenarios for the csharp-development skill. * Refactor C# evaluation scenarios to enhance production code review and validation guidance * Refactor production code review scenarios to improve clarity and focus on async error handling * Update CODEOWNERS to reflect current ownership and streamline reviewer assignments * Remove csharp-development skill documentation and evaluation tests * Remove csharp-development skill from README * Fix formatting in Constants.g.cs by adding missing semicolon * Revert Constants.g.cs to main * Remove csharp-development skill from CODEOWNERS * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Update CODEOWNERS to include additional reviewers for dotnet-ai skills * Move dotnet skills to dotnet-util to keep dotnet plugin focused and targeted. * Add CODEOWNERS, SKILL.md, package-types.md, and publish-workflow.md for NuGet trusted publishing; implement eval.yaml for dotnet-pinvoke and dotnet-util skills * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Update README files to enhance plugin descriptions and remove outdated LSP section * Rename repository title from 'dotnet' to 'dotnet-util' in README.md for clarity. * Refine README.md to clarify included .NET skills and remove redundant descriptions * Add 'dotnet-util' plugin for utility skills in .NET development * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Add 'dotnet-util' plugin for utility skills in .NET development * Add dotnet-util to Codex marketplace manifest * Align dotnet-util marketplace descriptions * Refactor CODEOWNERS and update README for nuget-trusted-publishing; add evaluation scenarios and workflow template for trusted publishing * Add P/Invoke diagnostics and type mapping references; implement NuGet trusted publishing setup - Created diagnostics.md for common pitfalls and failure modes in P/Invoke. - Added type-mapping.md for native-to-.NET type mappings. - Introduced nuget-trusted-publishing skill for setting up OIDC-based NuGet publishing. - Added package-types.md detailing structural requirements for various NuGet package types. - Created publish-workflow.md as a template for GitHub Actions workflows for NuGet publishing. * Add evaluation YAML files for csharp-scripts, dotnet-pinvoke, and nuget-trusted-publishing skills * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Complete nuget-trusted-publishing move: remove from dotnet, add to dotnet-specialized README * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Remove eval.vally.yaml and eval.yaml files for nuget-trusted-publishing skill * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Add NuGet trusted publishing skill and related references - Introduced `nuget-trusted-publishing` skill for setting up OIDC-based trusted publishing on GitHub Actions. - Added detailed documentation in SKILL.md covering prerequisites, process, safety rules, and troubleshooting. - Created `package-types.md` to outline structural requirements for various NuGet package types. - Developed `publish-workflow.md` as a template for GitHub Actions workflows for NuGet publishing. - Removed obsolete `dotnet-specialized` plugin and updated `dotnet` plugin description. - Added evaluation tests for `nuget-trusted-publishing` skill to ensure proper guidance for users. - Implemented evaluation tests for `dotnet-pinvoke` and `csharp-scripts` skills to validate functionality. * Update dotnet plugin description to include high-level .NET development skills * Add NuGet trusted publishing and P/Invoke documentation - Introduced type mapping reference for native-to-.NET types in dotnet-pinvoke. - Added a comprehensive guide for setting up NuGet trusted publishing using OIDC in GitHub Actions. - Created a reference document detailing structural requirements for various NuGet package types. - Provided a template for GitHub Actions workflow for publishing NuGet packages with trusted publishing. - Implemented evaluation scenarios for testing the dotnet-pinvoke and nuget-trusted-publishing skills, including prompts and assertions for expected outputs. * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Add CODEOWNERS entries for setup-local-sdk * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Update dotnet README to list setup-local-sdk skill * Add setup-local-sdk to skills section in README * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding 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> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
153 lines
8.4 KiB
Plaintext
153 lines
8.4 KiB
Plaintext
# Default owners for everything in the repo
|
|
* @webreidi @AbhitejJohn
|
|
|
|
# Engineering and CI/CD
|
|
/eng/ @ViktorHofer @JanKrivanek
|
|
/.github/workflows/ @ViktorHofer @JanKrivanek
|
|
|
|
# msbuild
|
|
/plugins/dotnet-msbuild/ @ViktorHofer @JanKrivanek @dotnet/skills-msbuild-reviewers
|
|
/tests/dotnet-msbuild/ @ViktorHofer @JanKrivanek @dotnet/skills-msbuild-reviewers
|
|
|
|
# dotnet (common everyday C#/.NET)
|
|
/plugins/dotnet/skills/setup-local-sdk/ @dotnet/roslyn-ide @dotnet/skills-csharp-language-reviewers
|
|
/tests/dotnet/setup-local-sdk/ @dotnet/roslyn-ide @dotnet/skills-csharp-language-reviewers
|
|
/plugins/dotnet/lsp.json @dotnet/roslyn-ide @dotnet/skills-csharp-language-reviewers
|
|
|
|
# dotnet-advanced (advanced .NET development skills)
|
|
/plugins/dotnet-advanced/skills/csharp-scripts/ @dotnet/run-file @dotnet/skills-csharp-language-reviewers
|
|
/tests/dotnet-advanced/csharp-scripts/ @dotnet/run-file @dotnet/skills-csharp-language-reviewers
|
|
|
|
/plugins/dotnet-advanced/skills/dotnet-pinvoke/ @dotnet/appmodel @dotnet/skills-csharp-language-reviewers
|
|
/tests/dotnet-advanced/dotnet-pinvoke/ @dotnet/appmodel @dotnet/skills-csharp-language-reviewers
|
|
|
|
/plugins/dotnet-advanced/skills/nuget-trusted-publishing/ @lewing @kartheekp-ms @dotnet/skills-csharp-language-reviewers
|
|
/tests/dotnet-advanced/nuget-trusted-publishing/ @lewing @kartheekp-ms @dotnet/skills-csharp-language-reviewers
|
|
|
|
# dotnet-ai (AI generation development)
|
|
/plugins/dotnet-ai/skills/mcp-csharp-create/ @leslierichardson95 @cathysull
|
|
/tests/dotnet-ai/mcp-csharp-create/ @leslierichardson95 @cathysull
|
|
|
|
/plugins/dotnet-ai/skills/mcp-csharp-debug/ @leslierichardson95 @cathysull
|
|
/tests/dotnet-ai/mcp-csharp-debug/ @leslierichardson95 @cathysull
|
|
|
|
/plugins/dotnet-ai/skills/mcp-csharp-publish/ @leslierichardson95 @cathysull
|
|
/tests/dotnet-ai/mcp-csharp-publish/ @leslierichardson95 @cathysull
|
|
|
|
/plugins/dotnet-ai/skills/mcp-csharp-test/ @leslierichardson95 @cathysull
|
|
/tests/dotnet-ai/mcp-csharp-test/ @leslierichardson95 @cathysull
|
|
|
|
# dotnet-upgrade (migrating and upgrading .NET projects)
|
|
/plugins/dotnet-upgrade/skills/thread-abort-migration/ @dotnet/appmodel @dotnet/skills-upgrade-reviewers
|
|
/tests/dotnet-upgrade/thread-abort-migration/ @dotnet/appmodel @dotnet/skills-upgrade-reviewers
|
|
|
|
/plugins/dotnet-upgrade/skills/migrate-nullable-references/ @agocke @dotnet/skills-upgrade-reviewers
|
|
/tests/dotnet-upgrade/migrate-nullable-references/ @agocke @dotnet/skills-upgrade-reviewers
|
|
|
|
/plugins/dotnet-upgrade/skills/dotnet-aot-compat/ @agocke @dotnet/appmodel @dotnet/skills-upgrade-reviewers
|
|
/tests/dotnet-upgrade/dotnet-aot-compat/ @agocke @dotnet/appmodel @dotnet/skills-upgrade-reviewers
|
|
|
|
/plugins/dotnet-upgrade/skills/migrate-dotnet9-to-dotnet10/ @dotnet/compat
|
|
/tests/dotnet-upgrade/migrate-dotnet9-to-dotnet10/ @dotnet/compat
|
|
/plugins/dotnet-upgrade/skills/migrate-dotnet10-to-dotnet11/ @dotnet/compat
|
|
/tests/dotnet-upgrade/migrate-dotnet10-to-dotnet11/ @dotnet/compat
|
|
/plugins/dotnet-upgrade/skills/migrate-dotnet8-to-dotnet9/ @dotnet/compat
|
|
/tests/dotnet-upgrade/migrate-dotnet8-to-dotnet9/ @dotnet/compat
|
|
|
|
# dotnet-diag (perf investigations, debugging, incident analysis)
|
|
/plugins/dotnet-diag/skills/analyzing-dotnet-performance/ @dotnet/dotnet-diag @dotnet/skills-diag-reviewers
|
|
/tests/dotnet-diag/analyzing-dotnet-performance/ @dotnet/dotnet-diag @dotnet/skills-diag-reviewers
|
|
|
|
/plugins/dotnet-diag/skills/dump-collect/ @dotnet/dotnet-diag @dotnet/skills-diag-reviewers
|
|
/tests/dotnet-diag/dump-collect/ @dotnet/dotnet-diag @dotnet/skills-diag-reviewers
|
|
|
|
/plugins/dotnet-diag/skills/dotnet-trace-collect/ @brianrob @noahfalk @dotnet/skills-diag-reviewers
|
|
/tests/dotnet-diag/dotnet-trace-collect/ @brianrob @noahfalk @dotnet/skills-diag-reviewers
|
|
|
|
/plugins/dotnet-diag/skills/android-tombstone-symbolication/ @dotnet/dotnet-diag @dotnet/skills-diag-reviewers
|
|
/tests/dotnet-diag/android-tombstone-symbolication/ @dotnet/dotnet-diag @dotnet/skills-diag-reviewers
|
|
|
|
/plugins/dotnet-diag/skills/apple-crash-symbolication/ @dotnet/dotnet-diag @dotnet/skills-diag-reviewers
|
|
/tests/dotnet-diag/apple-crash-symbolication/ @dotnet/dotnet-diag @dotnet/skills-diag-reviewers
|
|
|
|
/plugins/dotnet-diag/skills/clr-activation-debugging/ @marklio @ChrisAhna @dotnet/skills-diag-reviewers
|
|
/tests/dotnet-diag/clr-activation-debugging/ @marklio @ChrisAhna @dotnet/skills-diag-reviewers
|
|
|
|
/plugins/dotnet-diag/skills/microbenchmarking/ @dotnet/dotnet-perf-team @dotnet/skills-diag-reviewers
|
|
/tests/dotnet-diag/microbenchmarking/ @dotnet/dotnet-perf-team @dotnet/skills-diag-reviewers
|
|
|
|
/plugins/dotnet-diag/agents/optimizing-dotnet-performance.agent.md @dotnet/appmodel @dotnet/skills-diag-reviewers
|
|
|
|
/plugins/dotnet/agents/optimizing-dotnet-performance.agent.md @dotnet/appmodel
|
|
|
|
/plugins/dotnet-ai/skills/technology-selection/ @luisquintanilla @artl93
|
|
/tests/dotnet-ai/technology-selection/ @luisquintanilla @artl93
|
|
|
|
# dotnet-aspnetcore (ASP.NET Core web development)
|
|
/plugins/dotnet-aspnetcore/ @dotnet/aspnet
|
|
/tests/dotnet-aspnetcore/ @dotnet/aspnet
|
|
|
|
# dotnet-blazor (Blazor component and app development)
|
|
/plugins/dotnet-blazor/ @dotnet/aspnet
|
|
/tests/dotnet-blazor/ @dotnet/aspnet
|
|
|
|
# dotnet-data (data access, Entity Framework)
|
|
/plugins/dotnet-data/skills/optimizing-ef-core-queries/ @dotnet/efteam @dotnet/skills-data-reviewers
|
|
/tests/dotnet-data/optimizing-ef-core-queries/ @dotnet/efteam @dotnet/skills-data-reviewers
|
|
|
|
# dotnet-test (everything testing related)
|
|
/plugins/dotnet-test/ @dotnet/dotnet-testing
|
|
/tests/dotnet-test/ @dotnet/dotnet-testing
|
|
|
|
# dotnet-test-migration (test framework/platform migration)
|
|
/plugins/dotnet-test-migration/ @dotnet/dotnet-testing
|
|
/tests/dotnet-test-migration/ @dotnet/dotnet-testing
|
|
|
|
# dotnet-experimental (skills under active evaluation)
|
|
/plugins/dotnet-experimental/plugin.json @JanKrivanek @ViktorHofer @Evangelink @AbhitejJohn
|
|
|
|
# dotnet-experimental-tests (everything experimental test related)
|
|
|
|
/plugins/dotnet-experimental/skills/exp-test-maintainability/ @dotnet/dotnet-testing
|
|
/tests/dotnet-experimental/exp-test-maintainability/ @dotnet/dotnet-testing
|
|
|
|
/plugins/dotnet-experimental/skills/exp-mock-usage-analysis/ @dotnet/dotnet-testing
|
|
/tests/dotnet-experimental/exp-mock-usage-analysis/ @dotnet/dotnet-testing
|
|
|
|
/plugins/dotnet-experimental/skills/exp-simd-vectorization/ @jeffschw @artl93
|
|
/tests/dotnet-experimental/exp-simd-vectorization/ @jeffschw @artl93
|
|
|
|
# dotnet-maui
|
|
/plugins/dotnet-maui/ @Redth @jfversluis @dotnet/skills-maui-reviewers
|
|
/tests/dotnet-maui/ @Redth @jfversluis @dotnet/skills-maui-reviewers
|
|
|
|
/plugins/dotnet-maui/skills/maui-shell-navigation/ @davidortinau @Redth @jfversluis @dotnet/skills-maui-reviewers
|
|
/tests/dotnet-maui/maui-shell-navigation/ @davidortinau @Redth @jfversluis @dotnet/skills-maui-reviewers
|
|
/plugins/dotnet-maui/skills/maui-app-lifecycle/ @davidortinau @Redth @jfversluis @dotnet/skills-maui-reviewers
|
|
/tests/dotnet-maui/maui-app-lifecycle/ @davidortinau @Redth @jfversluis @dotnet/skills-maui-reviewers
|
|
/plugins/dotnet-maui/skills/maui-dependency-injection/ @davidortinau @Redth @jfversluis @dotnet/skills-maui-reviewers
|
|
/tests/dotnet-maui/maui-dependency-injection/ @davidortinau @Redth @jfversluis @dotnet/skills-maui-reviewers
|
|
/plugins/dotnet-maui/skills/maui-collectionview/ @davidortinau @Redth @jfversluis @dotnet/skills-maui-reviewers
|
|
/tests/dotnet-maui/maui-collectionview/ @davidortinau @Redth @jfversluis @dotnet/skills-maui-reviewers
|
|
/plugins/dotnet-maui/skills/maui-data-binding/ @davidortinau @Redth @jfversluis @dotnet/skills-maui-reviewers
|
|
/tests/dotnet-maui/maui-data-binding/ @davidortinau @Redth @jfversluis @dotnet/skills-maui-reviewers
|
|
/plugins/dotnet-maui/skills/maui-safe-area/ @davidortinau @Redth @jfversluis @dotnet/skills-maui-reviewers
|
|
/tests/dotnet-maui/maui-safe-area/ @davidortinau @Redth @jfversluis @dotnet/skills-maui-reviewers
|
|
/plugins/dotnet-maui/skills/maui-theming/ @davidortinau @Redth @jfversluis @dotnet/skills-maui-reviewers
|
|
/tests/dotnet-maui/maui-theming/ @davidortinau @Redth @jfversluis @dotnet/skills-maui-reviewers
|
|
|
|
# dotnet-template-engine
|
|
/plugins/dotnet-template-engine/ @YuliiaKovalova @JanKrivanek
|
|
/tests/dotnet-template-engine/ @YuliiaKovalova @JanKrivanek
|
|
|
|
# dotnet-nuget (package and dependency management)
|
|
/plugins/dotnet-nuget/ @dotnet/area-infrastructure-libraries @kartheekp-ms
|
|
/tests/dotnet-nuget/ @dotnet/area-infrastructure-libraries @kartheekp-ms
|
|
|
|
# dotnet11 (.NET 11 new APIs and language features)
|
|
/plugins/dotnet11/ @ManishJayaswal @JanKrivanek @ViktorHofer
|
|
/tests/dotnet11/ @ManishJayaswal @JanKrivanek @ViktorHofer
|
|
|
|
/plugins/dotnet11/skills/system-text-json-net11/ @JanKrivanek @ViktorHofer
|
|
/tests/dotnet11/system-text-json-net11/ @JanKrivanek @ViktorHofer
|