Exploring the .NET boot process via host tracing
andrewlock.net·1d
⏱️Runtime Performance Analysis
Preview
Report Post

November 25, 2025 ~17 min read

Share on:

In this post we take a look a look at how you can enable diagnostics for the .NET host itself that you can use to debug issues running your .NET applications. We then use the tracing diagnostics to explore the boot process of a simple .NET application.

Understanding the boot process with tracing

The main focus of this post is to show the the host tracing feature available in modern .NET. This isn’t "tracing" like OpenTelemetry or APM solutions with activities and spans, this is old school tracing, i.e. logging.😄

Host tracing provides you detailed diagnostic infor…

Similar Posts

Loading similar posts...