Updating properties of the static class could be accessed from different threads which could cause corruptions:
|
loggingService.LogTelemetry(buildEventContext: null, KnownTelemetry.LoggingConfigurationTelemetry.EventName, KnownTelemetry.LoggingConfigurationTelemetry.Properties); |
Updating properties of the static class could be accessed from different threads which could cause corruptions:
msbuild/src/Build/BackEnd/BuildManager/BuildManager.cs
Line 580 in b0e2b79