Skip to content

Adding code changes to integrate codeQL tool into pipeline (#769) #7

Adding code changes to integrate codeQL tool into pipeline (#769)

Adding code changes to integrate codeQL tool into pipeline (#769) #7

Triggered via push February 18, 2026 09:18
Status Success
Total duration 19m 29s
Artifacts

codeql.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Analyze (C#)
Process completed with exit code 1.
Analyze (C#): Sample Applications/EditingExaminerDemo/ReflectionUtils.cs#L299
'PermissionSetAttribute' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
Analyze (C#): Sample Applications/EditingExaminerDemo/ReflectionUtils.cs#L261
'SecurityAction' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
Analyze (C#): Sample Applications/EditingExaminerDemo/ReflectionUtils.cs#L261
'PermissionSetAttribute' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
Analyze (C#): Sample Applications/EditingExaminerDemo/ReflectionUtils.cs#L207
'SecurityAction' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
Analyze (C#): Sample Applications/EditingExaminerDemo/ReflectionUtils.cs#L207
'PermissionSetAttribute' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
Analyze (C#): Sample Applications/EditingExaminerDemo/ReflectionUtils.cs#L99
'SecurityAction' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
Analyze (C#): Sample Applications/EditingExaminerDemo/ReflectionUtils.cs#L99
'PermissionSetAttribute' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
Analyze (C#): Sample Applications/EditingExaminerDemo/ReflectionUtils.cs#L54
'SecurityAction' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
Analyze (C#): Sample Applications/EditingExaminerDemo/ReflectionUtils.cs#L54
'PermissionSetAttribute' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
Analyze (C#): Sample Applications/CustomComboBox/MainWindowViewModel.cs#L69
The event 'WatchNowCommand.CanExecuteChanged' is never used