Skip to content

chore: enable nullable annotations to analyzer project#3012

Merged
timcassell merged 4 commits intodotnet:masterfrom
filzrev:chore-enable-nullable-analyzer-project
Feb 19, 2026
Merged

chore: enable nullable annotations to analyzer project#3012
timcassell merged 4 commits intodotnet:masterfrom
filzrev:chore-enable-nullable-analyzer-project

Conversation

@filzrev
Copy link
Contributor

@filzrev filzrev commented Feb 19, 2026

This PR add nullable annotation to Analyzer project and fix nullable errors.

Other Changes

  1. Remove redundant white spaces inside multiline code string blocks.
  2. Add Attributes_ArgumentsAttribute_RequiresParameters_Description to resouce file. and fix wrong description message reference.
  3. Replace .Equals to SymbolEqualityComparer.Default.Equals (It's recommended to use this API for comparing symbol)
  4. Remove RS1024 ignore setting and add SymbolEqualityComparer.Default comparer for HashSet.

@timcassell timcassell merged commit a432a38 into dotnet:master Feb 19, 2026
11 checks passed
@timcassell timcassell added this to the v0.16.0 milestone Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments