| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM with one minor comment.
Sorry, something went wrong.
| # Copyright (c) Microsoft Corporation. All rights reserved. | ||
| # Licensed under the MIT License. | ||
|
|
||
| Describe 'Bug fixes related to formatting' -Tag CI { |
There was a problem hiding this comment.
I think it is better to have positive and functional names for the file and describe.
Sorry, something went wrong.
There was a problem hiding this comment.
Updated the test name, but kept the file name unchanged. I would like this file to be used for future bug fixes related to formatting.
Sorry, something went wrong.
…ve added in `7.0.0-Preview1` (#11258)
|
🎉v7.0.0-rc.1 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
…ve added in `7.0.0-Preview1` (PowerShell#11258)
| Back | FazBrowse Home | New Git URL |
PR Summary
Fix #10554
Hidden members should not be returned by any fuzzy searches, such as searching by 'match' or enumerating the collection. They are returned only if the member names are explicitly looked for. FirstOrDefault is a fuzzy search, so it should ignore the hidden members.
PR Context
PR Checklist