Skip to content

Commit 9a71712

Browse files
committed
Merge branch 'release/8.0' into merge/release/8.0-rc2-to-release/8.0
2 parents 3dbfa81 + 0cbe08f commit 9a71712

17 files changed

+456
-455
lines changed

eng/Version.Details.xml

Lines changed: 158 additions & 158 deletions
Large diffs are not rendered by default.

eng/Versions.props

Lines changed: 81 additions & 80 deletions
Large diffs are not rendered by default.

eng/targets/Helix.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<HelixTimeout>00:45:00</HelixTimeout>
1313
<HelixTestName>$(MSBuildProjectName)--$(TargetFramework)</HelixTestName>
1414
<LoggingTestingDisableFileLogging Condition="'$(IsHelixJob)' == 'true'">false</LoggingTestingDisableFileLogging>
15-
<NodeVersion>16.11.0</NodeVersion>
15+
<NodeVersion>20.7.0</NodeVersion>
1616

1717
<!--
1818
Many tests depend on the .dotnet/ layouts but only a few (those that restore or test packages) require

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"msbuild-sdks": {
2929
"Yarn.MSBuild": "1.22.10",
30-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23451.1",
31-
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23451.1"
30+
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.23463.1",
31+
"Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23463.1"
3232
}
3333
}

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config/localize/templatestrings.cs.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@
1111
"symbols/kestrelHttpsPort/description": "Číslo portu, který se má použít pro koncový bod HTTPS v souboru launchSettings.json. Tato možnost se dá použít jenom v případě, že se nepoužije parametr no-https (no-https se bude ignorovat, pokud se použije IndividualAuth nebo OrganizationalAuth).",
1212
"symbols/iisHttpPort/description": "Číslo portu, který se má použít pro koncový bod IIS Express HTTP v souboru launchSettings.json.",
1313
"symbols/iisHttpsPort/description": "Číslo portu, který se má použít pro koncový bod IIS Express HTTPS v souboru launchSettings.json. Tato možnost se dá použít jenom v případě, že se nepoužije parametr no-https (no-https se bude ignorovat, pokud se použije IndividualAuth nebo OrganizationalAuth).",
14-
"symbols/InteractivityPlatform/displayName": "_Interactivity type",
15-
"symbols/InteractivityPlatform/description": "Chooses which hosting platform to use for interactive components",
16-
"symbols/InteractivityPlatform/choices/None/displayName": "None",
17-
"symbols/InteractivityPlatform/choices/None/description": "No interactivity (static server rendering only)",
14+
"symbols/InteractivityPlatform/displayName": "Typ _Interactivity",
15+
"symbols/InteractivityPlatform/description": "Určuje, která hostitelská platforma se má použít pro interaktivní komponenty.",
16+
"symbols/InteractivityPlatform/choices/None/displayName": "Žádné",
17+
"symbols/InteractivityPlatform/choices/None/description": "Žádná interaktivita (pouze vykreslování statického serveru)",
1818
"symbols/InteractivityPlatform/choices/Server/displayName": "Server",
19-
"symbols/InteractivityPlatform/choices/Server/description": "Runs on the server",
19+
"symbols/InteractivityPlatform/choices/Server/description": "Spouští se na serveru.",
2020
"symbols/InteractivityPlatform/choices/WebAssembly/displayName": "WebAssembly",
21-
"symbols/InteractivityPlatform/choices/WebAssembly/description": "Runs in the browser using WebAssembly",
22-
"symbols/InteractivityPlatform/choices/Auto/displayName": "Auto (Server and WebAssembly)",
23-
"symbols/InteractivityPlatform/choices/Auto/description": "Uses Server while downloading WebAssembly assets, then uses WebAssembly",
24-
"symbols/InteractivityLocation/displayName": "_Interactivity location",
25-
"symbols/InteractivityLocation/description": "Chooses which components will have interactive rendering enabled",
26-
"symbols/InteractivityLocation/choices/InteractivePerPage/displayName": "Per page or component",
27-
"symbols/InteractivityLocation/choices/InteractivePerPage/description": "Interactivity is applied on a per-page or per-component basis",
28-
"symbols/InteractivityLocation/choices/InteractiveGlobal/displayName": "Global",
29-
"symbols/InteractivityLocation/choices/InteractiveGlobal/description": "Interactivity is applied at the root level",
21+
"symbols/InteractivityPlatform/choices/WebAssembly/description": "Spustí se v prohlížeči pomocí WebAssembly.",
22+
"symbols/InteractivityPlatform/choices/Auto/displayName": "Automaticky (Server a WebAssembly)",
23+
"symbols/InteractivityPlatform/choices/Auto/description": "Při stahování prostředků WebAssembly používá Server a pak WebAssembly.",
24+
"symbols/InteractivityLocation/displayName": "_Interactivity umístění",
25+
"symbols/InteractivityLocation/description": "Zvolí, které komponenty budou mít povolené interaktivní vykreslování.",
26+
"symbols/InteractivityLocation/choices/InteractivePerPage/displayName": "Na stránku nebo komponentu",
27+
"symbols/InteractivityLocation/choices/InteractivePerPage/description": "Interaktivita se používá pro jednotlivé stránky nebo jednotlivé komponenty.",
28+
"symbols/InteractivityLocation/choices/InteractiveGlobal/displayName": "Globální",
29+
"symbols/InteractivityLocation/choices/InteractiveGlobal/description": "Interaktivita se používá na kořenové úrovni.",
3030
"symbols/IncludeSampleContent/displayName": "_Zahrnout ukázkové stránky",
3131
"symbols/IncludeSampleContent/description": "Nastavuje, jestli se mají přidávat ukázkové stránky a styly pro demonstraci základních vzorů použití.",
3232
"symbols/Empty/description": "Nastavuje, jestli se mají vynechat ukázkové stránky a styly, které demonstrují základní vzory použití.",
3333
"symbols/auth/choices/None/description": "No authentication",
3434
"symbols/auth/choices/Individual/description": "Individual authentication",
3535
"symbols/auth/description": "The type of authentication to use",
3636
"symbols/UseLocalDB/description": "Whether to use LocalDB instead of SQLite. This option only applies if --auth Individual is specified.",
37-
"symbols/AllInteractive/displayName": "_Enable interactive rendering globally throughout the site",
38-
"symbols/AllInteractive/description": "Configures whether to make every page interactive by applying an interactive render mode at the top level. If false, pages will use static server rendering by default, and can be marked interactive on a per-page or per-component basis.",
37+
"symbols/AllInteractive/displayName": "_Povolit interaktivní vykreslování globálně na celém webu",
38+
"symbols/AllInteractive/description": "Konfiguruje, jestli se má každá stránka nastavit jako interaktivní, a to použitím interaktivního režimu vykreslování na nejvyšší úrovni. Pokud se nastaví na false, stránky budou ve výchozím nastavení používat vykreslování statického serveru a dají se označit jako interaktivní pro jednotlivé stránky nebo komponenty.",
3939
"symbols/NoHttps/description": "Určuje, jestli se má protokol HTTPS vypnout. Tato možnost platí jenom v případě, že se pro --auth nepoužívají Individual, IndividualB2C, SingleOrg ani MultiOrg.",
4040
"symbols/UseProgramMain/displayName": "Nepoužívat _příkazy nejvyšší úrovně",
4141
"symbols/UseProgramMain/description": "Určuje, jestli se má místo příkazů nejvyšší úrovně generovat explicitní třída Program a metoda Main.",

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config/localize/templatestrings.de.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@
1111
"symbols/kestrelHttpsPort/description": "Portnummer, die für den HTTPS Endpunkt in launchSettings.json verwendet werden soll. Diese Option ist nur anwendbar, wenn der Parameter no-https nicht verwendet wird (no-https wird ignoriert, wenn entweder IndividualAuth oder OrganizationalAuth verwendet wird).",
1212
"symbols/iisHttpPort/description": "Portnummer, die für den IIS Express HTTP Endpunkt in launchSettings.json verwendet werden soll.",
1313
"symbols/iisHttpsPort/description": "Portnummer, die für den IIS Express HTTPS Endpunkt in launchSettings.json verwendet werden soll. Diese Option ist nur anwendbar, wenn der Parameter no-https nicht verwendet wird (no-https wird ignoriert, wenn entweder IndividualAuth oder OrganizationalAuth verwendet wird).",
14-
"symbols/InteractivityPlatform/displayName": "_Interactivity type",
15-
"symbols/InteractivityPlatform/description": "Chooses which hosting platform to use for interactive components",
16-
"symbols/InteractivityPlatform/choices/None/displayName": "None",
17-
"symbols/InteractivityPlatform/choices/None/description": "No interactivity (static server rendering only)",
14+
"symbols/InteractivityPlatform/displayName": "_Interaktivitätstyp",
15+
"symbols/InteractivityPlatform/description": "Wählt aus, welche Hostingplattform für interaktive Komponenten verwendet werden soll.",
16+
"symbols/InteractivityPlatform/choices/None/displayName": "Keine",
17+
"symbols/InteractivityPlatform/choices/None/description": "Keine Interaktivität (nur statisches Serverrendering)",
1818
"symbols/InteractivityPlatform/choices/Server/displayName": "Server",
19-
"symbols/InteractivityPlatform/choices/Server/description": "Runs on the server",
19+
"symbols/InteractivityPlatform/choices/Server/description": "Wird auf dem Server ausgeführt",
2020
"symbols/InteractivityPlatform/choices/WebAssembly/displayName": "WebAssembly",
21-
"symbols/InteractivityPlatform/choices/WebAssembly/description": "Runs in the browser using WebAssembly",
22-
"symbols/InteractivityPlatform/choices/Auto/displayName": "Auto (Server and WebAssembly)",
23-
"symbols/InteractivityPlatform/choices/Auto/description": "Uses Server while downloading WebAssembly assets, then uses WebAssembly",
24-
"symbols/InteractivityLocation/displayName": "_Interactivity location",
25-
"symbols/InteractivityLocation/description": "Chooses which components will have interactive rendering enabled",
26-
"symbols/InteractivityLocation/choices/InteractivePerPage/displayName": "Per page or component",
27-
"symbols/InteractivityLocation/choices/InteractivePerPage/description": "Interactivity is applied on a per-page or per-component basis",
21+
"symbols/InteractivityPlatform/choices/WebAssembly/description": "Wird im Browser mithilfe von WebAssembly ausgeführt",
22+
"symbols/InteractivityPlatform/choices/Auto/displayName": "Automatisch (Server und WebAssembly)",
23+
"symbols/InteractivityPlatform/choices/Auto/description": "Verwendet Server beim Herunterladen von WebAssembly-Ressourcen und dann WebAssembly",
24+
"symbols/InteractivityLocation/displayName": "_Interaktivitätsstandort",
25+
"symbols/InteractivityLocation/description": "Wählt aus, für welche Komponenten das interaktive Rendering aktiviert werden soll",
26+
"symbols/InteractivityLocation/choices/InteractivePerPage/displayName": "Pro Seite/ Komponente",
27+
"symbols/InteractivityLocation/choices/InteractivePerPage/description": "Interaktivität wird auf Seiten- oder Komponentenbasis angewendet",
2828
"symbols/InteractivityLocation/choices/InteractiveGlobal/displayName": "Global",
29-
"symbols/InteractivityLocation/choices/InteractiveGlobal/description": "Interactivity is applied at the root level",
29+
"symbols/InteractivityLocation/choices/InteractiveGlobal/description": "Interaktivität wird auf Stammebene angewendet",
3030
"symbols/IncludeSampleContent/displayName": "_Include Beispielseiten",
3131
"symbols/IncludeSampleContent/description": "Konfiguriert, ob Beispielseiten und Stile hinzugefügt werden, um grundlegende Verwendungsmuster zu veranschaulichen.",
3232
"symbols/Empty/description": "Konfiguriert, ob Beispielseiten und Formatierungen weggelassen werden sollen, die grundlegende Verwendungsmuster veranschaulichen.",
3333
"symbols/auth/choices/None/description": "No authentication",
3434
"symbols/auth/choices/Individual/description": "Individual authentication",
3535
"symbols/auth/description": "The type of authentication to use",
3636
"symbols/UseLocalDB/description": "Whether to use LocalDB instead of SQLite. This option only applies if --auth Individual is specified.",
37-
"symbols/AllInteractive/displayName": "_Enable interactive rendering globally throughout the site",
38-
"symbols/AllInteractive/description": "Configures whether to make every page interactive by applying an interactive render mode at the top level. If false, pages will use static server rendering by default, and can be marked interactive on a per-page or per-component basis.",
37+
"symbols/AllInteractive/displayName": "_Aktivieren des interaktiven Renderings global auf der gesamten Website",
38+
"symbols/AllInteractive/description": "Konfiguriert, ob jede Seite interaktiv werden soll, indem ein interaktiver Rendermodus auf der obersten Ebene angewendet wird. False gibt an, dass Seiten standardmäßig statisches Serverrendering verwenden und auf Seiten- oder Komponentenbasis als interaktiv markiert werden können.",
3939
"symbols/NoHttps/description": "Ob HTTPS deaktiviert werden soll. Diese Option gilt nur, wenn Individual, IndividualB2C, SingleOrg oder MultiOrg nicht für --auth verwendet werden.",
4040
"symbols/UseProgramMain/displayName": "Keine Anweisungen_der obersten Ebene verwenden",
4141
"symbols/UseProgramMain/description": "Gibt an, ob anstelle von Anweisungen der obersten Ebene eine explizite Programmklasse und eine Main-Methode generiert werden soll.",

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorWeb-CSharp/.template.config/localize/templatestrings.es.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,31 +11,31 @@
1111
"symbols/kestrelHttpsPort/description": "Número de puerto que se va a usar para el punto de conexión HTTPS en launchSettings.json. Esta opción solo es aplicable cuando no se usa el parámetro no-https (no-https se omitirá si se usa IndividualAuth o OrganizationalAuth).",
1212
"symbols/iisHttpPort/description": "Número de puerto que se va a usar para el punto de conexión HTTP de IIS Express en launchSettings.json.",
1313
"symbols/iisHttpsPort/description": "Número de puerto que se va a usar para el punto de conexión HTTPS de IIS Express en launchSettings.json. Esta opción solo es aplicable cuando no se usa el parámetro no-https (no-https se omitirá si se usa IndividualAuth o OrganizationalAuth).",
14-
"symbols/InteractivityPlatform/displayName": "_Interactivity type",
15-
"symbols/InteractivityPlatform/description": "Chooses which hosting platform to use for interactive components",
16-
"symbols/InteractivityPlatform/choices/None/displayName": "None",
17-
"symbols/InteractivityPlatform/choices/None/description": "No interactivity (static server rendering only)",
18-
"symbols/InteractivityPlatform/choices/Server/displayName": "Server",
19-
"symbols/InteractivityPlatform/choices/Server/description": "Runs on the server",
14+
"symbols/InteractivityPlatform/displayName": "_Interactivity tipo",
15+
"symbols/InteractivityPlatform/description": "Elige la plataforma de hospedaje que se va a usar para los componentes interactivos",
16+
"symbols/InteractivityPlatform/choices/None/displayName": "Ninguno",
17+
"symbols/InteractivityPlatform/choices/None/description": "Sin interactividad (solo representación de servidor estático)",
18+
"symbols/InteractivityPlatform/choices/Server/displayName": "Servidor",
19+
"symbols/InteractivityPlatform/choices/Server/description": "Se ejecuta en el servidor",
2020
"symbols/InteractivityPlatform/choices/WebAssembly/displayName": "WebAssembly",
21-
"symbols/InteractivityPlatform/choices/WebAssembly/description": "Runs in the browser using WebAssembly",
22-
"symbols/InteractivityPlatform/choices/Auto/displayName": "Auto (Server and WebAssembly)",
23-
"symbols/InteractivityPlatform/choices/Auto/description": "Uses Server while downloading WebAssembly assets, then uses WebAssembly",
24-
"symbols/InteractivityLocation/displayName": "_Interactivity location",
25-
"symbols/InteractivityLocation/description": "Chooses which components will have interactive rendering enabled",
26-
"symbols/InteractivityLocation/choices/InteractivePerPage/displayName": "Per page or component",
27-
"symbols/InteractivityLocation/choices/InteractivePerPage/description": "Interactivity is applied on a per-page or per-component basis",
21+
"symbols/InteractivityPlatform/choices/WebAssembly/description": "Se ejecuta en el explorador mediante WebAssembly",
22+
"symbols/InteractivityPlatform/choices/Auto/displayName": "Automático (Servidor y WebAssembly)",
23+
"symbols/InteractivityPlatform/choices/Auto/description": "Usa el servidor al descargar los activos de WebAssembly y, a continuación, usa WebAssembly",
24+
"symbols/InteractivityLocation/displayName": "_Interactivity ubicación",
25+
"symbols/InteractivityLocation/description": "Elige qué componentes tendrán habilitada la representación interactiva",
26+
"symbols/InteractivityLocation/choices/InteractivePerPage/displayName": "Por página o componente",
27+
"symbols/InteractivityLocation/choices/InteractivePerPage/description": "La interactividad se aplica por página o por componente",
2828
"symbols/InteractivityLocation/choices/InteractiveGlobal/displayName": "Global",
29-
"symbols/InteractivityLocation/choices/InteractiveGlobal/description": "Interactivity is applied at the root level",
29+
"symbols/InteractivityLocation/choices/InteractiveGlobal/description": "La interactividad se aplica en el nivel raíz",
3030
"symbols/IncludeSampleContent/displayName": "_Incluir páginas de ejemplo",
3131
"symbols/IncludeSampleContent/description": "Configura si se van a agregar páginas de ejemplo y estilos para mostrar patrones de uso básicos.",
3232
"symbols/Empty/description": "Configura si se omiten las páginas de ejemplo y los estilos que muestran patrones de uso básicos.",
3333
"symbols/auth/choices/None/description": "No authentication",
3434
"symbols/auth/choices/Individual/description": "Individual authentication",
3535
"symbols/auth/description": "The type of authentication to use",
3636
"symbols/UseLocalDB/description": "Whether to use LocalDB instead of SQLite. This option only applies if --auth Individual is specified.",
37-
"symbols/AllInteractive/displayName": "_Enable interactive rendering globally throughout the site",
38-
"symbols/AllInteractive/description": "Configures whether to make every page interactive by applying an interactive render mode at the top level. If false, pages will use static server rendering by default, and can be marked interactive on a per-page or per-component basis.",
37+
"symbols/AllInteractive/displayName": "_Enable representación interactiva globalmente en todo el sitio",
38+
"symbols/AllInteractive/description": "Configura si todas las páginas son interactivas aplicando un modo de representación interactivo en el nivel superior. Si es false, las páginas usarán la representación de servidor estático de forma predeterminada y se pueden marcar como interactivas por página o por componente.",
3939
"symbols/NoHttps/description": "Si se va a desactivar HTTPS. Esta opción solo se aplica si Individual, IndividualB2C, SingleOrg o MultiOrg no se usan para --auth.",
4040
"symbols/UseProgramMain/displayName": "No usar instrucciones de _nivel superior",
4141
"symbols/UseProgramMain/description": "Indica si se debe generar una clase Program explícita y un método Main en lugar de instrucciones de nivel superior.",

0 commit comments

Comments
 (0)