Commit 51f81ee
Simplify redundant SourceGenerationContext qualifier (#3576)
main's lint is still failing: dotnet format --verify-no-changes also flags
the IDE0002 "name can be simplified" hints in ContentDateEnrichmentTests.
SourceGenerationContext is already in scope via the
Elastic.Documentation.Serialization using, so drop the full qualifier.
This was meant to ship with #3575 but missed the squash-merge.
Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 7621149 commit 51f81ee
1 file changed
Lines changed: 3 additions & 3 deletions
File tree
- tests-integration/Elastic.ContentDateEnrichment.IntegrationTests
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
| 328 | + | |
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
| |||
554 | 554 | | |
555 | 555 | | |
556 | 556 | | |
557 | | - | |
| 557 | + | |
558 | 558 | | |
559 | 559 | | |
560 | 560 | | |
| |||
0 commit comments