From bda5a7fc30c81ec11299f498ac83ea42add64911 Mon Sep 17 00:00:00 2001 From: James Montemagno Date: Fri, 5 Dec 2025 23:33:52 +0000 Subject: [PATCH 1/2] Update icon.svg and README to reflect C# focus --- .devcontainer/icon.svg | 15 +++++++++------ readme.md | 6 +++--- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.devcontainer/icon.svg b/.devcontainer/icon.svg index d204a090..439339ed 100644 --- a/.devcontainer/icon.svg +++ b/.devcontainer/icon.svg @@ -1,7 +1,10 @@ - - - - - - + + + + + + + + + diff --git a/readme.md b/readme.md index 1b790aec..1980c364 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,8 @@ -# GitHub Codespaces ♥️ .NET +# GitHub Codespaces ♥️ C# -Want to try out the latest performance improvements coming with .NET for web development? +Want to try out C# for web development? -This repo builds a Weather API, OpenAPI integration to test with [Scalar](https://learn.microsoft.com/aspnet/core/fundamentals/openapi/using-openapi-documents?view=aspnetcore-10.0#use-scalar-for-interactive-api-documentation), and displays the data in a web application using Blazor with .NET. +This repo builds a Weather API, OpenAPI integration to test with [Scalar](https://learn.microsoft.com/aspnet/core/fundamentals/openapi/using-openapi-documents?view=aspnetcore-10.0#use-scalar-for-interactive-api-documentation), and displays the data in a web application using Blazor with C#. We've given you both a frontend and backend to play around with and where you go from here is up to you! From 073cadf6726e91c116e121f2dec1844f5a90b38a Mon Sep 17 00:00:00 2001 From: James Montemagno Date: Fri, 5 Dec 2025 15:41:15 -0800 Subject: [PATCH 2/2] Update readme.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1980c364..fd6dda84 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ Want to try out C# for web development? -This repo builds a Weather API, OpenAPI integration to test with [Scalar](https://learn.microsoft.com/aspnet/core/fundamentals/openapi/using-openapi-documents?view=aspnetcore-10.0#use-scalar-for-interactive-api-documentation), and displays the data in a web application using Blazor with C#. +This repo builds a Weather API, OpenAPI integration to test with [Scalar](https://learn.microsoft.com/aspnet/core/fundamentals/openapi/using-openapi-documents?view=aspnetcore-10.0#use-scalar-for-interactive-api-documentation), and displays the data in a web application using Blazor (.NET/C#). We've given you both a frontend and backend to play around with and where you go from here is up to you!