Matt Galbraith
Matt Galbraith
This commit: https://github.com/microsoft/ApplicationInsights-dotnet-logging/commit/1a31e7b59954bb8f3f00a8855750205a3e36b709 ... when combined with a System.Diagnostics.Trace configuration where Autoflush is set to true caused our service to Flush() on every Trace.Write* call, which rapidly made our Azure...
I'm putting the FR label on this to do a quick investigation today if I can, @alexperovich FYI in case this relates to your tweaks for the new org. See...
### To double check: * [ ] The right tests are in and and the right validation has happened. Guidance: https://github.com/dotnet/arcade/tree/main/Documentation/Validation
# Goal ## Motivation and Business Impact Today, there is a fair amount of work that has to happen to keep the images used in dotnet-helix-machines both up-to-date and maintain...
Tracking IcM: https://portal.microsofticm.com/imp/v3/incidents/details/326663396/home Thus far it's only been reported by internal dnceng team members but it does seem to be a real issue.
**Describe the bug** If I have a valid certificate added to my cluster via subject name & issuer thumbprint, but I also have the same subject name with a no-longer-valid...
As a repo that created this, this is a good place to validate the package I built last week.
This change is required to continue building PRs in the dotnet public repo. The agents and images used in the new project / organization are identical and build regressions are...
Related to https://portal.microsofticm.com/imp/v3/incidents/details/335170304/home I first noticed that the problem was, suspiciously, held to a relatively low number of flaky tests: ``` let ids= Messages | where ingestion_time() > ago(2d) |...
As part of https://github.com/dotnet/arcade/issues/10578 , many folks have asked for an automated means to switch over the pool providers to the '-Svc' versions of them when they branch. This would...