Code Scanning - Action #1547
Annotations
10 warnings
|
CodeQL-Build:
src/Runner.Listener/Configuration/NativeWindowsServiceHelper.cs#L271
This call site is reachable on all platforms. 'FileSystemAclExtensions.SetAccessControl(DirectoryInfo, DirectorySecurity)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
CodeQL-Build:
src/Runner.Listener/Configuration/NativeWindowsServiceHelper.cs#L268
This call site is reachable on all platforms. 'InheritanceFlags.ObjectInherit' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
CodeQL-Build:
src/Runner.Listener/Configuration/NativeWindowsServiceHelper.cs#L268
This call site is reachable on all platforms. 'InheritanceFlags.ContainerInherit' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
CodeQL-Build:
src/Runner.Listener/Configuration/NativeWindowsServiceHelper.cs#L283
This call site is reachable on all platforms. 'FileSystemAccessRule' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
|
CodeQL-Build:
src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1229
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
CodeQL-Build:
src/Sdk/DTObjectTemplating/ObjectTemplating/TemplateReader.cs#L1227
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
CodeQL-Build:
src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
CodeQL-Build:
src/Sdk/AzurePipelines/AutoCompleteHelper.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
CodeQL-Build:
src/Sdk/Utils/DotNetMuxer.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
CodeQL-Build:
src/Sdk/Utils/DotNetMuxer.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|