Merged
Conversation
…upply filtering logic, resulting in all items always being filtered out.
Member
|
Is it a breaking change if no one is using it? If it does not work, how could anyone be using it? Better safe than sorry, I guess. |
Collaborator
|
Normally with a breaking change we would bump the major version. However in this case, the overload is meaningless so should we keep the major version or bump? Thoughts? |
Collaborator
Author
|
I'm a "technically correct is the best kind of correct" kinda person, so I say keep it a major bump. Except, I don't think there's any need to bother bumpibg it ONLY for this. I'd just have us hold onto it until the next time we have something to trigger a major bump that's actually meaningful. |
dwcullop
approved these changes
Jun 2, 2025
Member
dwcullop
left a comment
There was a problem hiding this comment.
LGTM. Let's include it in the next major version bump release.
JakenVeina
added a commit
that referenced
this pull request
Feb 5, 2026
…upply filtering logic, resulting in all items always being filtered out. (#1013) Co-authored-by: Darrin W. Cullop <Darrin.Cullop@microsoft.com>
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.
Removed a bogus .Filter() overload that did not allow the consumer to supply filtering logic, resulting in all items always being filtered out.
This appears to have been mistakenly introduced during a refactor, in commit 3657fee.
This is a breaking change that we can just include the next time we happen to have a major version release. I don't think it's worth doing a cycle of marking this deprecated, as the operator is just fully-defective.