For some reason dotnet.exe crashes inside a .NET Core framework library async call httpClient.SendAsync(...)
after upgrading .NET Core from 2.0 to 2.1.
Because dotnet.exe crashes that prevents Visual Studio from showing any error stack trace.
I am getting following error in Output -> Debug window, but it is not sufficient to fix the issue:
The program '[12372] dotnet.exe' has exited with code -1073741819 (0xc0000005) 'Access violation'.
What other ways could I use to debug this problem, since error stack trace is not available?
User contributions licensed under CC BY-SA 3.0