Skip to content

Conversation

YuliiaKovalova
Copy link
Member

The change is related to SerialConsoleLogger deprecation: dotnet/msbuild#12336
The property isn't needed anymore, since MSBuild will be operating on parallel logger only by default.

The change is related to SerialConsoleLogger deprecation: dotnet/msbuild#12336
@Copilot Copilot AI review requested due to automatic review settings August 22, 2025 09:42
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes the FileLoggersCount property from the MSBuild logging configuration telemetry event. The change supports the deprecation of SerialConsoleLogger in MSBuild, as the system will now operate exclusively with parallel loggers by default, making the file logger count metric obsolete.

  • Removes FileLoggersCount from telemetry measurements for logging configuration events

Copy link
Contributor

This PR is targeting main, which is now for .NET 11-facing work. If you intended to target .NET 10, either retarget this PR to release/10.0.1xx or make sure you backport the change to release/10.0.1xx after merging. See #50394 for more details.

@YuliiaKovalova YuliiaKovalova changed the title Remove FileLoggersCount from telemetry event Remove FileLoggersCount from MSBuild telemetry event Aug 22, 2025
@YuliiaKovalova
Copy link
Member Author

@baronfel could you please review?
the corresponding changes were merged in msbuild

@baronfel baronfel merged commit 84f317f into main Aug 25, 2025
29 checks passed
@baronfel baronfel deleted the YuliiaKovalova-patch-1 branch August 25, 2025 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants