fix: various problems #5038
Annotations
11 errors
|
|
Run linter:
src/generators/csharp/constrainer/EnumConstrainer.ts#L78
Expected space(s) after "if"
|
|
Run linter:
src/generators/csharp/constrainer/EnumConstrainer.ts#L78
Expected { after 'if' condition
|
Run linter:
src/generators/csharp/constrainer/EnumConstrainer.ts#L79
Expected space(s) after "if"
|
Run linter:
src/generators/csharp/constrainer/EnumConstrainer.ts#L79
Replace `(Array.isArray(enumValue))·return·`"${JSON.stringify(enumValue).replace(⏎······/"/g,⏎······'\\"'⏎····` with `·(Array.isArray(enumValue))⏎······return·`"${JSON.stringify(enumValue).replace(/"/g,·'\\"'`
|
Run linter:
src/generators/csharp/constrainer/EnumConstrainer.ts#L79
Expected { after 'if' condition
|
|
Run linter:
src/generators/csharp/presets/JsonSerializerPreset.ts#L253
Replace `content,·renderer` with `·content,·renderer·`
|
|
Loading