Rystem.RepositoryFramework.Web.Components 9.1.2

dotnet add package Rystem.RepositoryFramework.Web.Components --version 9.1.2
                    
NuGet\Install-Package Rystem.RepositoryFramework.Web.Components -Version 9.1.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Rystem.RepositoryFramework.Web.Components" Version="9.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rystem.RepositoryFramework.Web.Components" Version="9.1.2" />
                    
Directory.Packages.props
<PackageReference Include="Rystem.RepositoryFramework.Web.Components" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Rystem.RepositoryFramework.Web.Components --version 9.1.2
                    
#r "nuget: Rystem.RepositoryFramework.Web.Components, 9.1.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Rystem.RepositoryFramework.Web.Components@9.1.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Rystem.RepositoryFramework.Web.Components&version=9.1.2
                    
Install as a Cake Addin
#tool nuget:?package=Rystem.RepositoryFramework.Web.Components&version=9.1.2
                    
Install as a Cake Tool

What is Rystem?

Add to service collection the UI service in your blazor DI

You have to add a service for UI

builder.Services
    .AddRepositoryUI();

and add the endpoint for your repository

app
    .AddDefaultRepositoryEndpoints();

Demand everything to the framework

In the Host.cshtml you have to add style, javascript files and the RepositoryApp.

<html>
    <head>
      
      <partial name="RepositoryStyle" />
    </head>
    <body>
      <component type="typeof(RepositoryApp<App>)" render-mode="ServerPrerendered" />
      
      <partial name="RepositoryScript" />
    </body>
</html>

Instead of "App" class you can use every class in your DLL, but remember the class needs to be inside your blazor/razor application.

Demand everything to the framework with authentication

In the Host.cshtml you have to add style, javascript files and the RepositoryAuthenticatedApp.

<html>
    <head>
      
      <partial name="RepositoryStyle" />
    </head>
    <body>
      <component type="typeof(RepositoryAuthenticatedApp<App>)" render-mode="ServerPrerendered" />
      
      <partial name="RepositoryScript" />
    </body>
</html>

Instead of "App" class you can use every class in your DLL, but remember the class needs to be inside your blazor/razor application.

Use razor component instead to build your mixed custom repository UI

In the Host.cshtml you have to add style, javascript files

<html>
    <head>
      
      <partial name="RepositoryStyle" />
    </head>
    <body>
      <component type="typeof(App)" render-mode="ServerPrerendered" />
      
      <partial name="RepositoryScript" />
    </body>
</html>

In your app you can use

Component Usage
RepositoryManager A component to manage your repository in one page
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.1.2 342,624 5/29/2025
9.1.1 97,746 5/2/2025
9.0.32 186,617 4/15/2025
9.0.31 5,704 4/2/2025
9.0.30 88,724 3/26/2025
9.0.29 8,935 3/18/2025
9.0.28 169 3/17/2025
9.0.27 161 3/16/2025
9.0.26 167 3/13/2025
9.0.25 52,042 3/9/2025
9.0.21 242 3/6/2025
9.0.20 19,522 3/6/2025
9.0.19 237 3/6/2025
9.0.18 246 3/4/2025
9.0.17 127 3/1/2025
9.0.16 135 3/1/2025
9.0.15 75,474 2/22/2025
9.0.14 22,500 2/18/2025
9.0.13 134 2/9/2025
9.0.12 217,716 1/13/2025
9.0.11 23,943 1/9/2025
9.0.10 71 1/9/2025
9.0.9 3,976 1/7/2025
9.0.8 12,468 1/6/2025
9.0.7 119 1/6/2025
9.0.4 92,260 12/23/2024
9.0.3 126 12/22/2024
9.0.2 10,671 12/21/2024
9.0.1 1,170 12/21/2024
9.0.0 172,987 11/16/2024
9.0.0-rc.1 97 10/18/2024
6.2.0 218,993 10/9/2024
6.1.1 140 10/9/2024
6.1.0 48,008 9/29/2024
6.0.24 170 9/11/2024
6.0.23 156 7/18/2024
6.0.21 178 6/18/2024
6.0.20 150 6/16/2024
6.0.19 139 6/14/2024
6.0.18 137 6/14/2024
6.0.17 137 6/14/2024
6.0.16 132 6/10/2024
6.0.15 136 6/9/2024
6.0.14 146 5/24/2024
6.0.13 144 5/23/2024
6.0.12 132 5/23/2024
6.0.11 151 5/20/2024
6.0.9 162 5/20/2024
6.0.7 147 5/18/2024
6.0.6 132 5/10/2024
6.0.5 130 5/10/2024
6.0.4 167 4/3/2024
6.0.3 205 3/25/2024
6.0.2 201 3/11/2024
6.0.0 409 11/21/2023
6.0.0-rc.6 121 10/25/2023
6.0.0-rc.5 102 10/25/2023
6.0.0-rc.4 94 10/23/2023
6.0.0-rc.3 91 10/19/2023
6.0.0-rc.2 97 10/18/2023
6.0.0-rc.1 97 10/16/2023
5.0.20 354 9/25/2023
5.0.19 357 9/10/2023
5.0.18 369 9/6/2023
5.0.17 358 9/6/2023
5.0.16 355 9/5/2023
5.0.15 367 9/5/2023
5.0.14 338 9/5/2023
5.0.13 328 9/1/2023
5.0.12 388 8/31/2023
5.0.11 359 8/30/2023
5.0.10 383 8/29/2023
5.0.9 389 8/24/2023
5.0.8 380 8/24/2023
5.0.7 373 8/23/2023
5.0.6 404 8/21/2023
5.0.5 411 8/21/2023
5.0.4 419 8/16/2023
5.0.3 465 8/2/2023
5.0.2 490 8/2/2023
5.0.1 476 8/1/2023
5.0.0 496 7/31/2023
3.1.51 456 7/20/2023
3.1.50 463 7/16/2023
3.1.49 509 6/13/2023
3.1.48 495 6/13/2023
3.1.47 562 5/30/2023
3.1.46 518 5/20/2023
3.1.45 315,502 4/19/2023
3.1.44 95,268 3/20/2023
3.1.43 583 3/20/2023
3.1.42 585 3/16/2023
3.1.41 581 3/16/2023
3.1.40 536 3/15/2023
3.1.39 1,129 3/9/2023
3.1.38 577 3/7/2023
3.1.37 585 2/27/2023
3.1.36 620 2/14/2023
3.1.35 589 2/14/2023
3.1.34 592 2/10/2023
3.1.33 624 1/26/2023
3.1.32 628 1/26/2023
3.1.31 644 1/25/2023
3.1.30 608 1/25/2023
3.1.29 667 1/25/2023
3.1.28 631 1/23/2023
3.1.27 646 1/22/2023
3.1.26 622 1/20/2023
3.1.25 668 1/18/2023
3.1.24 649 1/18/2023
3.1.23 655 1/17/2023
3.1.22 679 1/11/2023
3.1.21 654 1/4/2023
3.1.20 654 1/1/2023
3.1.19 162 12/21/2022
3.1.18 161 12/21/2022
3.1.16 635 12/13/2022
3.1.12 606 12/12/2022
3.1.11 635 12/12/2022
3.1.10 651 12/12/2022
3.1.9 648 12/10/2022
3.1.8 639 12/7/2022
3.1.7 630 12/7/2022
3.1.6 608 12/7/2022
3.1.5 661 12/2/2022
3.1.4 655 12/1/2022
3.1.2 686 12/1/2022
3.1.1 647 12/1/2022
3.1.0 670 12/1/2022
3.0.32 698 12/1/2022
3.0.31 669 12/1/2022
3.0.30 683 12/1/2022
3.0.29 671 12/1/2022
3.0.28 691 12/1/2022
3.0.27 662 12/1/2022
3.0.25 643 11/29/2022
3.0.24 656 11/20/2022
3.0.20 645 12/1/2022