Skip to content

Implement a basic version of data generator #60

Implement a basic version of data generator

Implement a basic version of data generator #60

Triggered via pull request May 10, 2024 12:15
Status Success
Total duration 1m 31s
Artifacts

pipeline.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

16 warnings
main
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@v3, actions/setup-java@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
main
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
main: DbSeeder/Program.cs#L78
Dereference of a possibly null reference.
main: DbSeeder/SqlParser/SyntaxTree/AstBuilder.cs#L29
Dereference of a possibly null reference.
main: DbSeeder/Program.cs#L78
Dereference of a possibly null reference.
main: DbSeeder/SqlParser/SyntaxTree/AstBuilder.cs#L29
Dereference of a possibly null reference.
main: DbSeeder/Program.cs#L78
Dereference of a possibly null reference.
main: DbSeeder/SqlParser/SyntaxTree/AstBuilder.cs#L29
Dereference of a possibly null reference.
main: DbSeeder/Data/Sql/SqlQueryGenerator.cs#L129
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
main: DbSeeder/Schema/Table.cs#L8
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
main: DbSeeder/SqlParser/SyntaxTree/AstBuilder.cs#L172
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
main: DbSeeder/SqlParser/SyntaxTree/AstBuilder.cs#L416
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
main: DbSeeder/SqlParser/SyntaxTree/AstBuilder.cs#L289
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
main: DbSeeder/SqlParser/SyntaxTree/AstBuilder.cs#L384
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
main: DbSeeder/Schema/Column.cs#L22
"Array.Find" static method should be used instead of the "FirstOrDefault" extension method. (https://rules.sonarsource.com/csharp/RSPEC-6602)
main: DbSeeder/SqlParser/SyntaxTree/AstBuilder.cs#L42
Indexing at 0 should be used instead of the "Enumerable" extension method "First" (https://rules.sonarsource.com/csharp/RSPEC-6608)