EnvX 1.0.0

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

// Install EnvX as a Cake Tool
#tool nuget:?package=EnvX&version=1.0.0                

EnvX

EnvX is a lightweight and efficient .NET library for managing environment variables across multiple projects in a solution. It allows you to load variables from a .env file located at the root of your solution, centralizing configuration management and making it easy to access environment-specific settings.


Features

  • Centralized Configuration: Manage environment variables in a single .env file for the entire solution.
  • Simple API: Easily access variables using a static ConfigManager class.
  • Automatic Loading: Automatically loads environment variables during application initialization.

Installation

Install the library via NuGet:

dotnet add package EnvX
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.
  • net8.0

    • No dependencies.

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
1.2.1 78 11/26/2024
1.2.0 76 11/26/2024
1.1.0 79 11/25/2024
1.0.0 91 11/23/2024