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

Fixing CSIsNull001 and CSIsNull002 .editorconfig issues #10118

Closed
wants to merge 3 commits into from

Conversation

himgoyalmicro
Copy link
Contributor

@himgoyalmicro himgoyalmicro commented Nov 26, 2024

Following up on the issue #10017 based on this PR #10080.

This PR addresses and resolves all occurrences of the CSIsNull001 and CSIsNull002 issues as identified by the .editorconfig rules. The changes include refactoring code to ensure compliance with:

  • CSIsNull001: Use 'is' pattern check.
  • CSIsNull002: Use 'is not' pattern check.
Microsoft Reviewers: Open in CodeFlow

@himgoyalmicro himgoyalmicro requested review from a team as code owners November 26, 2024 10:49
@dotnet-policy-service dotnet-policy-service bot added the PR metadata: Label to tag PRs, to facilitate with triage label Nov 26, 2024
@himgoyalmicro himgoyalmicro deleted the CSIsNullIssues branch November 26, 2024 13:00
@himgoyalmicro
Copy link
Contributor Author

Closing this PR as it contains some unnecessary changes. A new PR with more focused updates has already been raised here #10121

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR metadata: Label to tag PRs, to facilitate with triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant