Draft
Conversation
… CLI application and codebase
…nts and several nullable disable removals. Changed s_source to Source as a static property.
…ader and ToolPackageDownloaderBase since those will be updated in main. Not interested in cleaning up test files.
…e written to disk on application shutdown.
…sary for events to be sent.
…y outputs. Formatting cleanup.
…ior logic. Cleaned up disk logger activity model.
…s it was previously. Added test connection string. Using tags instead of tagObjects for activities.
…nt with the property data.
# Conflicts: # Directory.Packages.props # src/Cli/Microsoft.DotNet.Cli.Utils/Microsoft.DotNet.Cli.Utils.csproj # src/Cli/dotnet/CommandDirectoryContext.cs # src/Cli/dotnet/Commands/Hidden/InternalReportInstallSuccess/InternalReportInstallSuccessCommand.cs # src/Cli/dotnet/Commands/MSBuild/MSBuildLogger.cs # src/Cli/dotnet/Commands/New/BuiltInTemplatePackageProvider.cs # src/Cli/dotnet/Commands/New/OptionalWorkloadProvider.cs # src/Cli/dotnet/CommonOptionsFactory.cs # src/Cli/dotnet/Extensions/ParseResultExtensions.cs # src/Cli/dotnet/Parser.cs # src/Cli/dotnet/Program.cs # src/Cli/dotnet/dotnet.csproj # test/dotnet.Tests/TelemetryTests/SenderTests.cs # test/dotnet.Tests/TelemetryTests/StorageTests.cs
This was referenced Feb 27, 2026
Open
Open
…pendent commands. Fixed a bug in DiagOptionPrecedesSubcommand. Readded missing logic for --version, --info, and --diagnostic.
This was referenced Feb 28, 2026
…tTelemetryCommonProperties and associated tests.
…round telemetry common properties.
…e namespace name.
…lemetryClient in code.
…ntly. This should be split into DotNetCommand and DotNetCommandParser, but that creates many file changes.
…longer conflict with the built-in ActivityContext. Moved Program.cs logic for determining parent ActivityContext over to TelemetryClient.cs. Fixed a very subtle bug in InvokeBuiltInCommand. Fixed invocable options running first-setup.
…vity name to ActivityExtensions. Moved reporting DOTNET_CLI_HOME usage to when verbosity is set. Minor cleanup in TelemetryClient.
…r used. Normalized DOTNET_CLI_TELEMETRY_SESSIONID usage. Made the providers only become built if telemetry is enabled.
# Conflicts: # src/Cli/dotnet/DotNetCommandFactory.cs # src/Cli/dotnet/Telemetry/Telemetry.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes: #49668
WIP