dotnet / diagnostics

This repository contains the source code for various .NET Core runtime diagnostic tools and documents.
MIT License
1.19k stars 355 forks source link

Clean up thread and thread service interfaces #5013

Closed mikem8361 closed 1 month ago

mikem8361 commented 1 month ago

Change GetThreadContext to return an ReadOnlySpan because the original API allowed the array returned to be changed. Fixed a couple of other APIs to that a ReadOnlySpan.

Added some common GetThreadContext extensions