Setup CodeQL Development Toolkit repository for Copilot compatibility #1
copilot-setup-steps.yml
on: pull_request
Pre-install Dependencies for Copilot Environment
37s
Annotations
20 warnings
|
Pre-install Dependencies for Copilot Environment:
src/CodeQLToolkit.Shared/Utils/FileUtils.cs#L15
Possible null reference return.
|
|
Pre-install Dependencies for Copilot Environment:
src/CodeQLToolkit.Shared/Utils/FileUtils.cs#L14
Possible null reference argument for parameter 'uriString' in 'Uri.Uri(string uriString)'.
|
|
Pre-install Dependencies for Copilot Environment:
src/CodeQLToolkit.Shared/Utils/FileUtils.cs#L14
Dereference of a possibly null reference.
|
|
Pre-install Dependencies for Copilot Environment:
src/CodeQLToolkit.Shared/Types/SARIFResult.cs#L207
Non-nullable property 'revisionId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
Pre-install Dependencies for Copilot Environment:
src/CodeQLToolkit.Shared/Types/SARIFResult.cs#L206
Non-nullable property 'repositoryUri' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
Pre-install Dependencies for Copilot Environment:
src/CodeQLToolkit.Shared/Types/SARIFResult.cs#L205
Non-nullable property 'branch' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
Pre-install Dependencies for Copilot Environment:
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.
|
|
Pre-install Dependencies for Copilot Environment:
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.
|
|
Pre-install Dependencies for Copilot Environment:
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.
|
|
Pre-install Dependencies for Copilot Environment:
src/CodeQLToolkit.Shared/Options/Globals.cs#L8
The using directive for 'CodeQLToolkit.Shared.Types' appeared previously in this namespace
|
|
Pre-install Dependencies for Copilot Environment:
src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L52
Converting null literal or possible null value to non-nullable type.
|
|
Pre-install Dependencies for Copilot Environment:
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.
|
|
Pre-install Dependencies for Copilot Environment:
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.
|
|
Pre-install Dependencies for Copilot Environment:
src/CodeQLToolkit.Shared/Utils/QLTConfig.cs#L36
Possible null reference return.
|
|
Pre-install Dependencies for Copilot Environment:
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.
|
|
Pre-install Dependencies for Copilot Environment:
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.
|
|
Pre-install Dependencies for Copilot Environment:
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.
|
|
Pre-install Dependencies for Copilot Environment:
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.
|
|
Pre-install Dependencies for Copilot Environment:
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.
|
|
Pre-install Dependencies for Copilot Environment:
src/CodeQLToolkit.Shared/Options/Globals.cs#L8
The using directive for 'CodeQLToolkit.Shared.Types' appeared previously in this namespace
|