From dd4a4cf240d09612478559fb11438a2eb06d3fef Mon Sep 17 00:00:00 2001 From: Adrien Clerbois <50712277+AClerbois@users.noreply.github.com> Date: Tue, 5 Aug 2025 14:10:19 +0000 Subject: [PATCH 1/2] [Docs] Update README with notice about demo website certificate renewal issues --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 536614f139..b5c3aa7188 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# ⚠️ Notice: We are experiencing possible certificate renewal issues for the demo website https://www.fluentui-blazor.net/. +If you encounter any problems, you can use the backup site: http://fluentui-blazor.azurewebsites.net/ + # Microsoft Fluent UI Blazor library [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) @@ -164,7 +167,7 @@ The `app-name` attribute needs to match your app's assembly name - initializersL initializersLoader replaces standard `fetch` function with one which provides the correct file in place of the empty `blazor.modules.json`. `fetch` is restored to its original state once `_framework/blazor.modules.json` request is intercepted. For more information regarding the bug, see issue [15234](https://github.com/dotnet/maui/issues/15234) in the MAUI repo. - + ## Use the DataGrid component with EF Core or OData Client If you want to use the `` with data provided through EF Core or an OData Client, you need to install an additional package so the grid knows how to resolve queries asynchronously for efficiency. Please see the [DataGrid](https://www.fluentui-blazor.net/DataGrid) page for more information. From 3634170d576be3ea7059b20dbb25c7704a6d0da4 Mon Sep 17 00:00:00 2001 From: Adrien Clerbois <50712277+AClerbois@users.noreply.github.com> Date: Tue, 5 Aug 2025 14:59:58 +0000 Subject: [PATCH 2/2] [Docs] Update backup site URL to use HTTPS in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5c3aa7188..7e996b9482 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ⚠️ Notice: We are experiencing possible certificate renewal issues for the demo website https://www.fluentui-blazor.net/. -If you encounter any problems, you can use the backup site: http://fluentui-blazor.azurewebsites.net/ +If you encounter any problems, you can use the backup site: https://fluentui-blazor.azurewebsites.net/ # Microsoft Fluent UI Blazor library