An open API service indexing awesome lists of open source software.

https://github.com/purkayasta/TheUtilityVerse

UtilityVerse is a helper library to speed up the development with common methods built in
https://github.com/purkayasta/TheUtilityVerse

aspnetcore csharp dotnet helpers roslyn roslyn-generator sourcegenerator utility utility-classes utility-library

Last synced: 28 days ago
JSON representation

UtilityVerse is a helper library to speed up the development with common methods built in

Awesome Lists containing this project

README

          

## The UtilityVerse 🧰
*(Multi-verse of utility methods)* — a library full of helper methods you might want to use.

![Nuget](https://img.shields.io/github/repo-size/purkayasta/TheUtilityVerse?style=social)
![Nuget](https://img.shields.io/github/last-commit/purkayasta/TheUtilityVerse?style=flat-square)

> ⭐️ Give it a star if you like the project!

---

## 📦 Packages in This Universe

Use whatever suits your project:

1. [**UtilityVerse**](https://www.nuget.org/packages/UtilityVerse/) -> ![Nuget](https://img.shields.io/nuget/v/UtilityVerse) ![Nuget](https://img.shields.io/nuget/dt/UtilityVerse?style=plastic)
🧰 No dependencies — includes core utility methods.

2. [**UtilityVerse.ASPNET**](https://www.nuget.org/packages/UtilityVerse.ASPNET/) -> ![Nuget](https://img.shields.io/nuget/v/UtilityVerse.ASPNET) ![Nuget](https://img.shields.io/nuget/dt/UtilityVerse.ASPNET?style=plastic)
🌐 ASP.NET Core-specific helpers and extensions.

3. [**UtilityVerse.Copy**](https://www.nuget.org/packages/UtilityVerse.Copy/) -> ![Nuget](https://img.shields.io/nuget/v/UtilityVerse.Copy) ![Nuget](https://img.shields.io/nuget/dt/UtilityVerse.Copy?style=plastic)
✍️ A Roslyn-based source generator that automatically generates `ShallowCopy()` and `DeepCopy()` methods for your models.
→ See full details here: [`UtilityVerse.Copy/README.md`](./src/UtilityVerse.Copy/README.md)

---

To use this utility library, you may want to start with the `Utility` class.

---

Made with ❤️ in C#.