aws/porting-assistant-dotnet-client

Run project analysis and builds in a single thread to avoid consistency issues

marknfawaz opened this issue · 0 comments

Describe the bug

Building and analysis is unexpectedly terminating in some cases when it's run on multiple threads. We need to switch to a single threaded build to be able to generate a consistent result and avoid crashes

Expected behavior

The build result should be consistent

Steps to Reproduce

Running builds on larger applications produces this issue