Bound CLI diagnostic and trace output - #3282
Merged
Merged
Conversation
Widthdom
force-pushed
the
fix-issue3109-3110-3123-3164-3166-3218-3219
branch
from
June 5, 2026 03:38
7066da2 to
b2df528
Compare
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.
Summary
.cdidx-versionload warnings so raw paths and provider exception messages are not printed by default.Changelog
changelog.d/unreleased/3109.security.mdchangelog.d/unreleased/3110.security.mdchangelog.d/unreleased/3123.security.mdchangelog.d/unreleased/3164.security.mdchangelog.d/unreleased/3166.security.mdchangelog.d/unreleased/3218.security.mdchangelog.d/unreleased/3219.security.mdValidation
dotnet format CodeIndex.sln --verify-no-changesdotnet build CodeIndex.sln -c Release -p:UseSharedCompilation=falsedotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -c Release --no-build --filter "FullyQualifiedName~ProgramRunnerTests|FullyQualifiedName~WorkspaceCommandRunnerTests|FullyQualifiedName~GlobalToolLogTests|FullyQualifiedName~QueryCommandRunnerMaxLineWidthTests"dotnet tools/CodeIndex.Changelog/bin/Release/net8.0/CodeIndex.Changelog.dll checkdotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --jsondotnet test CodeIndex.sln -c Release --no-buildpassed on net9.0; net8.0 hit an unrelated transientDiagnosticSanitizerregex timeout tracked in DiagnosticSanitizer can time out while sanitizing plugin registry diagnostics #3292, and the failing test passed when rerun alone.Related
Fixes #3109
Fixes #3110
Fixes #3123
Fixes #3164
Fixes #3166
Fixes #3218
Fixes #3219