VOOZH about

URL: https://www.nuget.org/packages/AIC.Core.Configuration.Providers.HashiCorp.Vault/

⇱ NuGet Gallery | AIC.Core.Configuration.Providers.HashiCorp.Vault 2025.12.8.2




👁 Image
AIC.Core.Configuration.Providers.HashiCorp.Vault 2025.12.8.2

dotnet add package AIC.Core.Configuration.Providers.HashiCorp.Vault --version 2025.12.8.2
 
 
NuGet\Install-Package AIC.Core.Configuration.Providers.HashiCorp.Vault -Version 2025.12.8.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="AIC.Core.Configuration.Providers.HashiCorp.Vault" Version="2025.12.8.2" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AIC.Core.Configuration.Providers.HashiCorp.Vault" Version="2025.12.8.2" />
 
Directory.Packages.props
<PackageReference Include="AIC.Core.Configuration.Providers.HashiCorp.Vault" />
 
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 AIC.Core.Configuration.Providers.HashiCorp.Vault --version 2025.12.8.2
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AIC.Core.Configuration.Providers.HashiCorp.Vault, 2025.12.8.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 AIC.Core.Configuration.Providers.HashiCorp.Vault@2025.12.8.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=AIC.Core.Configuration.Providers.HashiCorp.Vault&version=2025.12.8.2
 
Install as a Cake Addin
#tool nuget:?package=AIC.Core.Configuration.Providers.HashiCorp.Vault&version=2025.12.8.2
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

AIC Core Libraries

Transforming Industry Through Technology

AIC � Aerospace, Intelligence & Cyber � provides cutting-edge, mission-ready software components powering secure, data-driven systems for the UK defence and national security sector.


Overview

This repository contains the shared .NET libraries and services developed by AIC (Aerospace Intelligence Cyber).
Each package delivers a focused capability that can be integrated independently or combined to form a secure, modular software stack.

These libraries are built using C# and .NET 9, following SOLID, DRY, and TDD principles.
All packages are automatically versioned and published via Azure DevOps pipelines.


Packages

Package Description
AIC.Core Core abstractions, utilities, and shared models across AIC solutions.

Each package is available via NuGet using the AIC.* prefix.

dotnet add package AIC.Core.Identity.Data.Services

Features

  • Modular, versioned .NET 9 libraries.
  • Consistent NuGet metadata via shared Directory.Build.props.
  • Deterministic builds with embedded source link information.
  • MIT licensed for internal and partner integration.
  • Designed for both air-gapped and connected environments.

Usage Example

using AIC.Core.Identity.Data.Services;

var service = new UserAccountService(logger);
var account = await service.GetUserByIdAsync(userId);

Build & Packaging

  1. The repository uses a shared Directory.Build.props for package metadata.
  2. Versions are automatically injected by the build pipeline (e.g., 2025.11.9.3).
  3. Each project is packed with symbols (.snupkg) and published to the AIC NuGet feed.

To pack locally:

dotnet pack -c Release

Artifacts are created in ./artifacts/packages.


Repository Metadata


Contributing

This repository is managed internally by AIC.
External contributions are not currently accepted.
For collaboration opportunities, contact the AIC engineering team via the website.


Security

All packages are produced within a clean cloud build environment.
Source integrity is verified via SourceLink and reproducible builds.
Security vulnerabilities can be reported privately through official AIC channels.


License

Licensed under the MIT License.
See the file for details.

Product Versions Compatible and additional computed target framework versions.
.NET net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows 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
2025.12.8.2 478 12/8/2025
2025.12.8.1 333 12/8/2025
2025.12.7.1 248 12/7/2025
2025.12.5.3 224 12/5/2025
2025.12.5.2 227 12/5/2025
2025.12.5.1 215 12/5/2025
2025.12.2.2 708 12/2/2025
2025.12.2.1 706 12/2/2025
2025.12.1.1 607 12/1/2025
2025.11.30.8 383 11/30/2025
2025.11.30.7 364 11/30/2025
2025.11.30.6 389 11/30/2025
2025.11.30.5 381 11/30/2025
2025.11.30.4 283 11/30/2025
2025.11.30.3 297 11/30/2025
2025.11.30.2 289 11/30/2025
2025.11.30.1 290 11/30/2025
2025.11.29.3 146 11/29/2025
2025.11.29.2 157 11/29/2025
2025.11.29.1 143 11/29/2025
Loading failed

See CHANGELOG.md for full release history.