Posts
Sort by recent activity
Memory profiler crashing on .NET Core 1.1 apps
When I try profiling our .NET Core 1.1 applications via the visual studio ANTS -> Profile Memory option, I hit the following error: "Sequence contains no elements".
When I try profiling it via the ...