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
- Host: GitHub
- URL: https://github.com/purkayasta/TheUtilityVerse
- Owner: purkayasta
- License: mit
- Created: 2023-03-25T10:14:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-07-19T19:24:31.000Z (3 months ago)
- Last Synced: 2025-09-01T12:05:12.211Z (about 1 month ago)
- Topics: aspnetcore, csharp, dotnet, helpers, roslyn, roslyn-generator, sourcegenerator, utility, utility-classes, utility-library
- Language: C#
- Homepage: https://www.nuget.org/packages?q=utilityverse.*
- Size: 231 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- RSCG_Examples - https://github.com/purkayasta/TheUtilityVerse
README
## The UtilityVerse 🧰
*(Multi-verse of utility methods)* — a library full of helper methods you might want to use.
> ⭐️ 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/) ->  
🧰 No dependencies — includes core utility methods.2. [**UtilityVerse.ASPNET**](https://www.nuget.org/packages/UtilityVerse.ASPNET/) ->  
🌐 ASP.NET Core-specific helpers and extensions.3. [**UtilityVerse.Copy**](https://www.nuget.org/packages/UtilityVerse.Copy/) ->  
✍️ 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#.