Skip to content

Refactor code to be more performant and cleaner. #456

Refactor code to be more performant and cleaner.

Refactor code to be more performant and cleaner. #456

Triggered via pull request January 18, 2024 05:30
@AjayKMehtaAjayKMehta
synchronize #169
refactor
Status Success
Total duration 4m 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
Analyze (csharp): src/BuilderGenerator/BuilderGenerator.cs#L89
Modify 'Execute' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
Analyze (csharp): src/BuilderGenerator/BuilderGenerator.cs#L89
Modify 'Execute' to catch a more specific allowed exception type, or rethrow the exception (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1031)
Analyze (csharp)
The "paths"/"paths-ignore" fields of the config only have effect for JavaScript, Python, and Ruby