RForge.Blazor.Abstractions
0.14.2
See the version list below for details.
dotnet add package RForge.Blazor.Abstractions --version 0.14.2
NuGet\Install-Package RForge.Blazor.Abstractions -Version 0.14.2
<PackageReference Include="RForge.Blazor.Abstractions" Version="0.14.2" />
<PackageVersion Include="RForge.Blazor.Abstractions" Version="0.14.2" />
<PackageReference Include="RForge.Blazor.Abstractions" />
paket add RForge.Blazor.Abstractions --version 0.14.2
#r "nuget: RForge.Blazor.Abstractions, 0.14.2"
#:package RForge.Blazor.Abstractions@0.14.2
#addin nuget:?package=RForge.Blazor.Abstractions&version=0.14.2
#tool nuget:?package=RForge.Blazor.Abstractions&version=0.14.2
The abstraction layer of RForge to support serverside features.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. 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. |
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on RForge.Blazor.Abstractions:
| Package | Downloads |
|---|---|
|
RForge.Blazor
A light weight blazor component library that makes use of Bulma.css and focuses on memory efficeiency. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.15.0-rc.3 | 342 | 11/21/2025 |
| 0.14.2 | 709 | 11/21/2025 |
| 0.14.2-rc.10 | 364 | 11/20/2025 |
| 0.14.2-rc.8 | 246 | 11/13/2025 |
| 0.14.2-rc.6 | 251 | 11/13/2025 |
| 0.14.1 | 210 | 10/21/2025 |
| 0.14.1-rc.8 | 142 | 10/21/2025 |
| 0.14.1-rc.3 | 144 | 10/21/2025 |
| 0.14.0 | 202 | 10/20/2025 |
| 0.14.0-rc.2 | 151 | 10/20/2025 |
| 0.13.1 | 126 | 10/18/2025 |
| 0.13.1-rc.7 | 70 | 10/18/2025 |
| 0.13.0 | 654 | 6/10/2025 |
| 0.13.0-rc.4 | 294 | 6/10/2025 |
| 0.12.0 | 252 | 5/29/2025 |
| 0.12.0-rc.6 | 153 | 5/29/2025 |
| 0.11.1-rc.4 | 157 | 5/29/2025 |
| 0.11.0 | 221 | 5/27/2025 |
| 0.11.0-rc.16 | 149 | 5/27/2025 |
| 0.10.0 | 221 | 5/27/2025 |
# RForge.Abstractions
An abstraction layer to support common objects between the front end and back end.
## Version 0.1.0
The initial creation. Includes features for:
- **DataGrids** - `DataGridFilterBy.cs` and `DataGridSortBy.cs`. Allow for backend data models to support sorting and filtering the `DataGrid`.
- **DropDowns** - `RfDropDownPosition.cs` and `RfShowSelectionInDropDown.cs`. Allows backend data models to support position management.
- **Modal** - IDalog