GamersCommunity.Core 9.3.0

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

GamersCommunity.Core

GamersCommunity.Core is the core library of the GamersCommunity project.
It provides the fundamental building blocks, utilities, and abstractions that other modules of the ecosystem rely on.

Status: Work in progress. This repository is public, but external contributions are not currently solicited.


✨ Introduction

GamersCommunity aims to simplify the development of game-related services and tools by offering a clean, modular foundation for .NET applications.

This package focuses on solving common cross-cutting concerns:

  • Shared domain primitives (errors, results, value objects).
  • Consistent configuration & options binding.
  • Dependency Injection helpers and extensions.
  • Diagnostics: logging helpers and structured logging conventions.
  • Utility helpers (guards, pagination, mapping helpers, etc.).

The library is designed to be lightweight, extensible, and easy to integrate in new or existing solutions.


🚀 Getting Started

Requirements

  • .NET 10.0
  • Visual Studio 2022 / VS 2026 / Rider / VS Code

Installation

Install from your NuGet feed:

dotnet add package GamersCommunity.Core

💬 Feedback

This project is under active development.
If you encounter a bug, have a question, or want to suggest an improvement, please open an issue:

👉 Issues: https://github.com/Bari77/GamersCommunity.Core/issues

You can also reach out on your preferred social channel if applicable.


🤝 Contributing

While the repository is public, external contributions are not actively requested at this time.
That said, bug reports and feedback are very welcome via the issues page.

If you still wish to propose a change:

  • Fork the repository
  • Create a feature branch
  • Open a PR marked as Draft for discussion

Note: The maintainers reserve the right to close PRs that fall outside the current roadmap.


🧩 Versioning & Breaking Changes

Until a stable 1.x release, breaking changes may occur at any time as the API surface evolves.


📜 License

Unless stated otherwise in the repository, this project will be licensed under a permissive license (e.g., MIT).
Check the LICENSE file once it is added.


🙌 Credits

Built with ❤️ by the GamersCommunity maintainers.

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.

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
9.3.0 298 11/21/2025
9.2.0 296 11/21/2025
9.1.1 305 11/21/2025
9.1.0 308 11/21/2025
9.0.0 309 11/21/2025
8.0.0 159 11/8/2025
7.2.0 152 11/8/2025
7.1.0 160 11/8/2025
7.0.3 163 11/8/2025
7.0.2 162 11/8/2025
7.0.1 170 11/7/2025
7.0.0 174 11/7/2025
6.2.0 185 11/7/2025
6.1.0 178 11/7/2025
6.0.1 207 11/5/2025
6.0.0 209 11/5/2025
5.0.0 212 11/5/2025
4.0.0 209 11/5/2025
3.0.0 210 11/4/2025
2.0.0 197 11/4/2025
Loading failed