Skip to content
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

Fix potential multiple enumerations #742

Merged
merged 7 commits into from May 1, 2023

Conversation

dluc
Copy link
Collaborator

@dluc dluc commented Apr 29, 2023

There are more of these in unit tests and samples, where I think it's not a big deal. The PR fixes code in the SDK (one false positive simply resolved using ICollection) and code that could be copied into other projects.

@github-actions github-actions bot added .NET Issue or Pull requests regarding .NET code kernel.core labels Apr 29, 2023
@dluc dluc added the PR: ready for review All feedback addressed, ready for reviews label Apr 29, 2023
mayanpakal

This comment was marked as spam.

@adrianwyatt adrianwyatt added PR: ready to merge PR has been approved by all reviewers, and is ready to merge. and removed PR: ready for review All feedback addressed, ready for reviews labels May 1, 2023
@adrianwyatt adrianwyatt enabled auto-merge (squash) May 1, 2023 17:44
@adrianwyatt adrianwyatt self-assigned this May 1, 2023
@adrianwyatt adrianwyatt merged commit 826adf1 into microsoft:main May 1, 2023
11 checks passed
awharrison-28 pushed a commit to awharrison-28/semantic-kernel that referenced this pull request May 1, 2023
There are more of these in unit tests and samples, where I think it's
not a big deal. The PR fixes code in the SDK (one false positive simply
resolved using ICollection) and code that could be copied into other
projects.

Co-authored-by: Adrian Bonar <56417140+adrianwyatt@users.noreply.github.com>
codebrain pushed a commit to searchpioneer/semantic-kernel that referenced this pull request May 16, 2023
There are more of these in unit tests and samples, where I think it's
not a big deal. The PR fixes code in the SDK (one false positive simply
resolved using ICollection) and code that could be copied into other
projects.

Co-authored-by: Adrian Bonar <56417140+adrianwyatt@users.noreply.github.com>
dehoward pushed a commit to lemillermicrosoft/semantic-kernel that referenced this pull request Jun 1, 2023
There are more of these in unit tests and samples, where I think it's
not a big deal. The PR fixes code in the SDK (one false positive simply
resolved using ICollection) and code that could be copied into other
projects.

Co-authored-by: Adrian Bonar <56417140+adrianwyatt@users.noreply.github.com>
@dluc dluc deleted the dluc133enumerations branch June 14, 2023 01:14
golden-aries pushed a commit to golden-aries/semantic-kernel that referenced this pull request Oct 10, 2023
There are more of these in unit tests and samples, where I think it's
not a big deal. The PR fixes code in the SDK (one false positive simply
resolved using ICollection) and code that could be copied into other
projects.

Co-authored-by: Adrian Bonar <56417140+adrianwyatt@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.NET Issue or Pull requests regarding .NET code PR: ready to merge PR has been approved by all reviewers, and is ready to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants