Getting Started โ
Servus! Schee, dass du da bist. ๐ฅจ
Servus was born out of frustration โ the kind every developer knows when you find yourself writing the same helper methods over and over again. This library is a collection of those "I wish this was built into .NET" utilities that somehow always end up missing from your toolkit.
Whether it's string manipulation that actually makes sense, date handling that doesn't make you cry, or collection operations that just work the way you expect them to โ Servus has you covered.
Installation โ
Package Manager โ
powershell
Install-Package Servus.NET CLI โ
bash
dotnet add package ServusPackageReference โ
xml
<PackageReference Include="Servus" Version="1.0.0" />What's Inside โ
Browse the sidebar to explore the modules:
- Application โ
AppBuilder, awaitable conditions, and distributed tracing helpers for clean service startup - Collections โ
CircularQueue,HandlerRegistry, and other collection utilities - Extensions โ Conditional invocation helpers and other type-based extensions
Contributing โ
Contributions are welcome. Fork the repository, create a feature branch, write tests, and open a pull request. See the GitHub repository for details.
Pfiat di und happy coding! ๐ฅจ๐บ
