Skip to content
β€Ί cmd⁠‿⁠⁠er edited this page May 25, 2026 · 13 revisions

Foxtension

Foxtension is a comprehensive .NET utility library designed to streamline common development tasks, providing robust tools for database interaction, system information, file management, security, and logging. Built with efficiency and ease of use in mind, Foxtension aims to simplify your workflow and enhance application development.

Dependencies

Foxtension relies on the following .NET packages:

  • System.Management
  • Microsoft.Data.SqlClient
  • Microsoft.Data.Sqlite
  • Dapper

Ensure these dependencies are installed in your project before using Foxtension.

Installation

You can install Foxtension via NuGet Package Manager:

Install-Package Foxtension

# or using .NET CLI

dotnet add package Foxtension

Clone this wiki locally