GameFrameX.Foundation.Utility 4.1.1

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

<div align="center">

GameFrameX Logo

GameFrameX.Foundation

Version License Documentation

All-in-One Solution for Indie Game Development · Empowering Indie Developers' Dreams

📖 Documentation🚀 Quick Start • 💬 QQ Group: 467608841 / 233840761


🌐 Language: English | 简体中文 | 繁體中文 | 日本語 | 한국어


</div>

Assembly Overview

Package Description Version Downloads
GameFrameX.Foundation.Localization Lightweight localization support NuGet NuGet
GameFrameX.Foundation.Json Unified JSON serialization NuGet NuGet
GameFrameX.Foundation.Options CLI argument parser NuGet NuGet
GameFrameX.Foundation.Orm.Attribute ORM attribute definitions NuGet NuGet
GameFrameX.Foundation.Extensions Extension methods and helpers NuGet NuGet
GameFrameX.Foundation.Encryption Encryption algorithms NuGet NuGet
GameFrameX.Foundation.Hash Hash algorithms NuGet NuGet
GameFrameX.Foundation.Utility General utilities NuGet NuGet
GameFrameX.Foundation.Logger Unified logging NuGet NuGet
GameFrameX.Foundation.Http.Extension HTTP client extensions NuGet NuGet
GameFrameX.Foundation.Http.Normalization HTTP response normalization NuGet NuGet
GameFrameX.Foundation.Orm.Entity ORM entity base classes NuGet NuGet
GameFrameX.Foundation.Idempotency Idempotency and event envelope