TylerAP / clrmd

Microsoft.Diagnostics.Runtime is a set of APIs for introspecting processes and dumps.
https://github.com/Microsoft/clrmd/blob/master/Documentation/ClrRuntime.md
MIT License
0 stars 0 forks source link

Linux core dumps should come after all test target assemblies are generated #3

Open TylerAP opened 5 years ago

TylerAP commented 5 years ago

Currently individual assemblies are generated followed immediately by dump artifact generation.

This needs to be changed to block dump artifact generation until all assemblies are generated.

This is because e.g. AppDomains.dll and such depends on NestedException.dll.