-
Notifications
You must be signed in to change notification settings - Fork 452
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release/9.0-rc1] Template changes to consolidate to single package (#…
…6255) * WIP: Move net-8 templates into one package * Add donwlevel templates * Add workload constraint to downlevel templates * Remove Aspire.ProjectTemplates.net8 test references
- Loading branch information
Showing
378 changed files
with
4,688 additions
and
240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
75 changes: 0 additions & 75 deletions
75
src/Aspire.ProjectTemplates.net8/Aspire.ProjectTemplates.net8.csproj
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 18 additions & 0 deletions
18
...ates/templates/aspire-apphost-downlevel/.template.config/localize/templatestrings.cs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "Hostitel aplikací .NET Aspire 8", | ||
"description": "Šablona projektu pro vytvoření projektu hostitele aplikace .NET Aspire 8 (orchestrator).", | ||
"symbols/Framework/description": "Cílová architektura pro projekt", | ||
"symbols/Framework/choices/net8.0/description": "Cílový net8.0", | ||
"symbols/appHostHttpPort/description": "Číslo portu, který se má použít pro koncový bod HTTP v launchSettings.json projektu AppHost.", | ||
"symbols/appHostOtlpHttpPort/description": "Číslo portu, který se má použít pro koncový bod HTTP OTLP v launchSettings.json projektu AppHost.", | ||
"symbols/appHostResourceHttpPort/description": "Číslo portu, který se má použít pro koncový bod HTTP služby prostředků v launchSettings.json projektu AppHost.", | ||
"symbols/appHostHttpsPort/description": "Číslo portu, který se má použít pro koncový bod HTTPS v launchSettings.json projektu AppHost. Tato možnost se dá použít jenom v případě, že se nepoužívá parametr no-https.", | ||
"symbols/appHostOtlpHttpsPort/description": "Číslo portu, který se má použít pro koncový bod HTTPS OTLP v launchSettings.json projektu AppHost.", | ||
"symbols/appHostResourceHttpsPort/description": "Číslo portu, který se má použít pro koncový bod HTTPS služby prostředků v launchSettings.json projektu AppHost.", | ||
"symbols/skipRestore/description": "Pokud se tato možnost zadá, přeskočí automatické obnovení projektu při vytvoření.", | ||
"symbols/NoHttps/description": "Určuje, jestli se má vypnout protokol HTTPS.", | ||
"postActions/set-startup-project/description": "Nastaví projekt po spuštění v řešení", | ||
"postActions/restore/description": "Obnoví balíčky NuGet vyžadované tímto projektem.", | ||
"postActions/restore/manualInstructions/default/text": "Spustit dotnet restore" | ||
} |
18 changes: 18 additions & 0 deletions
18
...ates/templates/aspire-apphost-downlevel/.template.config/localize/templatestrings.de.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": ".NET Aspire-App-Host 8", | ||
"description": "Eine Projektvorlage zum Erstellen eines .NET Aspire-App-Hostprojekts 8 (Orchestrator).", | ||
"symbols/Framework/description": "Das Zielframework für das Projekt.", | ||
"symbols/Framework/choices/net8.0/description": "Ziel net8.0", | ||
"symbols/appHostHttpPort/description": "Portnummer, die für den HTTP-Endpunkt in launchSettings.json des AppHost-Projekts verwendet werden soll.", | ||
"symbols/appHostOtlpHttpPort/description": "Portnummer, die für den OTLP-HTTP-Endpunkt in launchSettings.json des AppHost-Projekts verwendet werden soll.", | ||
"symbols/appHostResourceHttpPort/description": "Portnummer, die für den HTTP-Endpunkt des Ressourcendiensts in launchSettings.json des AppHost-Projekts verwendet werden soll.", | ||
"symbols/appHostHttpsPort/description": "Portnummer, die für den HTTPS-Endpunkt in launchSettings.json des AppHost-Projekts verwendet werden soll. Diese Option ist nur anwendbar, wenn der Parameter no-https nicht verwendet wird.", | ||
"symbols/appHostOtlpHttpsPort/description": "Portnummer, die für den OTLP-HTTPS-Endpunkt in launchSettings.json des AppHost-Projekts verwendet werden soll.", | ||
"symbols/appHostResourceHttpsPort/description": "Portnummer, die für den HTTPS-Endpunkt des Ressourcendiensts in launchSettings.json des AppHost-Projekts verwendet werden soll.", | ||
"symbols/skipRestore/description": "Wenn angegeben, wird die automatische Wiederherstellung des Projekts beim Erstellen übersprungen.", | ||
"symbols/NoHttps/description": "Ob HTTPS deaktiviert werden soll.", | ||
"postActions/set-startup-project/description": "Legt das Startprojekt in der Lösung fest", | ||
"postActions/restore/description": "„NuGet-Pakete“ wiederherstellen, die für dieses Projekt erforderlich sind.", | ||
"postActions/restore/manualInstructions/default/text": "\"dotnet restore\" ausführen" | ||
} |
18 changes: 18 additions & 0 deletions
18
...ates/templates/aspire-apphost-downlevel/.template.config/localize/templatestrings.en.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": ".NET Aspire 8 App Host", | ||
"description": "A project template for creating a .NET Aspire 8 app host (orchestrator) project.", | ||
"symbols/Framework/description": "The target framework for the project.", | ||
"symbols/Framework/choices/net8.0/description": "Target net8.0", | ||
"symbols/appHostHttpPort/description": "Port number to use for the HTTP endpoint in launchSettings.json of the AppHost project.", | ||
"symbols/appHostOtlpHttpPort/description": "Port number to use for the OTLP HTTP endpoint in launchSettings.json of the AppHost project.", | ||
"symbols/appHostResourceHttpPort/description": "Port number to use for the resource service HTTP endpoint in launchSettings.json of the AppHost project.", | ||
"symbols/appHostHttpsPort/description": "Port number to use for the HTTPS endpoint in launchSettings.json of the AppHost project. This option is only applicable when the parameter no-https is not used.", | ||
"symbols/appHostOtlpHttpsPort/description": "Port number to use for the OTLP HTTPS endpoint in launchSettings.json of the AppHost project.", | ||
"symbols/appHostResourceHttpsPort/description": "Port number to use for the resource service HTTPS endpoint in launchSettings.json of the AppHost project.", | ||
"symbols/skipRestore/description": "If specified, skips the automatic restore of the project on create.", | ||
"symbols/NoHttps/description": "Whether to turn off HTTPS.", | ||
"postActions/set-startup-project/description": "Sets the startup project in the solution", | ||
"postActions/restore/description": "Restore NuGet packages required by this project.", | ||
"postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'" | ||
} |
18 changes: 18 additions & 0 deletions
18
...ates/templates/aspire-apphost-downlevel/.template.config/localize/templatestrings.es.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "Host de aplicación de .NET Runtime", | ||
"description": "Una plantilla de proyecto para crear un proyecto host (orquestador) de aplicación .NET Aspire 8.", | ||
"symbols/Framework/description": "Marco de destino del proyecto.", | ||
"symbols/Framework/choices/net8.0/description": "NET8.0 de destino", | ||
"symbols/appHostHttpPort/description": "Número de puerto que se va a usar para el punto de conexión HTTP en launchSettings.json del proyecto AppHost.", | ||
"symbols/appHostOtlpHttpPort/description": "Número de puerto que se va a usar para el punto de conexión HTTP de OTLP en launchSettings.json del proyecto AppHost.", | ||
"symbols/appHostResourceHttpPort/description": "Número de puerto que se va a usar para el punto de conexión HTTP del servicio de recursos en launchSettings.json del proyecto AppHost.", | ||
"symbols/appHostHttpsPort/description": "Número de puerto que se va a usar para el punto de conexión HTTPS en launchSettings.json del proyecto AppHost. Esta opción solo es aplicable cuando no se usa el parámetro no-https.", | ||
"symbols/appHostOtlpHttpsPort/description": "Número de puerto a usar para el punto de conexión HTTPS de la OTLP en launchSettings.json del proyecto AppHost.", | ||
"symbols/appHostResourceHttpsPort/description": "Número de puerto a usar para el punto de conexión HTTPS del servicio de recursos en launchSettings.json del proyecto AppHost.", | ||
"symbols/skipRestore/description": "Si se especifica, se omite la restauración automática del proyecto durante la creación.", | ||
"symbols/NoHttps/description": "Si se va a desactivar HTTPS.", | ||
"postActions/set-startup-project/description": "Establece el proyecto de inicio en la solución", | ||
"postActions/restore/description": "Restaure los paquetes NuGet necesarios para este proyecto.", | ||
"postActions/restore/manualInstructions/default/text": "Ejecutar \"dotnet restore\"" | ||
} |
18 changes: 18 additions & 0 deletions
18
...ates/templates/aspire-apphost-downlevel/.template.config/localize/templatestrings.fr.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"author": "Microsoft", | ||
"name": "Hôte de l'application .NET Aspire 8", | ||
"description": "Un modèle de projet pour créer un projet hôte (orchestrateur) d'application .NET Aspire 8.", | ||
"symbols/Framework/description": "Framework cible du projet.", | ||
"symbols/Framework/choices/net8.0/description": "Cible net8.0", | ||
"symbols/appHostHttpPort/description": "Numéro de port à utiliser pour le point de terminaison HTTP dans launchSettings.json du projet AppHost.", | ||
"symbols/appHostOtlpHttpPort/description": "Numéro de port à utiliser pour le point de terminaison HTTP OTLP dans launchSettings.json du projet AppHost.", | ||
"symbols/appHostResourceHttpPort/description": "Numéro de port à utiliser pour le point de terminaison HTTP du service de ressources dans launchSettings.json du projet AppHost.", | ||
"symbols/appHostHttpsPort/description": "Numéro de port à utiliser pour le point de terminaison HTTPS dans launchSettings.json du projet AppHost. Cette option n'est applicable que lorsque le paramètre no-https n'est pas utilisé.", | ||
"symbols/appHostOtlpHttpsPort/description": "Numéro de port à utiliser pour le point de terminaison HTTPS OTLP dans launchSettings.json du projet AppHost.", | ||
"symbols/appHostResourceHttpsPort/description": "Numéro de port à utiliser pour le point de terminaison HTTPS du service de ressources dans launchSettings.json du projet AppHost.", | ||
"symbols/skipRestore/description": "S’il est spécifié, ignore la restauration automatique du projet lors de la création.", | ||
"symbols/NoHttps/description": "Indique s’il faut désactiver HTTPS.", | ||
"postActions/set-startup-project/description": "Définit le projet de démarrage dans la solution", | ||
"postActions/restore/description": "Restaurez les packages NuGet requis par ce projet.", | ||
"postActions/restore/manualInstructions/default/text": "Exécutez 'dotnet restore'" | ||
} |
Oops, something went wrong.