Alex.NET.RCL
8.1.11-beta
See the version list below for details.
dotnet add package Alex.NET.RCL --version 8.1.11-beta
NuGet\Install-Package Alex.NET.RCL -Version 8.1.11-beta
<PackageReference Include="Alex.NET.RCL" Version="8.1.11-beta" />
<PackageVersion Include="Alex.NET.RCL" Version="8.1.11-beta" />
<PackageReference Include="Alex.NET.RCL" />
paket add Alex.NET.RCL --version 8.1.11-beta
#r "nuget: Alex.NET.RCL, 8.1.11-beta"
#:package Alex.NET.RCL@8.1.11-beta
#addin nuget:?package=Alex.NET.RCL&version=8.1.11-beta&prerelease
#tool nuget:?package=Alex.NET.RCL&version=8.1.11-beta&prerelease
Alex.NET.RCL
This package is intended for Blazor developement. Best of luck for you to use it otherwise. This package works with all Blazor hosting models and includes a reference to Alex.NET.Helper package.
Requires .NET 7 or later.
To implement the required css and js file add the following to your _Host.cshtml, _Layout.cstml, or index.html file.
Implementation Example
index.html/_Host.cshtml/_Layout.cshtml
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Your App Title</title>
<base href="/" />
<link rel="stylesheet" href="./_content/Alex.NET.RCL/Alex.NET.RCL.css" />
<script defer src="./_content/Alex.NET.RCL/Alex.NET.RCL.js"></script>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
Program.cs
var builder = WebApplication.CreateBuilder(args);
builder.Services.AddAlex(args => {
args.EncrypterKey = "your-encryption-key-here";
args.CacheAbsoluteExpiration = TimeSpan.FromDays(90);
args.CacheSlidingExpiration = TimeSpan.FromDays(90);
});
var app = builder.Build();
app.MapAlexServices();
await app.RunAsync();
--Note: some functionalities will not work in Blazor WASM hosted projects such as CacheVault and Logging.
Author
License
| 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 was computed. 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
- Alex.NET.Helper (>= 8.0.91)
- Docnet.Core (>= 2.6.0)
- Microsoft.AspNetCore.Components.Authorization (>= 8.0.5)
- Microsoft.AspNetCore.Components.Web (>= 8.0.5)
- Microsoft.AspNetCore.WebUtilities (>= 8.0.5)
- System.Linq.Dynamic.Core (>= 1.3.10)
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.0.7-alpha | 134 | 5/31/2025 | |
| 9.0.6-alpha | 263 | 5/13/2025 | |
| 9.0.4-alpha | 167 | 4/13/2025 | |
| 9.0.3-alpha | 159 | 4/12/2025 | |
| 9.0.2-alpha | 161 | 4/12/2025 | |
| 9.0.1-alpha | 242 | 3/7/2025 | |
| 8.1.258-alpha | 129 | 2/3/2025 | |
| 8.1.257-beta | 121 | 2/3/2025 | |
| 8.1.257-alpha | 124 | 2/1/2025 | |
| 8.1.256-beta | 133 | 1/30/2025 | |
| 8.1.256-alpha | 117 | 1/29/2025 | |
| 8.1.255-beta | 130 | 1/29/2025 | |
| 8.1.255-alpha | 130 | 1/29/2025 | |
| 8.1.254-beta | 129 | 1/22/2025 | |
| 8.1.254-alpha | 130 | 1/21/2025 | |
| 8.1.253-alpha | 125 | 1/21/2025 | |
| 8.1.252-alpha | 116 | 1/19/2025 | |
| 8.1.251-alpha | 127 | 1/18/2025 | |
| 8.1.250-alpha | 106 | 1/15/2025 | |
| 8.1.249-alpha | 96 | 1/15/2025 | |
| 8.1.247-alpha | 110 | 1/13/2025 | |
| 8.1.244-alpha | 123 | 1/12/2025 | |
| 8.1.243-alpha | 113 | 1/12/2025 | |
| 8.1.241-alpha | 109 | 1/11/2025 | |
| 8.1.23-alpha | 126 | 12/21/2024 | |
| 8.1.19-alpha | 142 | 11/20/2024 | |
| 8.1.16-alpha | 117 | 11/18/2024 | |
| 8.1.12-alpha | 127 | 10/5/2024 | |
| 8.1.11-beta | 119 | 10/5/2024 | |
| 8.1.1 | 195 | 10/4/2024 | |
| 8.1.0 | 181 | 9/30/2024 | |
| 8.0.19 | 174 | 9/30/2024 | |
| 8.0.17 | 161 | 8/6/2024 | |
| 8.0.16 | 188 | 6/25/2024 | |
| 8.0.15 | 191 | 4/24/2024 | |
| 8.0.14 | 216 | 4/23/2024 | |
| 8.0.12 | 212 | 4/18/2024 | |
| 8.0.8 | 229 | 4/14/2024 | |
| 8.0.7 | 221 | 4/13/2024 | |
| 8.0.6 | 221 | 3/4/2024 | |
| 8.0.5 | 217 | 2/29/2024 | |
| 8.0.3 | 214 | 2/17/2024 | |
| 8.0.2 | 210 | 2/16/2024 | |
| 8.0.1 | 224 | 2/16/2024 | |
| 0.0.57 | 385 | 11/11/2023 | |
| 0.0.51 | 345 | 5/30/2023 | |
| 0.0.50 | 311 | 5/18/2023 | |
| 0.0.49 | 312 | 5/17/2023 | |
| 0.0.48 | 315 | 5/5/2023 | |
| 0.0.47 | 307 | 4/30/2023 | |
| 0.0.44 | 370 | 4/25/2023 | |
| 0.0.38 | 411 | 4/17/2023 | |
| 0.0.37 | 405 | 4/16/2023 | |
| 0.0.33 | 408 | 4/6/2023 | |
| 0.0.32 | 411 | 4/6/2023 | |
| 0.0.31 | 427 | 4/6/2023 | |
| 0.0.30 | 426 | 4/5/2023 | |
| 0.0.29 | 444 | 3/30/2023 | |
| 0.0.28 | 422 | 3/29/2023 | |
| 0.0.27 | 406 | 3/29/2023 | |
| 0.0.26 | 443 | 3/29/2023 | |
| 0.0.25 | 448 | 3/28/2023 | |
| 0.0.24 | 442 | 3/27/2023 | |
| 0.0.23 | 419 | 3/26/2023 | |
| 0.0.22 | 445 | 3/26/2023 | |
| 0.0.21 | 428 | 3/26/2023 | |
| 0.0.20 | 435 | 3/25/2023 | |
| 0.0.19 | 430 | 3/25/2023 | |
| 0.0.18 | 436 | 3/25/2023 | |
| 0.0.17 | 466 | 3/22/2023 | |
| 0.0.16 | 430 | 3/22/2023 | |
| 0.0.15 | 449 | 3/22/2023 | |
| 0.0.14 | 450 | 3/21/2023 | |
| 0.0.13 | 472 | 3/13/2023 | |
| 0.0.12 | 435 | 3/11/2023 | |
| 0.0.11 | 425 | 3/11/2023 | |
| 0.0.10 | 440 | 3/9/2023 | |
| 0.0.9 | 437 | 3/9/2023 | |
| 0.0.8 | 406 | 3/9/2023 | |
| 0.0.7 | 446 | 3/9/2023 | |
| 0.0.6 | 452 | 3/9/2023 | |
| 0.0.5 | 497 | 2/12/2023 | |
| 0.0.4 | 493 | 2/12/2023 | |
| 0.0.3 | 515 | 2/12/2023 | |
| 0.0.2 | 516 | 2/12/2023 |