Update --language support for new-query subcommand
#175
Annotations
10 warnings
|
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.
|
|
src/CodeQLToolkit.Shared/Target/ILifecycleTarget.cs#L62
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
|
|
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.
|
|
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.
|
|
src/CodeQLToolkit.Shared/Target/ILifecycleTarget.cs#L53
Cannot convert null literal to non-nullable reference type.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
src/CodeQLToolkit.Shared/Options/Globals.cs#L8
The using directive for 'CodeQLToolkit.Shared.Types' appeared previously in this namespace
|
The logs for this run have expired and are no longer available.
Loading