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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Microsoft",
"name": ".NET Aspire App Host",
"description": "Manages and runs multiple services in your .NET Aspire app from one place.",
"description": "A project template for creating a .NET Aspire app host (orchestrator) project.",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/net8.0/description": "Target net8.0",
"symbols/Framework/choices/net9.0/description": "Target net9.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"name": ".NET Aspire App Host",
"defaultName": "AppHost",
"description": "Manages and runs multiple services in your .NET Aspire app from one place.",
"description": "A project template for creating a .NET Aspire app host (orchestrator) project.",
"shortName": "aspire-apphost",
"sourceName": "Aspire.AppHost1",
"preferNameDirectory": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Microsoft",
"name": ".NET Aspire Empty App",
"description": "Build cloud-native systems without preset services.",
"description": "A project template for creating an empty .NET Aspire app.",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/net8.0/description": "Target net8.0",
"symbols/Framework/choices/net9.0/description": "Target net9.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"name": ".NET Aspire Empty App",
"defaultName": "AspireApp",
"description": "Build cloud-native systems without preset services.",
"description": "A project template for creating an empty .NET Aspire app.",
"shortName": "aspire",
"sourceName": "AspireApplication.1",
"preferNameDirectory": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Microsoft",
"name": ".NET Aspire Test Project (MSTest)",
"description": "Beginner-friendly integration tests for your .NET Aspire app using MSTest.",
"description": "A project that contains MSTest integration tests of a .NET Aspire app host project.",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/net8.0/description": "Target net8.0",
"symbols/Framework/choices/net9.0/description": "Target net9.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"name": ".NET Aspire Test Project (MSTest)",
"defaultName": "Tests",
"description": "Beginner-friendly integration tests for your .NET Aspire app using MSTest.",
"description": "A project that contains MSTest integration tests of a .NET Aspire app host project.",
"shortName": "aspire-mstest",
"sourceName": "Aspire.Tests.1",
"preferNameDirectory": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Microsoft",
"name": ".NET Aspire Test Project (NUnit)",
"description": "Powerful integration testing for your app with the flexible and feature-rich NUnit framework.",
"description": "A project that contains NUnit integration tests of a .NET Aspire app host project.",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/net8.0/description": "Target net8.0",
"symbols/Framework/choices/net9.0/description": "Target net9.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"name": ".NET Aspire Test Project (NUnit)",
"defaultName": "Tests",
"description": "Powerful integration testing for your app with the flexible and feature-rich NUnit framework.",
"description": "A project that contains NUnit integration tests of a .NET Aspire app host project.",
"shortName": "aspire-nunit",
"sourceName": "Aspire.Tests.1",
"preferNameDirectory": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Microsoft",
"name": ".NET Aspire Service Defaults",
"description": "Service and cloud defaults wired up — just add your app logic.",
"description": "A project template for creating a .NET Aspire service defaults project.",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/net8.0/description": "Target net8.0",
"symbols/Framework/choices/net9.0/description": "Target net9.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"name": ".NET Aspire Service Defaults",
"defaultName": "ServiceDefaults",
"description": "Service and cloud defaults wired up — just add your app logic.",
"description": "A project template for creating a .NET Aspire service defaults project.",
"shortName": "aspire-servicedefaults",
"sourceName": "Aspire.ServiceDefaults1",
"preferNameDirectory": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Microsoft",
"name": ".NET Aspire Starter App",
"description": "A complete web app setup: frontend, backend, and optional caching for faster responses.",
"description": "A project template for creating a .NET Aspire app with a Blazor web frontend and web API backend service, optionally using Redis for caching.",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/net8.0/description": "Target net8.0",
"symbols/Framework/choices/net9.0/description": "Target net9.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"name": ".NET Aspire Starter App",
"defaultName": "AspireApp",
"description": "A complete web app setup: frontend, backend, and optional caching for faster responses.",
"description": "A project template for creating a .NET Aspire app with a Blazor web frontend and web API backend service, optionally using Redis for caching.",
"shortName": "aspire-starter",
"sourceName": "Aspire-StarterApplication.1",
"preferNameDirectory": false,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Microsoft",
"name": ".NET Aspire Test Project (xUnit)",
"description": "Modern, clean integration tests for your app using xUnit — great for scalable apps and teams.",
"description": "A project that contains xUnit.net integration tests of a .NET Aspire AppHost project.",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/net8.0/description": "Target net8.0",
"symbols/Framework/choices/net9.0/description": "Target net9.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"name": ".NET Aspire Test Project (xUnit)",
"defaultName": "Tests",
"description": "Modern, clean integration tests for your app using xUnit — great for scalable apps and teams.",
"description": "A project that contains xUnit.net integration tests of a .NET Aspire AppHost project.",
"shortName": "aspire-xunit",
"sourceName": "Aspire.Tests.1",
"preferNameDirectory": true,
Expand Down
Loading