Alex.NET.RCL
8.0.17
See the version list below for details.
dotnet add package Alex.NET.RCL --version 8.0.17
NuGet\Install-Package Alex.NET.RCL -Version 8.0.17
<PackageReference Include="Alex.NET.RCL" Version="8.0.17" />
paket add Alex.NET.RCL --version 8.0.17
#r "nuget: Alex.NET.RCL, 8.0.17"
// Install Alex.NET.RCL as a Cake Addin #addin nuget:?package=Alex.NET.RCL&version=8.0.17 // Install Alex.NET.RCL as a Cake Tool #tool nuget:?package=Alex.NET.RCL&version=8.0.17
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. |
-
net8.0
- Alex.NET.Helper (>= 8.0.9)
- 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)
- PdfLibCore.ImageSharp (>= 2.5.0)
- 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 | |
---|---|---|---|
8.1.12-alpha | 65 | 10/5/2024 | |
8.1.11-beta | 63 | 10/5/2024 | |
8.1.1 | 84 | 10/4/2024 | |
8.1.0 | 95 | 9/30/2024 | |
8.0.19 | 96 | 9/30/2024 | |
8.0.17 | 86 | 8/6/2024 | |
8.0.16 | 116 | 6/25/2024 | |
8.0.15 | 120 | 4/24/2024 | |
8.0.14 | 126 | 4/23/2024 | |
8.0.12 | 116 | 4/18/2024 | |
8.0.8 | 143 | 4/14/2024 | |
8.0.7 | 134 | 4/13/2024 | |
8.0.6 | 136 | 3/4/2024 | |
8.0.5 | 133 | 2/29/2024 | |
8.0.3 | 128 | 2/17/2024 | |
8.0.2 | 124 | 2/16/2024 | |
8.0.1 | 133 | 2/16/2024 | |
0.0.57 | 317 | 11/11/2023 | |
0.0.51 | 237 | 5/30/2023 | |
0.0.50 | 208 | 5/18/2023 | |
0.0.49 | 208 | 5/17/2023 | |
0.0.48 | 213 | 5/5/2023 | |
0.0.47 | 202 | 4/30/2023 | |
0.0.44 | 260 | 4/25/2023 | |
0.0.38 | 268 | 4/17/2023 | |
0.0.37 | 261 | 4/16/2023 | |
0.0.33 | 256 | 4/6/2023 | |
0.0.32 | 263 | 4/6/2023 | |
0.0.31 | 271 | 4/6/2023 | |
0.0.30 | 269 | 4/5/2023 | |
0.0.29 | 291 | 3/30/2023 | |
0.0.28 | 272 | 3/29/2023 | |
0.0.27 | 260 | 3/29/2023 | |
0.0.26 | 286 | 3/29/2023 | |
0.0.25 | 310 | 3/28/2023 | |
0.0.24 | 286 | 3/27/2023 | |
0.0.23 | 267 | 3/26/2023 | |
0.0.22 | 292 | 3/26/2023 | |
0.0.21 | 279 | 3/26/2023 | |
0.0.20 | 282 | 3/25/2023 | |
0.0.19 | 280 | 3/25/2023 | |
0.0.18 | 286 | 3/25/2023 | |
0.0.17 | 314 | 3/22/2023 | |
0.0.16 | 285 | 3/22/2023 | |
0.0.15 | 300 | 3/22/2023 | |
0.0.14 | 297 | 3/21/2023 | |
0.0.13 | 321 | 3/13/2023 | |
0.0.12 | 282 | 3/11/2023 | |
0.0.11 | 278 | 3/11/2023 | |
0.0.10 | 296 | 3/9/2023 | |
0.0.9 | 291 | 3/9/2023 | |
0.0.8 | 256 | 3/9/2023 | |
0.0.7 | 294 | 3/9/2023 | |
0.0.6 | 300 | 3/9/2023 | |
0.0.5 | 331 | 2/12/2023 | |
0.0.4 | 333 | 2/12/2023 | |
0.0.3 | 347 | 2/12/2023 | |
0.0.2 | 349 | 2/12/2023 |