fix: various problems #5038
Annotations
10 errors and 1 warning
|
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·`
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/github-script@v6, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading