1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-09 23:45:42 +00:00
Extension methods on crack.
Go to file
Oliver Booth 2c01b0e23a
build: remove Debug properties in test csproj
I believe these properties to be the cause of an issue with symbol verification when publishing X10D to nuget.org. I will report with status after this nightly run.
2023-04-02 15:53:54 +01:00
.config 3.0.0 Update (#43) 2022-04-30 14:13:16 +01:00
.github ci: upload dotnet pack artifacts 2023-04-02 15:44:10 +01:00
docfx_project Add docfx project 2022-05-12 14:24:13 +01:00
X10D perf: fix performance of intrisics 2023-04-02 15:17:28 +01:00
X10D.DSharpPlus [ci skip] ci: enable .NET analyzers for all projects 2023-04-02 01:11:14 +01:00
X10D.Hosting [ci skip] ci: enable .NET analyzers for all projects 2023-04-02 01:11:14 +01:00
X10D.SourceGenerator [ci skip] ci: enable .NET analyzers for all projects 2023-04-02 01:11:14 +01:00
X10D.SourceValidator [ci skip] ci: enable .NET analyzers for all projects 2023-04-02 01:11:14 +01:00
X10D.Tests build: remove Debug properties in test csproj 2023-04-02 15:53:54 +01:00
X10D.Unity docs/perf: throw for null input 2023-04-02 03:12:04 +01:00
X10D.Unity.Tests fix(test): fix ref as of bc3dedfa7d 2023-04-02 04:54:58 +01:00
X10D.UpmPackageGenerator [ci skip] ci: enable .NET analyzers for all projects 2023-04-02 01:11:14 +01:00
_config.yml Set theme jekyll-theme-slate 2020-04-26 14:23:54 +01:00
.editorconfig Suppress CA1805 in .editorconfig 2022-11-29 17:17:28 +00:00
.gitignore 3.0.0 Update (#43) 2022-04-30 14:13:16 +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
CHANGELOG.md fix: rename DebugEx to DebugUtility 2023-04-02 03:10:36 +01:00
CONTRIBUTING.md [ci skip] style: upgrade projects to C# 11 2023-03-31 17:30:30 +01:00
global.json Use .NET 7 SDK for solution 2023-02-26 00:49:31 +00:00
LICENSE.md [ci skip] docs: update copyright year in LICENSE.md 2023-03-31 15:12:59 +01:00
README.md feat: pack README.md in nupkg 2023-04-01 21:16:57 +01:00
X10D.sln style: update branding 2023-03-31 22:22:52 +01:00

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

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.