phmonte / Buildalyzer

A utility to perform design-time builds of .NET projects without having to think too hard about it.
MIT License
589 stars 92 forks source link

Adding timeout to the dotnet info command, using environment variables. #236

Closed phmonte closed 6 months ago

phmonte commented 9 months ago

Description In some scenarios 4000ms to execute the dotnet --info command is not enough.

Objective The objective is to add the possibility of passing the desired timeout via environment variable.

Scenario I identified this scenario when running the solution within k8s clusters with low memory and CPU.

Related Issue

daveaglick commented 6 months ago

Finally getting around to some reviews and merges in this project, sorry for the delay! This all looks fine to me, merging now - thanks!