Initial version #29
Annotations
10 errors and 1 warning
build:
src/TypescriptGenerator.Console/Policies/PoliciesGenerator.cs#L58
Expression value is never used (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0058)
|
build:
src/TypescriptGenerator.Console/Policies/PoliciesGenerator.cs#L64
Expression value is never used (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0058)
|
build:
src/TypescriptGenerator.Console/Policies/PoliciesGenerator.cs#L67
Expression value is never used (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0058)
|
build:
src/TypescriptGenerator.Console/ImmediateApisTsGen/Visitors/GeneratableTypeCollector.cs#L50
Remove redundant equality (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0100)
|
build:
src/TypescriptGenerator.Console/ImmediateApisTsGen/Types/Valibot/ValibotSchema.cs#L11
'if' statement can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0046)
|
build:
src/TypescriptGenerator.Console/ImmediateApisTsGen/Helpers/StringHelpers.cs#L7
'if' statement can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0046)
|
build:
src/TypescriptGenerator.Console/ImmediateApisTsGen/Generator_DiscoverApiEndpoints.cs#L133
'if' statement can be simplified (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0046)
|
build:
src/TypescriptGenerator.Console/ImmediateApisTsGen/Generator_DiscoverApiEndpoints.cs#L82
Remove redundant equality (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0100)
|
build:
src/TypescriptGenerator.Console/ImmediateApisTsGen/Generator_GenerateEndpoints.cs#L108
Add braces to 'if' statement. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0011)
|
build:
src/TypescriptGenerator.Console/ImmediateApisTsGen/Generator_GenerateEndpoints.cs#L112
Add braces to 'if' statement. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0011)
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|