Posts
Sort by recent activity
Profiling application with async methods causes crash
I have following simple .NET 4.5 application to test async handling with Performance Profiler 9:class Program {
static void Main(string[] args) {
Worker w = new Worker();
...