Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
6 changes: 3 additions & 3 deletions src/Templates/src/cgmanifest.json
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot
Unrelated, undo this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Reverted the unrelated changes to cgmanifest.json. The file has been restored to its original state in commit 4536815.

Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"type": "nuget",
"nuget": {
"name": "Microsoft.Extensions.Configuration",
"version": "9.0.5"
"version": "9.0.8"
}
}
},
Expand All @@ -60,7 +60,7 @@
"type": "nuget",
"nuget": {
"name": "Microsoft.Extensions.DependencyInjection",
"version": "9.0.5"
"version": "9.0.8"
}
}
},
Expand All @@ -69,7 +69,7 @@
"type": "nuget",
"nuget": {
"name": "Microsoft.Extensions.Logging.Debug",
"version": "9.0.5"
"version": "9.0.8"
}
}
},
Expand Down
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot
Unrelated, undo this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Reverted the unrelated changes to this templatestrings.json file. All templatestrings.json files have been restored to their original state in commit 4536815.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"author": "Microsoft",
"name": ".NET MAUI Blazor Hybrid and Web App",
"_name.comment": "{Locked='.NET MAUI Blazor Hybrid', Locked='Web'}",
"description": "A multi-project app for creating a .NET MAUI Blazor Hybrid application with a Blazor Web project with a shared user interface.",
"postActions/openInEditor/description": "Opens Shared Pages/Home.razor in the editor.",
"symbols/applicationId/description": "Overrides the $(ApplicationId) in the project",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,10 @@
app.UseHttpsRedirection();

#endif
app.UseStaticFiles();
app.UseAntiforgery();

app.MapStaticAssets();

#if (UseServer && UseWebAssembly)
app.MapRazorComponents<App>()
.AddInteractiveServerRenderMode()
Expand Down
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot
Unrelated, undo this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Reverted the unrelated changes to this templatestrings.json file. All templatestrings.json files have been restored to their original state in commit 4536815.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"author": "Microsoft",
"name": ".NET MAUI Blazor Hybrid App",
"_name.comment": "{Locked='.NET MAUI Blazor Hybrid'}",
"description": "A project for creating a .NET MAUI application for iOS, Android, Mac Catalyst, WinUI, and Tizen using Blazor Hybrid",
"postActions/openInEditor/description": "Opens Components/Pages/Home.razor in the editor.",
"symbols/applicationId/description": "Overrides the $(ApplicationId) in the project",
Expand Down
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot
Unrelated, undo this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Reverted the unrelated changes to this templatestrings.json file. All templatestrings.json files have been restored to their original state in commit 4536815.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"author": "Microsoft",
"name": ".NET MAUI ContentPage (C#)",
"_name.comment": "{Locked}",
"description": "A page for displaying content using C#.",
"postActions/openInEditor/description": "Opens NewPage1.cs in the editor.",
"symbols/namespace/description": "Namespace for the generated code."
Expand Down
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot
Unrelated, undo this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Reverted the unrelated changes to this templatestrings.json file. All templatestrings.json files have been restored to their original state in commit 4536815.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"author": "Microsoft",
"name": ".NET MAUI ContentPage (XAML)",
"_name.comment": "{Locked}",
"description": "A page for displaying content using XAML.",
"postActions/openInEditor/description": "Opens NewPage1.xaml in the editor.",
"symbols/namespace/description": "namespace for the generated code"
Expand Down
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot
Unrelated, undo this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Reverted the unrelated changes to this templatestrings.json file. All templatestrings.json files have been restored to their original state in commit 4536815.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"author": "Microsoft",
"name": ".NET MAUI ContentView (C#)",
"_name.comment": "{Locked}",
"description": "A view for displaying content using C#. This is very suitable for creating your own custom and reusable controls.",
"postActions/openInEditor/description": "Opens NewContent1.cs in the editor.",
"symbols/namespace/description": "Namespace for the generated code."
Expand Down
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot
Unrelated, undo this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Reverted the unrelated changes to this templatestrings.json file. All templatestrings.json files have been restored to their original state in commit 4536815.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"author": "Microsoft",
"name": ".NET MAUI ContentView (XAML)",
"_name.comment": "{Locked}",
"description": "A view for displaying content using XAML. This is very suitable for creating your own custom and reusable controls.",
"postActions/openInEditor/description": "Opens NewContent1.xaml in the editor.",
"symbols/namespace/description": "Namespace for the generated code."
Expand Down
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot
Unrelated, undo this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Reverted the unrelated changes to this templatestrings.json file. All templatestrings.json files have been restored to their original state in commit 4536815.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"author": "Microsoft",
"name": ".NET MAUI Class Library",
"_name.comment": "{Locked='.NET MAUI Class'}",
"description": "A project for creating a .NET MAUI class library",
"postActions/openInEditor/description": "Opens Class1.cs in the editor.",
"symbols/Framework/description": "The target framework for the project.",
Expand Down
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot
Unrelated, undo this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Reverted the unrelated changes to this templatestrings.json file. All templatestrings.json files have been restored to their original state in commit 4536815.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"author": "Microsoft",
"name": ".NET MAUI App",
"_name.comment": "{Locked='.NET MAUI'}",
"description": "A project for creating a .NET MAUI application for iOS, Android, Mac Catalyst, WinUI and Tizen",
"postActions/openInEditor/description": "Opens MainPage.xaml in the editor.",
"postActions/restore/description": "Restore NuGet packages required by this project.",
Expand Down
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot
Unrelated, undo this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Reverted the unrelated changes to this templatestrings.json file. All templatestrings.json files have been restored to their original state in commit 4536815.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"author": "Microsoft",
"name": ".NET MAUI Multi-Project App",
"_name.comment": "{Locked='.NET MAUI'}",
"description": "A project for creating a .NET MAUI application for iOS, Android, Mac Catalyst and WinUI with multiple, separate app projects.",
"postActions/openInEditor/description": "Opens MainPage.xaml in the editor.",
"symbols/applicationId/description": "Overrides the $(ApplicationId) in the project",
Expand Down
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot
Unrelated, undo this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Reverted the unrelated changes to this templatestrings.json file. All templatestrings.json files have been restored to their original state in commit 4536815.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"author": "Microsoft",
"name": ".NET MAUI ResourceDictionary (XAML)",
"_name.comment": "{Locked}",
"description": "A repository for resources that are used by a .NET MAUI app. Typical resources that are stored in a ResourceDictionary include styles, control templates, data templates, converters, and colors.",
"postActions/openInEditor/description": "Opens Dictionary1.xaml in the editor.",
"symbols/namespace/description": "Namespace for the generated code."
Expand Down
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot
Unrelated, undo this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Reverted the unrelated changes to this templatestrings.json file. All templatestrings.json files have been restored to their original state in commit 4536815.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"author": "Microsoft",
"name": ".NET MAUI Window (C#)",
"_name.comment": "{Locked}",
"description": "A window for displaying a page using C#.",
"postActions/openInEditor/description": "Opens NewWindow1.cs in the editor.",
"symbols/namespace/description": "Namespace for the generated code."
Expand Down
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot
Unrelated, undo this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Reverted the unrelated changes to this templatestrings.json file. All templatestrings.json files have been restored to their original state in commit 4536815.

Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"author": "Microsoft",
"name": ".NET MAUI Window (XAML)",
"_name.comment": "{Locked}",
"description": "A window for displaying a page using XAML.",
"postActions/openInEditor/description": "Opens NewWindow1.xaml in the editor.",
"symbols/namespace/description": "namespace for the generated code"
Expand Down