From 292c0ea9033a4ffa956ff9e48a950e3d271af2fe Mon Sep 17 00:00:00 2001 From: KarthikeyanSF4227 <150327068+KarthikeyanSF4227@users.noreply.github.com> Date: Fri, 14 Nov 2025 22:31:54 +0530 Subject: [PATCH 1/8] 786407: Updated the document Added .NET 10.0 compatibility information for Syncfusion Blazor components. --- blazor/common/how-to/version-compatibility.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blazor/common/how-to/version-compatibility.md b/blazor/common/how-to/version-compatibility.md index 26638346bb..9a72e914cc 100644 --- a/blazor/common/how-to/version-compatibility.md +++ b/blazor/common/how-to/version-compatibility.md @@ -13,6 +13,8 @@ The following table shows the supported .NET and .NET Core versions for Syncfusi | Version | Syncfusion® Blazor Components Version | | ------------- | ------------- | + +| [.NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) | 31.2.10 and above | | [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) | 27.2.2 and above | | [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | 23.1.36 and above | | [.NET 7.0](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) | 20.4.0.38 to 28.2.12 | From cb7b9064b07ddcf6edb912c33767fcddc64d1d58 Mon Sep 17 00:00:00 2001 From: KarthikeyanSF4227 <150327068+KarthikeyanSF4227@users.noreply.github.com> Date: Fri, 14 Nov 2025 22:32:57 +0530 Subject: [PATCH 2/8] 786407: Updated the document Removed an empty line in the version compatibility table. --- blazor/common/how-to/version-compatibility.md | 1 - 1 file changed, 1 deletion(-) diff --git a/blazor/common/how-to/version-compatibility.md b/blazor/common/how-to/version-compatibility.md index 9a72e914cc..255dab8361 100644 --- a/blazor/common/how-to/version-compatibility.md +++ b/blazor/common/how-to/version-compatibility.md @@ -13,7 +13,6 @@ The following table shows the supported .NET and .NET Core versions for Syncfusi | Version | Syncfusion® Blazor Components Version | | ------------- | ------------- | - | [.NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) | 31.2.10 and above | | [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) | 27.2.2 and above | | [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | 23.1.36 and above | From baaabc87f747ed05e78ce1e3e6da5f431726f92b Mon Sep 17 00:00:00 2001 From: KarthikeyanSF4227 <150327068+KarthikeyanSF4227@users.noreply.github.com> Date: Fri, 14 Nov 2025 22:35:34 +0530 Subject: [PATCH 3/8] 786407: Updated the document --- blazor/visual-studio-code-integration/create-project.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/blazor/visual-studio-code-integration/create-project.md b/blazor/visual-studio-code-integration/create-project.md index 91a06d0173..7e3c56a17f 100644 --- a/blazor/visual-studio-code-integration/create-project.md +++ b/blazor/visual-studio-code-integration/create-project.md @@ -29,8 +29,8 @@ Use the following steps to create Syncfusion®® Blazor Application Type | | ---------------- | -------------------------------------------- | - | [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0), [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | Syncfusion® Blazor Web App | - | [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0), [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | Syncfusion® Blazor WebAssembly App | + | | [.NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0), [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0), [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | Syncfusion® Blazor Web App | + | | [.NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0), [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0), [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | Syncfusion® Blazor WebAssembly App | In the **Syncfusion® Blazor Web App** application type, the following options are available: @@ -79,7 +79,7 @@ Use the following steps to create Syncfusion®® Blazor application type, the following authentication options are supported: @@ -150,3 +150,4 @@ The Syncfusion Blazor Calendar, Button, and DataGrid component render code is ad | `~/Pages/Home.razor or Index.razor` | ![Index page updated with Syncfusion components](images/IndexFileChange.png) | | `~/Pages/Counter.razor` | ![Counter page updated with Syncfusion components](images/CounterPageChange.png) | | `~/Pages/FetchData.razor` | ![FetchData page updated with Syncfusion DataGrid](images/FetchDataPageChange.png) | + From 987dfe90fbd5481d093a6200dc097d5ccd86a44d Mon Sep 17 00:00:00 2001 From: KarthikeyanSF4227 <150327068+KarthikeyanSF4227@users.noreply.github.com> Date: Fri, 14 Nov 2025 22:37:43 +0530 Subject: [PATCH 4/8] 786407: Updated the document --- .../download-and-installation.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/blazor/visual-studio-code-integration/download-and-installation.md b/blazor/visual-studio-code-integration/download-and-installation.md index 14f1be6e17..7d16253e56 100644 --- a/blazor/visual-studio-code-integration/download-and-installation.md +++ b/blazor/visual-studio-code-integration/download-and-installation.md @@ -17,7 +17,7 @@ Install the following prerequisites to install the Syncfusion® publishes the Visual Studio extension in the Visual Studio Marketplace. Install it directly from Visual Studio or download and install it from the Visual Studio Marketplace. -[Download the Visual Studio 2022 extension](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.BlazorVSExtension) +[Download the Visual Studio 2026 extension](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.BlazorVSExtension) ## Prerequisites The following software is required to install the Syncfusion® Blazor extension and to create projects, add snippets, convert, and upgrade Syncfusion® Blazor applications. -* [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/). +* [Visual Studio 2026](https://visualstudio.microsoft.com/downloads/). + +* [.NET 10.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet). * [.NET 9.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet). @@ -28,7 +30,7 @@ The following software is required to install the Syncfusion® Blazor extension from **Manage Extensions** in Visual Studio. -1. Open Visual Studio 2022. +1. Open Visual Studio 2026. 2. Navigate to **Extensions -> Manage Extensions** to open the Manage Extensions window. @@ -56,7 +58,7 @@ The following steps illustrate how to download and install the Syncfusion® Blazor extension from the Visual Studio Marketplace. - [Download the Visual Studio 2022 extension](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.BlazorVSExtension) + [Download the Visual Studio 2026 extension](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.BlazorVSExtension) 2. Close all Visual Studio instances running, if any. @@ -68,4 +70,5 @@ The following steps illustrate how to download and install the Syncfusion® extensions are available under the **Extensions** menu. - ![SyncfusionMenu](images/SyncfusionMenu.png) \ No newline at end of file + + ![SyncfusionMenu](images/SyncfusionMenu.png) From 4be64af95ffcb62456b14f2d68c74630360714e9 Mon Sep 17 00:00:00 2001 From: KarthikeyanSF4227 <150327068+KarthikeyanSF4227@users.noreply.github.com> Date: Fri, 14 Nov 2025 22:41:05 +0530 Subject: [PATCH 6/8] 786407: Updated the document --- blazor/visual-studio-integration/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blazor/visual-studio-integration/overview.md b/blazor/visual-studio-integration/overview.md index 188cfecab2..d66e2d16e7 100644 --- a/blazor/visual-studio-integration/overview.md +++ b/blazor/visual-studio-integration/overview.md @@ -9,9 +9,9 @@ documentation: ug # Overview of Blazor extension for Visual Studio -The Syncfusion® Blazor extension for Visual Studio streamlines working with Syncfusion® Blazor components by configuring the required Syncfusion® NuGet packages and themes. Separate extensions are available for Visual Studio 2022. +The Syncfusion® Blazor extension for Visual Studio streamlines working with Syncfusion® Blazor components by configuring the required Syncfusion® NuGet packages and themes. Separate extensions are available for Visual Studio 2026. -[Download the Visual Studio 2022 extension](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.BlazorVSExtension) +[Download the Visual Studio 2026 extension](https://marketplace.visualstudio.com/items?itemName=SyncfusionInc.BlazorVSExtension) The Syncfusion® Blazor extension provides the following add-ins in Visual Studio: From 18b0976c8f58ca626ecf2451e56966a7236fe71e Mon Sep 17 00:00:00 2001 From: KarthikeyanSF4227 <150327068+KarthikeyanSF4227@users.noreply.github.com> Date: Fri, 14 Nov 2025 22:43:04 +0530 Subject: [PATCH 7/8] 786407: Updated the document --- .../visual-studio-integration/template-studio.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/blazor/visual-studio-integration/template-studio.md b/blazor/visual-studio-integration/template-studio.md index a05fa0d82b..bc7b844fb9 100644 --- a/blazor/visual-studio-integration/template-studio.md +++ b/blazor/visual-studio-integration/template-studio.md @@ -1,7 +1,7 @@ --- layout: post title: Template Studio for Blazor | Syncfusion -description: Learn here about how to create a Blazor application using Syncfusion Blazor components with the Template Studio in Visual Studio 2022. Explore to more details. +description: Learn here about how to create a Blazor application using Syncfusion Blazor components with the Template Studio in Visual Studio 2026. Explore to more details. platform: Blazor control: Common documentation: ug @@ -11,13 +11,13 @@ documentation: ug Syncfusion® provides the Blazor Template Studio, which creates a Syncfusion® Blazor application preconfigured with the required Syncfusion® NuGet packages, namespaces, styles, and component render mode. The Template Studio offers an intuitive project wizard to guide creation of an application with Syncfusion® components. -The steps below will assist you to create your **Syncfusion Blazor Application** through **Visual Studio 2022**: +The steps below will assist you to create your **Syncfusion Blazor Application** through **Visual Studio 2026**: -> **Note:** The Syncfusion® Blazor extensions for Visual Studio 2022 are available only for Essential Studio® versions 20.3.0.56 and earlier. +> **Note:** The Syncfusion® Blazor extensions for Visual Studio 2026 are available only for Essential Studio® versions 20.3.0.56 and earlier. N> Before use the Syncfusion® Blazor Project Template, check whether the Syncfusion® Blazor Template Studio Extension installed or not in Visual Studio Extension Manager by clicking on the Extensions -> Manage Extensions -> Installed. If it is not installed, follow the steps in the [download and installation](https://blazor.syncfusion.com/documentation/visual-studio-integration/download-and-installation) topic. -1. Open Visual Studio 2022. +1. Open Visual Studio 2026. 2. To create a Syncfusion® Blazor application, use either one of the following options: @@ -47,8 +47,8 @@ N> Before use the Syncfusion® Blazor Project Template, check whether the Syncfu | .NET SDK version | Supported Syncfusion® Blazor application type | | ---------------- | -------------------------------------------- | - | [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0), [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | Syncfusion® Blazor Web App | - | [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0), [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | Syncfusion® Blazor WebAssembly App | + | [.NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0), [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0), [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | Syncfusion® Blazor Web App | + | [.NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0), [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0), [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | Syncfusion® Blazor WebAssembly App | In the **Syncfusion® Blazor Web App** application type, you can configure the following options: @@ -98,7 +98,7 @@ N> Before use the Syncfusion® Blazor Project Template, check whether the Syncfu 6. Click **Next** or select the **Features** tab to review and choose features for the selected controls. -7. Click **Next** or select the **Configuration** tab. Configure the target .NET version (.NET 9.0 or .NET 8.0), theme, HTTPS configuration, localization, authentication type, and options specific to Blazor Web App or Blazor WebAssembly Application types. +7. Click **Next** or select the **Configuration** tab. Configure the target .NET version (.NET10.0, .NET 9.0 or .NET 8.0), theme, HTTPS configuration, localization, authentication type, and options specific to Blazor Web App or Blazor WebAssembly Application types. Depending on your Syncfusion® Blazor Application Type, refer to the table below for supported authentication types. @@ -402,3 +402,4 @@ Open a command prompt in your project directory and execute the following comman 2. Accept permission request of your application. ![Accept permission](images/microsoftauthentication.png) + From 64ae84a3dd921fc3db3b1aaee40597815ff961d5 Mon Sep 17 00:00:00 2001 From: KarthikeyanSF4227 <150327068+KarthikeyanSF4227@users.noreply.github.com> Date: Mon, 17 Nov 2025 14:29:01 +0530 Subject: [PATCH 8/8] 786407: Updated the document --- blazor/visual-studio-code-integration/create-project.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/blazor/visual-studio-code-integration/create-project.md b/blazor/visual-studio-code-integration/create-project.md index 7e3c56a17f..0fe9fd5a5b 100644 --- a/blazor/visual-studio-code-integration/create-project.md +++ b/blazor/visual-studio-code-integration/create-project.md @@ -29,8 +29,8 @@ Use the following steps to create Syncfusion®® Blazor Application Type | | ---------------- | -------------------------------------------- | - | | [.NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0), [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0), [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | Syncfusion® Blazor Web App | - | | [.NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0), [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0), [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | Syncfusion® Blazor WebAssembly App | + | [.NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0), [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0), [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | Syncfusion® Blazor Web App | + | [.NET 10.0](https://dotnet.microsoft.com/en-us/download/dotnet/10.0), [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0), [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) | Syncfusion® Blazor WebAssembly App | In the **Syncfusion® Blazor Web App** application type, the following options are available: @@ -151,3 +151,4 @@ The Syncfusion Blazor Calendar, Button, and DataGrid component render code is ad | `~/Pages/Counter.razor` | ![Counter page updated with Syncfusion components](images/CounterPageChange.png) | | `~/Pages/FetchData.razor` | ![FetchData page updated with Syncfusion DataGrid](images/FetchDataPageChange.png) | +