ManaFox.Core 0.4.12

dotnet add package ManaFox.Core --version 0.4.12
                    
NuGet\Install-Package ManaFox.Core -Version 0.4.12
                    
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="ManaFox.Core" Version="0.4.12" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ManaFox.Core" Version="0.4.12" />
                    
Directory.Packages.props
<PackageReference Include="ManaFox.Core" />
                    
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 ManaFox.Core --version 0.4.12
                    
#r "nuget: ManaFox.Core, 0.4.12"
                    
#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 ManaFox.Core@0.4.12
                    
#: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=ManaFox.Core&version=0.4.12
                    
Install as a Cake Addin
#tool nuget:?package=ManaFox.Core&version=0.4.12
                    
Install as a Cake Tool

ManaFox.Core

ManaFox.Core is the core library that has the foundational runes and rituals described for use in the other, larger library projects.

Typically, it will have base classes with minimal true logic applied.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on ManaFox.Core:

Package Downloads
ManaFox.Extensions

Commonly used extensions for ManaFox libraries

ManaFox.Databases.Core

Adds core primatives and abstractions for ManaFox database projects

ManaFox.Databases.TSQL

Database wrapper for standard read/write/execute operations on a TSQL (Microsoft.Data.SqlClient) connection

ManaFox.Hosting.Middleware

Commonly used middleware for my hosted libraries

ManaFox.Databases.PostgreSQL.Migrations

Database wrapper for standard read/write/execute operations on a TSQL (Microsoft.Data.SqlClient) connection

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.4.12 155 4/19/2026
0.4.11 157 4/18/2026
0.4.10 150 4/18/2026
0.4.9 157 4/17/2026
0.4.8 155 4/17/2026
0.4.7 164 4/17/2026
0.4.6 162 4/16/2026
0.4.5 158 4/16/2026
0.4.4 160 4/14/2026
0.4.3 160 4/14/2026
0.4.2 157 4/11/2026
0.4.1 154 4/11/2026
0.4.0 156 4/9/2026
0.3.2 123 4/8/2026
0.3.1 123 4/8/2026
0.3.0 128 4/8/2026
0.2.1 148 2/28/2026
0.2.0 133 2/28/2026
0.1.2 136 2/28/2026
0.1.1 137 2/27/2026
Loading failed