Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
122 views
in Technique[技术] by (71.8m points)

c# - Disable hang dump generated by dotnet test

When I run dotnet test ... --blame-hang-timeout 2000 it generates a 'Hang Dump' which grows into gigabytes. This feature is available since .NET 5.0, and the Microsoft pages refer to a DUMP_TYPE. Because of this size, I want to disable the generation of this dump but keeping the --blame-hang-timeout. However, I don't see any information on this DUMP_TYPE. Is it possible to disable or limit the dump information?

question from:https://stackoverflow.com/questions/65944763/disable-hang-dump-generated-by-dotnet-test

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...