Commit 96d2e66
[Configuration] Fix ConfigEntry aliases type mismatch after rebase
After rebasing onto master (which added scope to ConfigurationEntry),
the Aliases property changed type from string[]? to EquatableArray<string>.
Call .AsArray() to convert when constructing ConfigEntry.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent fa2afe1 commit 96d2e66
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
0 commit comments