feat: Add support for composed types in Typescript #10945
Annotations
8 warnings
src/Kiota.Builder/Writers/TypeScript/CodeConstantWriter.cs#L40
Define a constant instead of using this literal 'Original CodeElement cannot be null' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
src/Kiota.Builder/Writers/TypeScript/TypeScriptConventionService.cs#L135
Define a constant instead of using this literal 'string' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
src/Kiota.Builder/CodeDOM/CodeMethod.cs#L351
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|
src/Kiota.Builder/Writers/TypeScript/CodeConstantWriter.cs#L87
Refactor this method to reduce its Cognitive Complexity from 34 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
src/Kiota.Builder/Writers/TypeScript/CodeConstantWriter.cs#L40
Define a constant instead of using this literal 'Original CodeElement cannot be null' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
src/Kiota.Builder/Writers/TypeScript/TypeScriptConventionService.cs#L135
Define a constant instead of using this literal 'string' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
src/Kiota.Builder/CodeDOM/CodeMethod.cs#L351
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|
src/Kiota.Builder/Writers/TypeScript/CodeConstantWriter.cs#L87
Refactor this method to reduce its Cognitive Complexity from 34 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
|
This job succeeded
Loading