Show HN: Modular DDD Core for .NET Microservices

github.com

2 points by andrey-serdyuk 11 hours ago

I’ve just made the shared core of my TaskHub platform public — the backbone powering multiple .NET microservices. It’s fully modular, DDD-based, and instrumented with OpenTelemetry, Redis and more.

It’s now public(MIT license) and open for feedback — I’d really appreciate your thoughts, reviews, and ideas for improvement.

CharlieDigital 11 hours ago

Why no logging for OTEL (only trace and meter)?

It probably behooves you to include a sample app.