Commit 04bed46
Fix FS1182 compiler warning: mark resolutionFolder as intentionally unused
The resolutionFolder parameter in JsonSchema.parseSchemaFromTextReader is
a placeholder for future JSON Schema $ref resolution support (analogous to
the XML provider which uses this parameter for XSD $ref resolution).
Since $ref resolution is not yet implemented for JSON Schema, the parameter
is currently unused, generating a FS1182 compiler warning.
Prefix it with _ to indicate it is intentionally unused and suppress the
warning, while preserving the future-use intent via the doc comment.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 3b3f825 commit 04bed46
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
235 | | - | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
236 | 238 | | |
237 | 239 | | |
238 | 240 | | |
| |||
0 commit comments