Code review fixes for Linux enterprise config defaults#1
Merged
mdellison90-stack merged 3 commits intomainfrom Jan 24, 2026
Merged
Code review fixes for Linux enterprise config defaults#1mdellison90-stack merged 3 commits intomainfrom
mdellison90-stack merged 3 commits intomainfrom
Conversation
Co-authored-by: mdellison90-stack <230609064+mdellison90-stack@users.noreply.github.com>
Co-authored-by: mdellison90-stack <230609064+mdellison90-stack@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Review content for accuracy and clarity
Code review fixes for Linux enterprise config defaults
Jan 22, 2026
mdellison90-stack
approved these changes
Jan 23, 2026
Owner
|
mdellison90-stack
approved these changes
Jan 24, 2026
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.
Code review of the Linux enterprise deployable default settings implementation (git-ecosystem#1814) identified several issues affecting correctness and clarity.
Changes
Fix non-deterministic file ordering:
EnumerateFilesprovides no ordering guarantee. Added explicit.OrderBy(Path.GetFileName)to ensure alphabetical processing as documented.Remove incorrect import: Deleted unused
Avalonia.Markup.Xaml.MarkupExtensionsnamespace.Clarify null-coalescing logic: Simplified
!_extConfigCache?.TryGetValue(...) ?? falseto_extConfigCache == null || !_extConfigCache.TryGetValue(...)for readability.Correct documentation: Fixed XML comment path from
/etc/git-credential-manager.dto/etc/git-credential-manager/config.d.The file ordering fix is critical for predictable config precedence when multiple files exist in
/etc/git-credential-manager/config.d.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
av-build-tel-api-v1.avaloniaui.net/usr/share/dotnet/dotnet dotnet exec --runtimeconfig /home/REDACTED/.nuget/packages/avalonia.buildservices/0.0.29/tools/netstandard2.0/runtimeconfig.json /home/REDACTED/.nuget/packages/avalonia.buildservices/0.0.29/tools/netstandard2.0/Avalonia.BuildServices.Collector.dll(dns block)www.apple.com/opt/hostedtoolcache/CodeQL/2.23.8/x64/codeql/tools/linux64/java/bin/java /opt/hostedtoolcache/CodeQL/2.23.8/x64/codeql/tools/linux64/java/bin/java -jar /opt/hostedtoolcache/CodeQL/2.23.8/x64/codeql/xml/tools/xml-extractor.jar --fileList=/home/REDACTED/work/git-credential-manager/.codeql-scratch/dbs/csharp/working/files-to-index5273098422278412517.list --sourceArchiveDir=/home/REDACTED/work/git-credential-manager/.codeql-scratch/dbs/csharp/src --outputDir=/home/REDACTED/work/git-credential-manager/.codeql-scratch/dbs/csharp/trap/csharp(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.