Eric StJohn

Results 305 comments of Eric StJohn

The hangs we were seeing for this task were taking hour(s). Actually, I found the cause -- https://github.com/dotnet/arcade/blob/adde5977d270747368deb4984eef2edf8d94c42e/src/Microsoft.DotNet.Helix/Sdk/FindDotNetCliPackage.cs#L22-L27 https://github.com/dotnet/arcade/blob/adde5977d270747368deb4984eef2edf8d94c42e/src/Common/Microsoft.Arcade.Common/ExponentialRetry.cs#L27-L30 https://github.com/dotnet/arcade/blob/adde5977d270747368deb4984eef2edf8d94c42e/src/Common/Microsoft.Arcade.Common/ExponentialRetry.cs#L53-L57 This too many seconds. The last iteration of that will...

> Using Agent Framework's consumption as a litmus test for an experimental API being ready to be marked as stab I am not so sure Agent Framework usage is the...

I couldn't find anything that would make suggestion analyzers not run during CLI builds (and copilot agrees). I opened a feature request.

We could choose to invert the default, but that still makes official builds slow, which we also care about. I also worry that if we change the default to be...

I'm not convinced that there aren't product bugs in some of these analyzers, so we should try to understand if that's the case. `CA11508 - Avoid dead conditional code` for...