Skip to content

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

Update --language support for new-query subcommand

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

Triggered via pull request August 25, 2025 22:17
Status Success
Total duration 5m 28s
Artifacts
Matrix: validate-cli-outputs
Fit to window
Zoom out
Zoom in

Annotations

70 warnings
Generate, validate, and test `new-query` CLI - (go): src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L21
Non-nullable property 'CodeQLCLI' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (go): src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L52
Converting null literal or possible null value to non-nullable type.
Generate, validate, and test `new-query` CLI - (go): 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.
Generate, validate, and test `new-query` CLI - (go): src/CodeQLToolkit.Shared/Utils/Query.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (go): src/CodeQLToolkit.Shared/Utils/Query.cs#L14
Non-nullable property 'Scope' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (go): src/CodeQLToolkit.Shared/Utils/Query.cs#L13
Non-nullable property 'QueryPackName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (go): src/CodeQLToolkit.Shared/Utils/Query.cs#L11
Non-nullable property 'Base' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (go): src/CodeQLToolkit.Shared/Options/Globals.cs#L8
The using directive for 'CodeQLToolkit.Shared.Types' appeared previously in this namespace
Generate, validate, and test `new-query` CLI - (python): src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L22
Non-nullable property 'CodeQLStandardLibrary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (python): src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L21
Non-nullable property 'CodeQLCLI' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (python): src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L52
Converting null literal or possible null value to non-nullable type.
Generate, validate, and test `new-query` CLI - (python): src/CodeQLToolkit.Shared/Utils/Query.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (python): src/CodeQLToolkit.Shared/Utils/Query.cs#L14
Non-nullable property 'Scope' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (python): src/CodeQLToolkit.Shared/Utils/Query.cs#L13
Non-nullable property 'QueryPackName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (python): src/CodeQLToolkit.Shared/Utils/Query.cs#L11
Non-nullable property 'Base' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (python): src/CodeQLToolkit.Shared/Options/Globals.cs#L8
The using directive for 'CodeQLToolkit.Shared.Types' appeared previously in this namespace
Generate, validate, and test `new-query` CLI - (csharp): src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L22
Non-nullable property 'CodeQLStandardLibrary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (csharp): src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L21
Non-nullable property 'CodeQLCLI' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (csharp): src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L52
Converting null literal or possible null value to non-nullable type.
Generate, validate, and test `new-query` CLI - (csharp): src/CodeQLToolkit.Shared/Utils/Query.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (csharp): src/CodeQLToolkit.Shared/Utils/Query.cs#L14
Non-nullable property 'Scope' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (csharp): src/CodeQLToolkit.Shared/Utils/Query.cs#L13
Non-nullable property 'QueryPackName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (csharp): src/CodeQLToolkit.Shared/Utils/Query.cs#L11
Non-nullable property 'Base' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (csharp): src/CodeQLToolkit.Shared/Options/Globals.cs#L8
The using directive for 'CodeQLToolkit.Shared.Types' appeared previously in this namespace
Generate, validate, and test `new-query` CLI - (cpp): src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L22
Non-nullable property 'CodeQLStandardLibrary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (cpp): src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L21
Non-nullable property 'CodeQLCLI' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (cpp): src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L52
Converting null literal or possible null value to non-nullable type.
Generate, validate, and test `new-query` CLI - (cpp): src/CodeQLToolkit.Shared/Utils/Query.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (cpp): src/CodeQLToolkit.Shared/Utils/Query.cs#L14
Non-nullable property 'Scope' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (cpp): src/CodeQLToolkit.Shared/Utils/Query.cs#L13
Non-nullable property 'QueryPackName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (cpp): src/CodeQLToolkit.Shared/Utils/Query.cs#L11
Non-nullable property 'Base' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (cpp): src/CodeQLToolkit.Shared/Options/Globals.cs#L8
The using directive for 'CodeQLToolkit.Shared.Types' appeared previously in this namespace
Generate, validate, and test `new-query` CLI - (java): 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.
Generate, validate, and test `new-query` CLI - (java): 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.
Generate, validate, and test `new-query` CLI - (java): src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L52
Converting null literal or possible null value to non-nullable type.
Generate, validate, and test `new-query` CLI - (java): src/CodeQLToolkit.Shared/Utils/Query.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (java): src/CodeQLToolkit.Shared/Utils/Query.cs#L14
Non-nullable property 'Scope' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (java): src/CodeQLToolkit.Shared/Utils/Query.cs#L13
Non-nullable property 'QueryPackName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (java): src/CodeQLToolkit.Shared/Utils/Query.cs#L11
Non-nullable property 'Base' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (java): src/CodeQLToolkit.Shared/Options/Globals.cs#L8
The using directive for 'CodeQLToolkit.Shared.Types' appeared previously in this namespace
Generate, validate, and test `new-query` CLI - (javascript): src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L22
Non-nullable property 'CodeQLStandardLibrary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (javascript): src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L21
Non-nullable property 'CodeQLCLI' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (javascript): src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L52
Converting null literal or possible null value to non-nullable type.
Generate, validate, and test `new-query` CLI - (javascript): src/CodeQLToolkit.Shared/Utils/Query.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (javascript): src/CodeQLToolkit.Shared/Utils/Query.cs#L14
Non-nullable property 'Scope' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (javascript): src/CodeQLToolkit.Shared/Utils/Query.cs#L13
Non-nullable property 'QueryPackName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (javascript): src/CodeQLToolkit.Shared/Utils/Query.cs#L11
Non-nullable property 'Base' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (javascript): src/CodeQLToolkit.Shared/Options/Globals.cs#L8
The using directive for 'CodeQLToolkit.Shared.Types' appeared previously in this namespace
Generate, validate, and test `new-query` CLI - (ruby): src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L22
Non-nullable property 'CodeQLStandardLibrary' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (ruby): src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L21
Non-nullable property 'CodeQLCLI' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (ruby): src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L52
Converting null literal or possible null value to non-nullable type.
Generate, validate, and test `new-query` CLI - (ruby): src/CodeQLToolkit.Shared/Utils/Query.cs#L15
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (ruby): src/CodeQLToolkit.Shared/Utils/Query.cs#L14
Non-nullable property 'Scope' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (ruby): src/CodeQLToolkit.Shared/Utils/Query.cs#L13
Non-nullable property 'QueryPackName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (ruby): src/CodeQLToolkit.Shared/Utils/Query.cs#L11
Non-nullable property 'Base' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Generate, validate, and test `new-query` CLI - (ruby): src/CodeQLToolkit.Shared/Options/Globals.cs#L8
The using directive for 'CodeQLToolkit.Shared.Types' appeared previously in this namespace