Alex.NET.RCL 8.0.15

There is a newer version of this package available.
See the version list below for details.
dotnet add package Alex.NET.RCL --version 8.0.15
                    
NuGet\Install-Package Alex.NET.RCL -Version 8.0.15
                    
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="Alex.NET.RCL" Version="8.0.15" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Alex.NET.RCL" Version="8.0.15" />
                    
Directory.Packages.props
<PackageReference Include="Alex.NET.RCL" />
                    
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 Alex.NET.RCL --version 8.0.15
                    
#r "nuget: Alex.NET.RCL, 8.0.15"
                    
#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 Alex.NET.RCL@8.0.15
                    
#: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=Alex.NET.RCL&version=8.0.15
                    
Install as a Cake Addin
#tool nuget:?package=Alex.NET.RCL&version=8.0.15
                    
Install as a Cake Tool

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

MIT

Product 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. 
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.0.7-alpha 135 5/31/2025
9.0.6-alpha 265 5/13/2025
9.0.4-alpha 169 4/13/2025
9.0.3-alpha 162 4/12/2025
9.0.2-alpha 162 4/12/2025
9.0.1-alpha 244 3/7/2025
8.1.258-alpha 130 2/3/2025
8.1.257-beta 122 2/3/2025
8.1.257-alpha 125 2/1/2025
8.1.256-beta 135 1/30/2025
8.1.256-alpha 118 1/29/2025
8.1.255-beta 131 1/29/2025
8.1.255-alpha 131 1/29/2025
8.1.254-beta 130 1/22/2025
8.1.254-alpha 131 1/21/2025
8.1.253-alpha 126 1/21/2025
8.1.252-alpha 117 1/19/2025
8.1.251-alpha 128 1/18/2025
8.1.250-alpha 107 1/15/2025
8.1.249-alpha 97 1/15/2025
8.1.247-alpha 111 1/13/2025
8.1.244-alpha 124 1/12/2025
8.1.243-alpha 114 1/12/2025
8.1.241-alpha 110 1/11/2025
8.1.23-alpha 127 12/21/2024
8.1.19-alpha 143 11/20/2024
8.1.16-alpha 118 11/18/2024
8.1.12-alpha 128 10/5/2024
8.1.11-beta 120 10/5/2024
8.1.1 196 10/4/2024
8.1.0 182 9/30/2024
8.0.19 175 9/30/2024
8.0.17 162 8/6/2024
8.0.16 190 6/25/2024 8.0.16 is deprecated because it is no longer maintained and has critical bugs.
8.0.15 193 4/24/2024 8.0.15 is deprecated because it is no longer maintained and has critical bugs.
8.0.14 218 4/23/2024 8.0.14 is deprecated because it is no longer maintained and has critical bugs.
8.0.12 214 4/18/2024 8.0.12 is deprecated because it is no longer maintained and has critical bugs.
8.0.8 231 4/14/2024 8.0.8 is deprecated because it is no longer maintained and has critical bugs.
8.0.7 223 4/13/2024 8.0.7 is deprecated because it is no longer maintained and has critical bugs.
8.0.6 223 3/4/2024 8.0.6 is deprecated because it is no longer maintained and has critical bugs.
8.0.5 219 2/29/2024 8.0.5 is deprecated because it is no longer maintained and has critical bugs.
8.0.3 216 2/17/2024 8.0.3 is deprecated because it is no longer maintained and has critical bugs.
8.0.2 212 2/16/2024 8.0.2 is deprecated because it is no longer maintained and has critical bugs.
8.0.1 226 2/16/2024 8.0.1 is deprecated because it is no longer maintained and has critical bugs.
0.0.57 388 11/11/2023 0.0.57 is deprecated because it is no longer maintained and has critical bugs.
0.0.51 348 5/30/2023 0.0.51 is deprecated because it is no longer maintained and has critical bugs.
0.0.50 315 5/18/2023 0.0.50 is deprecated because it is no longer maintained and has critical bugs.
0.0.49 316 5/17/2023 0.0.49 is deprecated because it is no longer maintained and has critical bugs.
0.0.48 319 5/5/2023 0.0.48 is deprecated because it is no longer maintained and has critical bugs.
0.0.47 311 4/30/2023 0.0.47 is deprecated because it is no longer maintained and has critical bugs.
0.0.44 374 4/25/2023 0.0.44 is deprecated because it is no longer maintained and has critical bugs.
0.0.38 417 4/17/2023 0.0.38 is deprecated because it is no longer maintained and has critical bugs.
0.0.37 411 4/16/2023 0.0.37 is deprecated because it is no longer maintained and has critical bugs.
0.0.33 414 4/6/2023 0.0.33 is deprecated because it is no longer maintained and has critical bugs.
0.0.32 417 4/6/2023 0.0.32 is deprecated because it is no longer maintained and has critical bugs.
0.0.31 433 4/6/2023 0.0.31 is deprecated because it is no longer maintained and has critical bugs.
0.0.30 432 4/5/2023 0.0.30 is deprecated because it is no longer maintained and has critical bugs.
0.0.29 450 3/30/2023 0.0.29 is deprecated because it is no longer maintained and has critical bugs.
0.0.28 428 3/29/2023 0.0.28 is deprecated because it is no longer maintained and has critical bugs.
0.0.27 412 3/29/2023 0.0.27 is deprecated because it is no longer maintained and has critical bugs.
0.0.26 449 3/29/2023 0.0.26 is deprecated because it is no longer maintained and has critical bugs.
0.0.25 454 3/28/2023 0.0.25 is deprecated because it is no longer maintained and has critical bugs.
0.0.24 448 3/27/2023 0.0.24 is deprecated because it is no longer maintained and has critical bugs.
0.0.23 426 3/26/2023 0.0.23 is deprecated because it is no longer maintained and has critical bugs.
0.0.22 451 3/26/2023 0.0.22 is deprecated because it is no longer maintained and has critical bugs.
0.0.21 434 3/26/2023 0.0.21 is deprecated because it is no longer maintained and has critical bugs.
0.0.20 441 3/25/2023 0.0.20 is deprecated because it is no longer maintained and has critical bugs.
0.0.19 436 3/25/2023 0.0.19 is deprecated because it is no longer maintained and has critical bugs.
0.0.18 442 3/25/2023 0.0.18 is deprecated because it is no longer maintained and has critical bugs.
0.0.17 472 3/22/2023 0.0.17 is deprecated because it is no longer maintained and has critical bugs.
0.0.16 436 3/22/2023 0.0.16 is deprecated because it is no longer maintained and has critical bugs.
0.0.15 455 3/22/2023 0.0.15 is deprecated because it is no longer maintained and has critical bugs.
0.0.14 456 3/21/2023 0.0.14 is deprecated because it is no longer maintained and has critical bugs.
0.0.13 481 3/13/2023 0.0.13 is deprecated because it is no longer maintained and has critical bugs.
0.0.12 441 3/11/2023 0.0.12 is deprecated because it is no longer maintained and has critical bugs.
0.0.11 434 3/11/2023 0.0.11 is deprecated because it is no longer maintained and has critical bugs.
0.0.10 446 3/9/2023 0.0.10 is deprecated because it is no longer maintained and has critical bugs.
0.0.9 443 3/9/2023 0.0.9 is deprecated because it is no longer maintained and has critical bugs.
0.0.8 412 3/9/2023 0.0.8 is deprecated because it is no longer maintained and has critical bugs.
0.0.7 452 3/9/2023 0.0.7 is deprecated because it is no longer maintained and has critical bugs.
0.0.6 458 3/9/2023 0.0.6 is deprecated because it is no longer maintained and has critical bugs.
0.0.5 503 2/12/2023 0.0.5 is deprecated because it is no longer maintained and has critical bugs.
0.0.4 499 2/12/2023 0.0.4 is deprecated because it is no longer maintained and has critical bugs.
0.0.3 521 2/12/2023 0.0.3 is deprecated because it is no longer maintained and has critical bugs.
0.0.2 522 2/12/2023 0.0.2 is deprecated because it is no longer maintained and has critical bugs.