Extension methods on crack.
Go to file
Oliver Booth 129cbfb51f
refactor: revert 50d9cad2f3
2023-08-24 02:29:59 +01:00
.config
.github Merge branch 'main' into release/4.0.0 2023-08-24 01:54:42 +01:00
X10D refactor: revert 50d9cad2f3 2023-08-24 02:29:59 +01:00
X10D.Hosting chore: define TargetFrameworks in shared props 2023-08-22 22:40:49 +01:00
X10D.Tests style(test): format span tests 2023-08-24 01:53:24 +01:00
X10D.Unity Merge branch 'main' into release/4.0.0 2023-08-22 23:27:35 +01:00
X10D.Unity.Tests
docfx_project [ci skip] docs: add X10D.Hosting to docfx project 2023-08-24 01:53:50 +01:00
tools chore: enable NRT for tools 2023-08-22 22:40:59 +01:00
.editorconfig
.gitignore
CHANGELOG.md refactor: revert 50d9cad2f3 2023-08-24 02:29:59 +01:00
CONTRIBUTING.md
Directory.Build.props chore: define TargetFrameworks in shared props 2023-08-22 22:40:49 +01:00
LICENSE.md
README.md
X10D.sln refactor: remove X10D.DSharpPlus 2023-08-22 17:52:49 +01:00
_config.yml
branding_Banner.png [ci skip] docs(style): update branding 2023-03-31 22:19:41 +01:00
branding_Icon.png
branding_Social.png
global.json

README.md

GitHub Workflow Status GitHub Issues Coverage NuGet Downloads Stable Version Nightly Version MIT License

About

X10D (pronounced extend), is a .NET package that provides extension methods for numerous types. The purpose of this library is to simplify a codebase by reducing the need for repeated code when performing common operations. Simplify your codebase. Take advantage of .NET. Use extension methods.

(I'm also dogfooding this library, so there's that.)

Installation

NuGet installation

Install-Package X10D -Version 4.0.0

Manual installation

Download the latest release from this repository and adding a direct assembly reference for your chosen platform.

Unity installation

For the Unity installation guide, refer to the README.md in X10D.Unity.

Features

I'm planning on writing complete and extensive documentation in the near future. As of this time, feel free to browse the source or the API using your favourite IDE. For those familiar with the 2.6.0 API, please read CHANGELOG.md for a complete list of changes. 3.0.0 is a major release and introduces many breaking changes.

Contributing

Contributions are welcome. See CONTRIBUTING.md.

License

X10D is released under the MIT License. See here for more details.