-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
βΊ cmdβ βΏβ β er edited this page May 25, 2026
·
13 revisions
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.
Foxtension relies on the following .NET packages:
System.ManagementMicrosoft.Data.SqlClientMicrosoft.Data.SqliteDapper
Ensure these dependencies are installed in your project before using Foxtension.
You can install Foxtension via NuGet Package Manager:
Install-Package Foxtension
# or using .NET CLI
dotnet add package Foxtension