Cap runtime environment override values - #2960
Merged
Merged
Conversation
Widthdom
marked this pull request as ready for review
June 2, 2026 21:41
Widthdom
force-pushed
the
fix-issue2916-2915-2890-2889
branch
from
June 3, 2026 01:30
938d1c8 to
a477039
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
.cdidxrc.jsonvalidation.Validation
dotnet build -p:UseSharedCompilation=falsedotnet run --project tools/CodeIndex.Changelog -- checkdotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --no-build --filter FullyQualifiedName~GitHubIssueReporterTests -p:UseSharedCompilation=falsedotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --no-build --filter FullyQualifiedName~SuggestionStoreTests -p:UseSharedCompilation=falsedotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --no-build --filter FullyQualifiedName~CdidxConfigFileTests -p:UseSharedCompilation=falsedotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --no-build --filter FullyQualifiedName~GlobalToolLogTests -p:UseSharedCompilation=falsedotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --no-build --filter FullyQualifiedName~ProgramRunnerTests.Run_LogMaxSizeMbAboveMaximum_ReturnsInvalidArgument -p:UseSharedCompilation=falsedotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --no-build --filter FullyQualifiedName~DatabaseTests.Constructor_ -p:UseSharedCompilation=falsedotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --jsonNo blocking/actionable issues found.Full-suite note:
dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --no-build -p:UseSharedCompilation=falsefailed during validation withReferenceExtractorTests.Extract_SQL_DeleteUsingMixedTableAndTempSourcesAfterComma_AreNotTreatedAsComments; the same test passed when filtered directly in both target frameworks. This order-dependent suite failure is already tracked by #2947.Follow-up Issues
Fixes #2916
Fixes #2915
Fixes #2890
Fixes #2889