Extension methods on crack.
Go to file
Oliver Booth f30c052673
test: 100% coverage for TimeSpanParser.TryParse
2023-03-30 20:44:45 +01:00
.config Add Stryker tool 2022-02-22 14:39:54 +00:00
.github ci(upm): update package.json in upm branch (#69) 2023-03-29 16:03:55 +01:00
X10D [ci skip] perf: convert Count to for loop with index access 2023-03-30 20:21:29 +01:00
X10D.DSharpPlus build(nupkg): use MSBuildProjectDirectory and go up 1 level 2023-03-28 15:11:09 +01:00
X10D.Hosting build(nupkg): use MSBuildProjectDirectory and go up 1 level 2023-03-28 15:11:09 +01:00
X10D.SourceGenerator perf(sourcegen): cache and compile regex. pass timeout 2023-03-28 15:44:27 +01:00
X10D.SourceValidator [ci skip] Target .NET 7 for source validator 2022-11-29 17:30:07 +00:00
X10D.Tests test: 100% coverage for TimeSpanParser.TryParse 2023-03-30 20:44:45 +01:00
X10D.Unity [ci skip] style: reformat & cleanup solution 2023-03-29 17:46:56 +01:00
X10D.Unity.Tests test: update X10D.Unity.Tests to 2021.3.21f1 2023-03-28 23:18:56 +01:00
X10D.UpmPackageGenerator [ci skip] ci(upm): output package.json instead of print to stdout 2023-03-29 16:08:19 +01:00
docfx_project Add docfx project 2022-05-12 14:24:13 +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 TextReader.EnumerateLines/Async 2023-03-30 17:55:41 +01:00
CONTRIBUTING.md [ci skip] Update 3.0.0 contribution guidelines 2022-04-30 16:56:36 +01:00
LICENSE.md Update copyright year in license 2022-04-20 12:58:41 +01:00
README.md [ci skip] style=flat-square for shields.io badges 2023-02-23 17:55:25 +00:00
X10D.sln ci(upm): update package.json in upm branch (#69) 2023-03-29 16:03:55 +01:00
_config.yml Set theme jekyll-theme-slate 2020-04-26 14:23:54 +01:00
banner.png Change icon, add new banner image for README 2022-04-20 12:31:02 +01:00
global.json Use .NET 7 SDK for solution 2023-02-26 00:49:31 +00:00
icon.png Change icon, add new banner image for README 2022-04-20 12:31:02 +01: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 3.1.0

Manual installation

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

Unity installation

Starting with Unity 2021.2, support for .NET Standard 2.1 has been added. With this change, I am confident providing support for this version for the time being, with only minimal feature-loss. To add X10D into your Unity project, goto the Package Manager window, and choose to install from a Git URL, and use the URL https://github.com/oliverbooth/X10D.git#upm

Parity with the main branch of X10D, and full .NET 6 feature support, is planned - but a timeline is not yet available. Unity plan to add .NET 6 support in the near future. For more information, see this forum post.

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.