DotNetToolbox.ValidationBuilder 8.0.4-rc1

This is a prerelease version of DotNetToolbox.ValidationBuilder.
dotnet add package DotNetToolbox.ValidationBuilder --version 8.0.4-rc1
NuGet\Install-Package DotNetToolbox.ValidationBuilder -Version 8.0.4-rc1
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="DotNetToolbox.ValidationBuilder" Version="8.0.4-rc1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotNetToolbox.ValidationBuilder --version 8.0.4-rc1
#r "nuget: DotNetToolbox.ValidationBuilder, 8.0.4-rc1"
#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 DotNetToolbox.ValidationBuilder as a Cake Addin
#addin nuget:?package=DotNetToolbox.ValidationBuilder&version=8.0.4-rc1&prerelease

// Install DotNetToolbox.ValidationBuilder as a Cake Tool
#tool nuget:?package=DotNetToolbox.ValidationBuilder&version=8.0.4-rc1&prerelease

DotNetToolbox Core Library

Version 1.0.0

The DotNetToolbox Core Library (DotNetToolbox.Core) is a comprehensive utility package that offers a wide range of functionalities, including pagination, date-time management, file system handling, result management, Azure secrets, Base64 GUIDs, and more.

Components

Pagination
  • PagedCollection: Manages paged collections.
  • Pagination: Handles pagination logic.
  • PaginationSettings: Stores pagination settings.
Date and Time
  • DateTimeProvider: Offers functionalities for date-time management.
File System
  • FileSystemHandler: Handles file manipulation tasks.
Results
  • CrudResult: Represents the outcomes of CRUD operations.
  • HttpResult: Represents the outcomes of HTTP requests.
  • Result: Base class for operation results.
  • SignInResult: Represents the outcomes of sign-in operations.
  • ValidationResult: Represents the outcomes of validation checks.
Validation
  • ValidationError: Focuses on validation-related errors.
GUIDs
  • Base64Guid: Handles Base64 encoding and decoding of GUIDs.
Object Creation and Validation
  • Create: Assists in object creation.
  • Ensure: Aids in object validation.
Extensions
  • HttpClientFactoryExtensions: Provides extensions for client factories.
  • ConcurrentDictionaryExtensions: Offers utility functions for concurrent dictionaries.
  • EnumerableExtensions: Extends functionalities for enumerable types.
HTTP Client Options
  • ConfidentialHttpClientOptions: Defines options for confidential HTTP clients.
  • HttpClientOptions: General options for HTTP clients.
  • IdentifiedHttpClientOptions: Defines options for identified HTTP clients.

Usage

Please refer to the API documentation for detailed usage instructions.

Contributing

This package is intended for internal use. Contributions are restricted to team members.

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.4-rc1 64 2/5/2024
8.0.2-rc2 82 1/8/2024
8.0.2-rc1 67 1/6/2024

v8.0.4-rc1:
     - Release candidate based on .Net 8.0