Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"description": "Skills for running, diagnosing, and migrating .NET tests: test execution, filtering, platform detection, and MSTest workflows."
},
{
"name": "dotnet-aspnet",
"source": "./plugins/dotnet-aspnet",
"name": "dotnet-aspnetcore",
"source": "./plugins/dotnet-aspnetcore",
"description": "ASP.NET Core web development skills including middleware, endpoints, real-time communication, and API patterns."
},
{
Expand Down
4 changes: 2 additions & 2 deletions .cursor-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"description": "Skills for running, diagnosing, and migrating .NET tests: test execution, filtering, platform detection, and MSTest workflows."
},
{
"name": "dotnet-aspnet",
"source": "./plugins/dotnet-aspnet",
"name": "dotnet-aspnetcore",
"source": "./plugins/dotnet-aspnetcore",
"description": "ASP.NET Core web development skills including middleware, endpoints, real-time communication, and API patterns."
},
{
Expand Down
7 changes: 3 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@
/plugins/dotnet-ai/skills/technology-selection/ @luisquintanilla @artl93
/tests/dotnet-ai/technology-selection/ @luisquintanilla @artl93

# dotnet-aspnet (ASP.NET Core web development)
/plugins/dotnet-aspnet/ @dotnet/aspnet
/tests/dotnet-aspnet/ @dotnet/aspnet
# 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
Expand Down Expand Up @@ -144,4 +144,3 @@

/plugins/dotnet11/skills/system-text-json-net11/ @ManishJayaswal @JanKrivanek @ViktorHofer
/tests/dotnet11/system-text-json-net11/ @ManishJayaswal @JanKrivanek @ViktorHofer

4 changes: 2 additions & 2 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"description": "Skills for running, diagnosing, and migrating .NET tests: test execution, filtering, platform detection, and MSTest workflows."
},
{
"name": "dotnet-aspnet",
"source": "./plugins/dotnet-aspnet",
"name": "dotnet-aspnetcore",
"source": "./plugins/dotnet-aspnetcore",
"description": "ASP.NET Core web development skills including middleware, endpoints, real-time communication, and API patterns."
},
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-triage.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Analyze the issue content and determine which area of the codebase it relates to
| `area-msbuild` | MSBuild, build system, project files |
| `area-dotnet` | General C#/.NET, common language features |
| `area-dotnet-ai` | AI/ML, MCP, model context protocol |
| `area-dotnet-aspnet` | ASP.NET Core, web development |
| `area-dotnet-aspnetcore` | ASP.NET Core, web development |
| `area-dotnet-data` | Data access, Entity Framework |
| `area-dotnet-diag` | Diagnostics, performance, debugging, crash analysis |
| `area-dotnet-experimental` | Experimental skills under evaluation |
Expand Down
4 changes: 2 additions & 2 deletions .vally.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ suites:
evals:
- "tests/dotnet-ai/*/eval.vally.yaml"

dotnet-aspnet:
dotnet-aspnetcore:
description: ASP.NET evals
evals:
- "tests/dotnet-aspnet/*/eval.vally.yaml"
- "tests/dotnet-aspnetcore/*/eval.vally.yaml"

dotnet-data:
description: Data/EF Core evals
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This repository contains the .NET team's curated set of core skills and custom a
| [dotnet-ai](plugins/dotnet-ai/) | AI and ML skills for .NET: technology selection, LLM integration, agentic workflows, RAG pipelines, MCP, and classic ML with ML.NET. |
| [dotnet-template-engine](plugins/dotnet-template-engine/) | .NET Template Engine skills: template discovery, project scaffolding, and template authoring. |
| [dotnet-test](plugins/dotnet-test/) | Skills for running, diagnosing, and migrating .NET tests: test execution, filtering, platform detection, and MSTest workflows. |
| [dotnet-aspnet](plugins/dotnet-aspnet/) | ASP.NET Core web development skills including middleware, endpoints, real-time communication, and API patterns. |
| [dotnet-aspnetcore](plugins/dotnet-aspnetcore/) | ASP.NET Core web development skills including middleware, endpoints, real-time communication, and API patterns. |
| [dotnet-blazor](plugins/dotnet-blazor/) | Skills for Blazor development: component authoring, interactivity, and web application patterns. |
| [dotnet11](plugins/dotnet11/) | Skills for new .NET 11 APIs and language features. |

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "dotnet-aspnet",
"name": "dotnet-aspnetcore",
"version": "0.1.0",
"description": "ASP.NET Core web development skills including middleware, endpoints, real-time communication, and API patterns.",
"skills": ["./skills/"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: configuring-opentelemetry-dotnet
description: Evaluates the dotnet-aspnet/configuring-opentelemetry-dotnet skill
description: Evaluates the dotnet-aspnetcore/configuring-opentelemetry-dotnet skill
type: capability
config:
timeout: 3m
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: minimal-api-file-upload
description: Evaluates the dotnet-aspnet/minimal-api-file-upload skill
description: Evaluates the dotnet-aspnetcore/minimal-api-file-upload skill
type: capability
config:
timeout: 3m
Expand Down