Alex.NET.RCL 8.0.15

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.
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.
// Install Alex.NET.RCL as a Cake Addin
#addin nuget:?package=Alex.NET.RCL&version=8.0.15

// Install Alex.NET.RCL as a Cake Tool
#tool nuget:?package=Alex.NET.RCL&version=8.0.15

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. 
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
8.0.15 48 4/24/2024
8.0.14 61 4/23/2024
8.0.12 66 4/18/2024
8.0.8 93 4/14/2024
8.0.7 68 4/13/2024
8.0.6 98 3/4/2024
8.0.5 84 2/29/2024
8.0.3 80 2/17/2024
8.0.2 75 2/16/2024
8.0.1 71 2/16/2024
0.0.57 263 11/11/2023
0.0.51 206 5/30/2023
0.0.50 184 5/18/2023
0.0.49 185 5/17/2023
0.0.48 189 5/5/2023
0.0.47 173 4/30/2023
0.0.44 234 4/25/2023
0.0.38 244 4/17/2023
0.0.37 235 4/16/2023
0.0.33 232 4/6/2023
0.0.32 234 4/6/2023
0.0.31 244 4/6/2023
0.0.30 240 4/5/2023
0.0.29 264 3/30/2023
0.0.28 246 3/29/2023
0.0.27 233 3/29/2023
0.0.26 259 3/29/2023
0.0.25 279 3/28/2023
0.0.24 258 3/27/2023
0.0.23 241 3/26/2023
0.0.22 267 3/26/2023
0.0.21 252 3/26/2023
0.0.20 253 3/25/2023
0.0.19 253 3/25/2023
0.0.18 259 3/25/2023
0.0.17 286 3/22/2023
0.0.16 254 3/22/2023
0.0.15 271 3/22/2023
0.0.14 275 3/21/2023
0.0.13 297 3/13/2023
0.0.12 258 3/11/2023
0.0.11 253 3/11/2023
0.0.10 274 3/9/2023
0.0.9 265 3/9/2023
0.0.8 233 3/9/2023
0.0.7 268 3/9/2023
0.0.6 272 3/9/2023
0.0.5 303 2/12/2023
0.0.4 303 2/12/2023
0.0.3 311 2/12/2023
0.0.2 319 2/12/2023