Extension methods on crack.
Go to file
Oliver Booth 21f9a92491
docs: add more documentation pages
2023-08-28 13:41:03 +01:00
.config Add Stryker tool 2022-02-22 14:39:54 +00:00
.github fix(ci): install dotCover global tool for sonarcloud workflow 2023-08-27 13:13:13 +01:00
X10D refactor!: add Bytes suffix to IO methods 2023-08-28 13:15:19 +01:00
X10D.Hosting chore: don't share TargetFrameworks in build props 2023-08-28 13:04:16 +01:00
X10D.Tests refactor!: add Bytes suffix to IO methods 2023-08-28 13:15:19 +01:00
X10D.Unity Merge branch 'main' into release/4.0.0 2023-08-22 23:27:35 +01:00
X10D.Unity.Tests chore: ignore Libraries folder 2023-08-28 13:05:01 +01:00
docfx_project docs: add more documentation pages 2023-08-28 13:41:03 +01:00
tools chore: don't share TargetFrameworks in build props 2023-08-28 13:04:16 +01:00
.editorconfig Suppress CA1805 in .editorconfig 2022-11-29 17:17:28 +00:00
.gitignore #30 Use .NET Core gitignore 2021-03-03 14:32:00 +00:00
CHANGELOG.md feat: add Span overloads to complement char.Repeat/string.Repeat 2023-08-27 13:58:15 +01:00
CONTRIBUTING.md [ci skip] docs: add conventional commit to contrib guidelines 2023-04-12 12:47:32 +01:00
Directory.Build.props chore: don't share TargetFrameworks in build props 2023-08-28 13:04:16 +01:00
LICENSE.md [ci skip] docs: update copyright year in LICENSE.md 2023-03-31 15:12:59 +01:00
README.md docs: add more documentation pages 2023-08-28 13:41:03 +01:00
X10D.sln refactor: remove X10D.DSharpPlus 2023-08-22 17:52:49 +01:00
_config.yml Set theme jekyll-theme-slate 2020-04-26 14:23:54 +01:00
branding_Banner.png [ci skip] docs(style): update branding 2023-03-31 22:19:41 +01:00
branding_Icon.png style: update branding 2023-03-31 22:22:52 +01:00
branding_Social.png [ci skip] style: add social embed branding export 2023-03-31 22:30:25 +01:00
global.json Use .NET 7 SDK for solution 2023-02-26 00:49:31 +00:00

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.

Documentation

Documentation and the API reference is available at https://oliverbooth.github.io/X10D/index.html. I'm sorry this took so long to get up and running. DocFX will be the death of me.

Contributing

Contributions are welcome. See CONTRIBUTING.md.

License

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