Home Archive Issue #382
Issue #382

AI observability and .NET resilience

This issue covers AI agent tracing, Polly resilience pipelines, EF Core testing tricks, MediatR-to-Wolverine migration, and MAUI upgrade habits.

Jasen's top three picks

  1. 1
    Enabling Observability for AI Agents in .NET

    blog.gopenai.com

    A practical look at tracing AI agents so you can see tool calls, invocation flow, and what your system is actually doing.

  2. 2
    From Try-Catch Chaos to Structured Resilience: How Polly Transforms .NET Apps

    medium.com

    A solid Polly v8 refresher that moves beyond try-catch and into resilient pipelines you can reason about in production.

  3. 3
    Force DbContext SaveChanges to throw exception during test

    josef.codes

    A handy EF Core testing technique for forcing SaveChanges failures so your integration tests can verify real error handling.

Editor's note

I curated a pretty varied mix today, with AI observability, reliability, and data access all getting some attention. The GoPenAI piece on agent observability and the Polly resilience article stood out because they focus on production behavior, not just patterns. I also liked the EF Core test interceptor write-up for its practical way to force failures when you actually need to prove your handling works.

Today's articles

Related issues

📬 Get daily .NET content delivered to your inbox