Commit 48ef630
Address Copilot review: pin Net80 refs and fix stale comment
- Skips_StartsWith_CharVariable depends on string.StartsWith(char),
which is .NET Core 2.0+. Pin ReferenceAssemblies.Net.Net80 to make
the contract explicit and match the precedent set by the 2xxx tests.
- The "string first parameter" comment was stale after the helper
was renamed to ValueParameterIsString (which skips the receiver
for non-reduced extension calls); reword to "string value parameter".
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9534121 commit 48ef630
2 files changed
Lines changed: 2 additions & 1 deletion
File tree
- src/Lucene.Net.CodeAnalysis.Dev/LuceneDev6xxx
- tests/Lucene.Net.CodeAnalysis.Dev.Tests/LuceneDev6xxx
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
149 | 150 | | |
150 | 151 | | |
151 | 152 | | |
| |||
0 commit comments