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

Do not compare Span<T> with null #98958

Merged
merged 10 commits into from
Feb 28, 2024
Merged

Do not compare Span<T> with null #98958

merged 10 commits into from
Feb 28, 2024

Conversation

buyaa-n
Copy link
Contributor

@buyaa-n buyaa-n commented Feb 26, 2024

Fix warnings found with Do not compare Span To null analyzer that @CollinAlpert is implementing.

The analyzer is not merged yet, but when it is merged and when the build flows to runtime it would fail the build as the analyzer severity is Warning by default. Better to be fixed before it flows to runtime.

Also there is 20 hits better to be solved with dedicated PR than codeflow PRs, and needs better review

Learn more form the issue

@ghost
Copy link

ghost commented Feb 26, 2024

Tagging subscribers to this area: @dotnet/area-meta
See info in area-owners.md if you want to be subscribed.

Issue Details

Fix warnings found with Do not compare Span To null analyzer that @CollinAlpert is implementing.

The analyzer is not merged yet, but when it is merged and when the build flows to runtime it would fail the build as the analyzer severity is Warning by default. Better to be fixed before it flows to runtime.

Also there is 20 hits better to be solved with dedicated PR than codeflow PRs, and needs better review

Learn more form the issue

Author: buyaa-n
Assignees: -
Labels:

area-Meta

Milestone: -

…phy.Native.Apple/Interop.SecKeyRef.macOS.cs

Co-authored-by: Kevin Jones <[email protected]>
@buyaa-n
Copy link
Contributor Author

buyaa-n commented Feb 28, 2024

I believe all feedback addressed here, please take another look.

@buyaa-n buyaa-n merged commit e4d5dee into dotnet:main Feb 28, 2024
176 of 178 checks passed
@buyaa-n buyaa-n deleted the ca2263-findings branch February 28, 2024 23:26
@github-actions github-actions bot locked and limited conversation to collaborators Apr 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants