Skip to content
Closed
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 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<Authors>Microsoft</Authors>
<ContentTargetFolders>Content</ContentTargetFolders>
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://json.schemastore.org/dotnetcli.host",
"symbolInfo": {
"Framework": {
"longName": "framework"
}
},
"usageExamples": [
"--framework DOTNET_TFM_VALUE"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"$schema": "https://json.schemastore.org/ide.host",
"icon": "ide/icon.ico",
"disableHttpsSymbol": "NoHttps",
"unsupportedHosts": [
{
"id": "vs",
"version": "(,17.3)"
}
],
"requiredComponents": [
{
"id": "Microsoft.VisualStudio.ComponentGroup.Maui.All",
"hostId": "vs",
"componentType": "SetupComponent"
}
],
"symbolInfo": [
{
"id": "InteractivityPlatform",
"isVisible": true,
"persistenceScope": "templateGroup"
},
{
"id": "IncludeSampleContent",
"isVisible": true,
"persistenceScope": "shared",
"persistenceScopeName": "Microsoft"
},
{
"id": "UseProgramMain",
"isVisible": true,
"persistenceScope": "shared",
"persistenceScopeName": "Microsoft"
}
]
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"author": "Microsoft",
"name": ".NET MAUI Fluent Blazor Hybrid and Web App",
"description": "A multi-project app for creating a .NET MAUI Blazor Hybrid application with a Blazor Web project with a shared user interface, using the Fluent UI Blazor components.",
"postActions/openInEditor/description": "Opens Shared Components/Pages/Home.razor in the editor.",
"symbols/applicationId/description": "Overrides the $(ApplicationId) in the project",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/DOTNET_TFM_VALUE/description": "Target DOTNET_TFM_VALUE",
"symbols/UserSecretsId/description": "The ID to use for secrets (use with Individual auth).",
"symbols/ExcludeLaunchSettings/description": "Whether to exclude launchSettings.json from the generated template.",
"symbols/kestrelHttpPort/description": "Port number to use for the HTTP endpoint in launchSettings.json.",
"symbols/kestrelHttpsPort/description": "Port number to use for the HTTPS endpoint in launchSettings.json. This option is only applicable when the parameter no-https is not used (no-https will be ignored if Individual auth is used).",
"symbols/iisHttpPort/description": "Port number to use for the IIS Express HTTP endpoint in launchSettings.json.",
"symbols/iisHttpsPort/description": "Port number to use for the IIS Express HTTPS endpoint in launchSettings.json. This option is only applicable when the parameter no-https is not used (no-https will be ignored if Individual auth is used).",
"symbols/InteractivityPlatform/displayName": "_Interactive render mode",
"symbols/InteractivityPlatform/description": "Chooses which interactive render mode to use for interactive components",
"symbols/InteractivityPlatform/choices/None/displayName": "None",
"symbols/InteractivityPlatform/choices/None/description": "No interactivity (static server rendering only)",
"symbols/InteractivityPlatform/choices/Server/displayName": "Server",
"symbols/InteractivityPlatform/choices/Server/description": "Runs on the server",
"symbols/InteractivityPlatform/choices/WebAssembly/displayName": "WebAssembly",
"symbols/InteractivityPlatform/choices/WebAssembly/description": "Runs in the browser using WebAssembly",
"symbols/InteractivityPlatform/choices/Auto/displayName": "Auto (Server and WebAssembly)",
"symbols/InteractivityPlatform/choices/Auto/description": "Uses Server while downloading WebAssembly assets, then uses WebAssembly",
"symbols/IncludeSampleContent/displayName": "_Include sample pages",
"symbols/IncludeSampleContent/description": "Configures whether to add sample pages and styling to demonstrate basic usage patterns.",
"symbols/Empty/description": "Configures whether to omit sample pages and styling that demonstrate basic usage patterns.",
"symbols/AllInteractive/displayName": "_Enable interactive rendering globally throughout the site",
"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.",
"symbols/NoHttps/description": "Whether to turn off HTTPS. This option only applies if Individual isn't used for --auth.",
"symbols/UseProgramMain/displayName": "Do not use _top-level statements",
"symbols/UseProgramMain/description": "Whether to generate an explicit Program class and Main method instead of top-level statements."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"author": "Microsoft",
"name": ".NET MAUI Fluent Blazor Hybrid and Web App",
"description": "A multi-project app for creating a .NET MAUI Blazor Hybrid application with a Blazor Web project with a shared user interface, using the Fluent UI Blazor components.",
"postActions/openInEditor/description": "Opens Shared Components/Pages/Home.razor in the editor.",
"symbols/applicationId/description": "Overrides the $(ApplicationId) in the project",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/DOTNET_TFM_VALUE/description": "Target DOTNET_TFM_VALUE",
"symbols/UserSecretsId/description": "The ID to use for secrets (use with Individual auth).",
"symbols/ExcludeLaunchSettings/description": "Whether to exclude launchSettings.json from the generated template.",
"symbols/kestrelHttpPort/description": "Port number to use for the HTTP endpoint in launchSettings.json.",
"symbols/kestrelHttpsPort/description": "Port number to use for the HTTPS endpoint in launchSettings.json. This option is only applicable when the parameter no-https is not used (no-https will be ignored if Individual auth is used).",
"symbols/iisHttpPort/description": "Port number to use for the IIS Express HTTP endpoint in launchSettings.json.",
"symbols/iisHttpsPort/description": "Port number to use for the IIS Express HTTPS endpoint in launchSettings.json. This option is only applicable when the parameter no-https is not used (no-https will be ignored if Individual auth is used).",
"symbols/InteractivityPlatform/displayName": "_Interactive render mode",
"symbols/InteractivityPlatform/description": "Chooses which interactive render mode to use for interactive components",
"symbols/InteractivityPlatform/choices/None/displayName": "None",
"symbols/InteractivityPlatform/choices/None/description": "No interactivity (static server rendering only)",
"symbols/InteractivityPlatform/choices/Server/displayName": "Server",
"symbols/InteractivityPlatform/choices/Server/description": "Runs on the server",
"symbols/InteractivityPlatform/choices/WebAssembly/displayName": "WebAssembly",
"symbols/InteractivityPlatform/choices/WebAssembly/description": "Runs in the browser using WebAssembly",
"symbols/InteractivityPlatform/choices/Auto/displayName": "Auto (Server and WebAssembly)",
"symbols/InteractivityPlatform/choices/Auto/description": "Uses Server while downloading WebAssembly assets, then uses WebAssembly",
"symbols/IncludeSampleContent/displayName": "_Include sample pages",
"symbols/IncludeSampleContent/description": "Configures whether to add sample pages and styling to demonstrate basic usage patterns.",
"symbols/Empty/description": "Configures whether to omit sample pages and styling that demonstrate basic usage patterns.",
"symbols/AllInteractive/displayName": "_Enable interactive rendering globally throughout the site",
"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.",
"symbols/NoHttps/description": "Whether to turn off HTTPS. This option only applies if Individual isn't used for --auth.",
"symbols/UseProgramMain/displayName": "Do not use _top-level statements",
"symbols/UseProgramMain/description": "Whether to generate an explicit Program class and Main method instead of top-level statements."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"author": "Microsoft",
"name": ".NET MAUI Fluent Blazor Hybrid and Web App",
"description": "A multi-project app for creating a .NET MAUI Blazor Hybrid application with a Blazor Web project with a shared user interface, using the Fluent UI Blazor components.",
"postActions/openInEditor/description": "Opens Shared Components/Pages/Home.razor in the editor.",
"symbols/applicationId/description": "Overrides the $(ApplicationId) in the project",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/DOTNET_TFM_VALUE/description": "Target DOTNET_TFM_VALUE",
"symbols/UserSecretsId/description": "The ID to use for secrets (use with Individual auth).",
"symbols/ExcludeLaunchSettings/description": "Whether to exclude launchSettings.json from the generated template.",
"symbols/kestrelHttpPort/description": "Port number to use for the HTTP endpoint in launchSettings.json.",
"symbols/kestrelHttpsPort/description": "Port number to use for the HTTPS endpoint in launchSettings.json. This option is only applicable when the parameter no-https is not used (no-https will be ignored if Individual auth is used).",
"symbols/iisHttpPort/description": "Port number to use for the IIS Express HTTP endpoint in launchSettings.json.",
"symbols/iisHttpsPort/description": "Port number to use for the IIS Express HTTPS endpoint in launchSettings.json. This option is only applicable when the parameter no-https is not used (no-https will be ignored if Individual auth is used).",
"symbols/InteractivityPlatform/displayName": "_Interactive render mode",
"symbols/InteractivityPlatform/description": "Chooses which interactive render mode to use for interactive components",
"symbols/InteractivityPlatform/choices/None/displayName": "None",
"symbols/InteractivityPlatform/choices/None/description": "No interactivity (static server rendering only)",
"symbols/InteractivityPlatform/choices/Server/displayName": "Server",
"symbols/InteractivityPlatform/choices/Server/description": "Runs on the server",
"symbols/InteractivityPlatform/choices/WebAssembly/displayName": "WebAssembly",
"symbols/InteractivityPlatform/choices/WebAssembly/description": "Runs in the browser using WebAssembly",
"symbols/InteractivityPlatform/choices/Auto/displayName": "Auto (Server and WebAssembly)",
"symbols/InteractivityPlatform/choices/Auto/description": "Uses Server while downloading WebAssembly assets, then uses WebAssembly",
"symbols/IncludeSampleContent/displayName": "_Include sample pages",
"symbols/IncludeSampleContent/description": "Configures whether to add sample pages and styling to demonstrate basic usage patterns.",
"symbols/Empty/description": "Configures whether to omit sample pages and styling that demonstrate basic usage patterns.",
"symbols/AllInteractive/displayName": "_Enable interactive rendering globally throughout the site",
"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.",
"symbols/NoHttps/description": "Whether to turn off HTTPS. This option only applies if Individual isn't used for --auth.",
"symbols/UseProgramMain/displayName": "Do not use _top-level statements",
"symbols/UseProgramMain/description": "Whether to generate an explicit Program class and Main method instead of top-level statements."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"author": "Microsoft",
"name": ".NET MAUI Fluent Blazor Hybrid and Web App",
"description": "A multi-project app for creating a .NET MAUI Blazor Hybrid application with a Blazor Web project with a shared user interface, using the Fluent UI Blazor components.",
"postActions/openInEditor/description": "Opens Shared Components/Pages/Home.razor in the editor.",
"symbols/applicationId/description": "Overrides the $(ApplicationId) in the project",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/DOTNET_TFM_VALUE/description": "Target DOTNET_TFM_VALUE",
"symbols/UserSecretsId/description": "The ID to use for secrets (use with Individual auth).",
"symbols/ExcludeLaunchSettings/description": "Whether to exclude launchSettings.json from the generated template.",
"symbols/kestrelHttpPort/description": "Port number to use for the HTTP endpoint in launchSettings.json.",
"symbols/kestrelHttpsPort/description": "Port number to use for the HTTPS endpoint in launchSettings.json. This option is only applicable when the parameter no-https is not used (no-https will be ignored if Individual auth is used).",
"symbols/iisHttpPort/description": "Port number to use for the IIS Express HTTP endpoint in launchSettings.json.",
"symbols/iisHttpsPort/description": "Port number to use for the IIS Express HTTPS endpoint in launchSettings.json. This option is only applicable when the parameter no-https is not used (no-https will be ignored if Individual auth is used).",
"symbols/InteractivityPlatform/displayName": "_Interactive render mode",
"symbols/InteractivityPlatform/description": "Chooses which interactive render mode to use for interactive components",
"symbols/InteractivityPlatform/choices/None/displayName": "None",
"symbols/InteractivityPlatform/choices/None/description": "No interactivity (static server rendering only)",
"symbols/InteractivityPlatform/choices/Server/displayName": "Server",
"symbols/InteractivityPlatform/choices/Server/description": "Runs on the server",
"symbols/InteractivityPlatform/choices/WebAssembly/displayName": "WebAssembly",
"symbols/InteractivityPlatform/choices/WebAssembly/description": "Runs in the browser using WebAssembly",
"symbols/InteractivityPlatform/choices/Auto/displayName": "Auto (Server and WebAssembly)",
"symbols/InteractivityPlatform/choices/Auto/description": "Uses Server while downloading WebAssembly assets, then uses WebAssembly",
"symbols/IncludeSampleContent/displayName": "_Include sample pages",
"symbols/IncludeSampleContent/description": "Configures whether to add sample pages and styling to demonstrate basic usage patterns.",
"symbols/Empty/description": "Configures whether to omit sample pages and styling that demonstrate basic usage patterns.",
"symbols/AllInteractive/displayName": "_Enable interactive rendering globally throughout the site",
"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.",
"symbols/NoHttps/description": "Whether to turn off HTTPS. This option only applies if Individual isn't used for --auth.",
"symbols/UseProgramMain/displayName": "Do not use _top-level statements",
"symbols/UseProgramMain/description": "Whether to generate an explicit Program class and Main method instead of top-level statements."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"author": "Microsoft",
"name": ".NET MAUI Fluent Blazor Hybrid and Web App",
"description": "A multi-project app for creating a .NET MAUI Blazor Hybrid application with a Blazor Web project with a shared user interface, using the Fluent UI Blazor components.",
"postActions/openInEditor/description": "Opens Shared Components/Pages/Home.razor in the editor.",
"symbols/applicationId/description": "Overrides the $(ApplicationId) in the project",
"symbols/Framework/description": "The target framework for the project.",
"symbols/Framework/choices/DOTNET_TFM_VALUE/description": "Target DOTNET_TFM_VALUE",
"symbols/UserSecretsId/description": "The ID to use for secrets (use with Individual auth).",
"symbols/ExcludeLaunchSettings/description": "Whether to exclude launchSettings.json from the generated template.",
"symbols/kestrelHttpPort/description": "Port number to use for the HTTP endpoint in launchSettings.json.",
"symbols/kestrelHttpsPort/description": "Port number to use for the HTTPS endpoint in launchSettings.json. This option is only applicable when the parameter no-https is not used (no-https will be ignored if Individual auth is used).",
"symbols/iisHttpPort/description": "Port number to use for the IIS Express HTTP endpoint in launchSettings.json.",
"symbols/iisHttpsPort/description": "Port number to use for the IIS Express HTTPS endpoint in launchSettings.json. This option is only applicable when the parameter no-https is not used (no-https will be ignored if Individual auth is used).",
"symbols/InteractivityPlatform/displayName": "_Interactive render mode",
"symbols/InteractivityPlatform/description": "Chooses which interactive render mode to use for interactive components",
"symbols/InteractivityPlatform/choices/None/displayName": "None",
"symbols/InteractivityPlatform/choices/None/description": "No interactivity (static server rendering only)",
"symbols/InteractivityPlatform/choices/Server/displayName": "Server",
"symbols/InteractivityPlatform/choices/Server/description": "Runs on the server",
"symbols/InteractivityPlatform/choices/WebAssembly/displayName": "WebAssembly",
"symbols/InteractivityPlatform/choices/WebAssembly/description": "Runs in the browser using WebAssembly",
"symbols/InteractivityPlatform/choices/Auto/displayName": "Auto (Server and WebAssembly)",
"symbols/InteractivityPlatform/choices/Auto/description": "Uses Server while downloading WebAssembly assets, then uses WebAssembly",
"symbols/IncludeSampleContent/displayName": "_Include sample pages",
"symbols/IncludeSampleContent/description": "Configures whether to add sample pages and styling to demonstrate basic usage patterns.",
"symbols/Empty/description": "Configures whether to omit sample pages and styling that demonstrate basic usage patterns.",
"symbols/AllInteractive/displayName": "_Enable interactive rendering globally throughout the site",
"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.",
"symbols/NoHttps/description": "Whether to turn off HTTPS. This option only applies if Individual isn't used for --auth.",
"symbols/UseProgramMain/displayName": "Do not use _top-level statements",
"symbols/UseProgramMain/description": "Whether to generate an explicit Program class and Main method instead of top-level statements."
}
Loading