Alex.NET.Helper 1.27.69

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

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

Alex.NET.Helper

This package contains all of the basic boiletplate for a .NET project. Requires .NET 7 or later.

Implementation Example

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();

Author

License

MIT

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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 (2)

Showing the top 2 NuGet packages that depend on Alex.NET.Helper:

Package Downloads
Alex.NET.RCL

Package Description

AdomFrameworkCore

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.8 131 4/14/2024
8.0.6 96 4/4/2024
8.0.5 96 3/4/2024
8.0.3 98 2/29/2024
8.0.1 101 2/16/2024
1.30.72 259 11/11/2023
1.30.69 127 10/25/2023
1.29.69 166 5/30/2023
1.28.69 179 5/18/2023
1.27.69 202 5/17/2023
1.26.69 135 5/5/2023
1.25.69 151 4/30/2023
1.24.69 265 4/25/2023
1.23.69 262 4/19/2023
1.22.69 208 4/19/2023
1.21.69 263 4/17/2023
1.20.69 183 4/16/2023
1.18.69 215 4/6/2023
1.17.69 224 4/6/2023
1.16.69 246 4/5/2023
1.15.69 331 3/29/2023
1.14.69 237 3/28/2023
1.13.69 187 3/27/2023
1.12.69 310 3/26/2023
1.11.69 227 3/26/2023
1.10.69 362 3/22/2023
1.9.69 275 3/21/2023
1.8.69 363 3/11/2023
1.7.69 206 3/11/2023
1.6.69 198 3/11/2023
1.5.69 272 2/17/2023
1.4.69 244 2/13/2023
1.3.69 251 2/12/2023
1.2.69 236 2/12/2023
1.1.69 254 2/12/2023
1.0.69 246 2/12/2023
1.0.0 239 2/12/2023