AbsoluteAlgorithm.Core 1.0.0-beta.2

This is a prerelease version of AbsoluteAlgorithm.Core.
There is a newer prerelease version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package AbsoluteAlgorithm.Core --version 1.0.0-beta.2
                    
NuGet\Install-Package AbsoluteAlgorithm.Core -Version 1.0.0-beta.2
                    
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="AbsoluteAlgorithm.Core" Version="1.0.0-beta.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AbsoluteAlgorithm.Core" Version="1.0.0-beta.2" />
                    
Directory.Packages.props
<PackageReference Include="AbsoluteAlgorithm.Core" />
                    
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 AbsoluteAlgorithm.Core --version 1.0.0-beta.2
                    
#r "nuget: AbsoluteAlgorithm.Core, 1.0.0-beta.2"
                    
#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 AbsoluteAlgorithm.Core@1.0.0-beta.2
                    
#: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=AbsoluteAlgorithm.Core&version=1.0.0-beta.2&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=AbsoluteAlgorithm.Core&version=1.0.0-beta.2&prerelease
                    
Install as a Cake Tool

AbsoluteAlgorithm.Core

AbsoluteAlgorithm.Core is a versatile core library designed to support a wide range of applications. It provides essential utilities and infrastructure for building robust and scalable applications.

Features

  • API Versioning: Simplifies version management for APIs.
  • Authentication Utilities: Tools for secure authentication and token management.
  • Resilience Utilities: Implements retry policies, rate limiting, and other resilience patterns.
  • Storage Providers: Abstractions for various storage mechanisms.
  • Serialization: JSON, XML, and compression utilities.
  • Security: Hashing, encryption, and privacy utilities.
  • Sanitization: Tools for sanitizing file names and spreadsheet formulas.

Getting Started

  1. Install the package via NuGet:
    dotnet add package AbsoluteAlgorithm.Core
    
  2. Add the necessary namespaces to your project.
  3. Start using the utilities provided by the library.

Documentation

For detailed documentation, visit the GitHub repository.

License

This project is licensed under the terms of the license specified in the LICENSE.txt file.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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 (1)

Showing the top 1 NuGet packages that depend on AbsoluteAlgorithm.Core:

Package Downloads
AbsoluteAlgorithm.Infrastructure

Reusable ASP.NET Core Web API foundation library for AbsoluteAlgorithm services. Includes keyed Dapper repositories, storage providers, authentication, API versioning, NSwag, and resilience utilities.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-beta.9 52 3/29/2026

See CHANGELOG.md for details.