12 new alerts
New alerts in code changed by this pull request
- 5 warnings
- 7 notes
See annotations below for details.
Annotations
Check notice on line 69 in src/IoTHub.Portal.Client/Dialogs/Planning/DeletePlanningDialog.razor
Code scanning / CodeQL
Missed opportunity to use Select Note
- consider mapping the sequence explicitly using '.Select(...)'.
Check notice on line 87 in src/IoTHub.Portal.Infrastructure/Jobs/SendPlanningCommandJob.cs
Code scanning / CodeQL
Generic catch clause Note
Check notice on line 108 in src/IoTHub.Portal.Infrastructure/Jobs/SendPlanningCommandJob.cs
Code scanning / CodeQL
Generic catch clause Note
Check notice on line 123 in src/IoTHub.Portal.Infrastructure/Jobs/SendPlanningCommandJob.cs
Code scanning / CodeQL
Generic catch clause Note
Check notice on line 131 in src/IoTHub.Portal.Infrastructure/Jobs/SendPlanningCommandJob.cs
Code scanning / CodeQL
Missed opportunity to use Where Note
- consider filtering the sequence explicitly using '.Where(...)'.
Check notice on line 169 in src/IoTHub.Portal.Infrastructure/Jobs/SendPlanningCommandJob.cs
Code scanning / CodeQL
Missed opportunity to use Where Note
- consider filtering the sequence explicitly using '.Where(...)'.
Check notice on line 195 in src/IoTHub.Portal.Infrastructure/Jobs/SendPlanningCommandJob.cs
Code scanning / CodeQL
Missed opportunity to use Where Note
- consider filtering the sequence explicitly using '.Where(...)'.Code scanning / CodeQL
Useless assignment to local variable Warning
is useless, since its value is never read.Code scanning / CodeQL
Useless assignment to local variable Warning
is useless, since its value is never read.Code scanning / CodeQL
Useless assignment to local variable Warning
is useless, since its value is never read.Code scanning / CodeQL
Useless assignment to local variable Warning
is useless, since its value is never read.Code scanning / CodeQL
Useless assignment to local variable Warning
is useless, since its value is never read.