-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Improve cross-platform node discovery for reuse with NodeMode filtering #13256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
e72e177
Add cross-platform process command line retrieval and improved node d…
Copilot c34b0ab
Fix build errors - add nullable disable and internal test methods
Copilot e949c96
Address code review feedback - fix encoding and race conditions
Copilot 7d8fbbd
Improve code clarity with better variable names
Copilot 7230071
Implement Windows command line retrieval for .NET Core and use regex …
Copilot 4fb31d2
Simplify UNICODE_STRING buffer offset calculation with clear comments
Copilot 11fd084
Add macOS support for process command line retrieval using sysctl
Copilot 17d593b
Remove NodeMode_Tests.cs per review feedback
Copilot e4cbd03
Enable nullable, fix resource leaks, optimize regex, and remove trivi…
Copilot 7660837
Add macOS-specific test and OSXOnlyFact attribute, remove Process dis…
Copilot 230482e
Remove dotnet process expansion and use P/Invoke for all Windows builds
Copilot 0f5f861
Add MSBuild.dll filtering for dotnet processes
Copilot 1421cf7
Fix macOS KERN_PROCARGS2 buffer parsing to skip padding nulls
Copilot efe0d8c
refactor native invocations a bit using LibraryImport instead of DllI…
baronfel eb7e443
Address review feedback: regex source gen, MacOSOnlyFact, change wave…
Copilot 0751a1b
add span-based nodemode parser method
baronfel 1c3bc0e
add string nodemode detection to regex, make it generated, and share …
baronfel d4d0290
minimize diffs
baronfel ae5368a
Create Wave18_6 and use it for node discovery feature
Copilot 3835e43
Fix build error and optimize regex: add missing semicolon, extract pa…
Copilot 9730a54
Add comprehensive trace logging for node discovery filtering
Copilot f9ae292
Support fallback on BSD systems
baronfel dfa51d7
Return to basics because I am bad at low-level marshalling
baronfel 95da05c
support checking for target process architecture
baronfel e29eb81
wmi for windows
baronfel 81f56b8
Consolidate tests and add timing information
baronfel d393ffb
remove useless test
baronfel f63f6ab
Minor cleanup
baronfel 5da478b
Merge branch 'main' into copilot/improve-node-discovery-for-msbuild
baronfel 7ea20a6
Fix unsupported OS handling to return false instead of null command line
Copilot fde4df9
Fix both the Windows test scenarios AND the COM code for .NET Framework
baronfel de6063e
Improve macOS/BSD sysctl implementation with ArrayPool and better spa…
Copilot 8d03bab
Address feedback from @AR-May
baronfel 374c8ee
Re-add KillTree test per review feedback
Copilot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.