Skip to content

Update --language support for new-query subcommand #175

Update --language support for new-query subcommand

Update --language support for new-query subcommand #175

Triggered via pull request August 25, 2025 20:50
Status Success
Total duration 1m 37s
Artifacts
Validate Workflow Files
1m 31s
Validate Workflow Files
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Validate Workflow Files: src/CodeQLToolkit.Shared/Target/ILifecycleTarget.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Validate Workflow Files: src/CodeQLToolkit.Shared/Target/ILifecycleTarget.cs#L62
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
Validate Workflow Files: src/CodeQLToolkit.Shared/Target/ScaffoldTarget.cs#L14
Non-nullable property 'FeatureName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Validate Workflow Files: src/CodeQLToolkit.Shared/Target/ScaffoldTarget.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Validate Workflow Files: src/CodeQLToolkit.Shared/Target/ILifecycleTarget.cs#L53
Cannot convert null literal to non-nullable reference type.
Validate Workflow Files: src/CodeQLToolkit.Shared/Target/ITarget.cs#L12
Non-nullable property 'Base' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Validate Workflow Files: src/CodeQLToolkit.Shared/Feature/FeatureBase.cs#L13
Non-nullable property 'FeatureName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Validate Workflow Files: src/CodeQLToolkit.Shared/Target/CommandTarget.cs#L12
Non-nullable property 'AutomationTarget' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Validate Workflow Files: src/CodeQLToolkit.Shared/Target/CommandTarget.cs#L11
Non-nullable property 'Language' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Validate Workflow Files: src/CodeQLToolkit.Shared/Options/Globals.cs#L8
The using directive for 'CodeQLToolkit.Shared.Types' appeared previously in this namespace