-
Notifications
You must be signed in to change notification settings - Fork 291
[MTP] Improve performance of validating command line options #5655
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
+211
−25
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
d88d0ce
Initial plan for issue
Copilot 1443d5e
Optimize performance of CommandLineOptionsValidator
Copilot 85ffb88
Remove PerformanceSensitiveAttribute usage
Copilot 39d6db5
Fix code formatting in CommandLineOptionsValidator.cs
Copilot 78e96f8
Add blank line after conditional block in CommandLineOptionsValidator.cs
Copilot 975d2d6
Fix whitespace formatting in CommandLineOptionsValidator.cs
Copilot 86c987c
Replace var with explicit type in foreach loop at line 114
Copilot 2e2ee02
Replace var with explicit types and fix whitespace formatting
Copilot 07a4700
Fix formatting: move string.Format to separate line with proper inden…
Copilot 6c344de
Replace var with explicit types in ValidateOptionsAreNotDuplicated me…
Copilot 3ba2fb0
Update CommandLineOptionsValidator.cs
Youssef1313 e1369e7
Update CommandLineOptionsValidator.cs
Youssef1313 780fd3b
Update CommandLineOptionsValidator.cs
Youssef1313 fe102f2
Update CommandLineOptionsValidator.cs
Youssef1313 cae2a1b
Update CommandLineOptionsValidator.cs
Youssef1313 97c8299
Update CommandLineOptionsValidator.cs
Youssef1313 63ab4f7
Add more tests
Evangelink 3f0ce4e
Merge branch 'main' into copilot/fix-5651
Youssef1313 1cc37c3
Update CommandLineOptionsValidator.cs
Youssef1313 a470f0c
Update CommandLineOptionsValidator.cs
Youssef1313 78500bf
Merge remote-tracking branch 'origin/main' into copilot/fix-5651
Evangelink 7c7db06
Address review comments and fix issues in CommandLineOptionsValidator
Evangelink d6777dd
Simplify collection initialization (IDE0028)
Evangelink 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
Some comments aren't visible on the classic Files Changed page.
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
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.