Bump Microsoft.Graph from 5.56.0 to 5.60.0 in /src #8171
Annotations
9 errors and 10 warnings
Analyze Csharp:
src/IoTHub.Portal.Server/Managers/ExportManager.cs#L251
There is no argument given that corresponds to the required parameter 'value' of 'string.IsNullOrEmpty(string?)'
|
Analyze Csharp:
src/IoTHub.Portal.Server/Managers/ExportManager.cs#L265
There is no argument given that corresponds to the required parameter 'value' of 'string.IsNullOrEmpty(string?)'
|
Analyze Csharp:
src/IoTHub.Portal.Server/Managers/ExportManager.cs#L279
There is no argument given that corresponds to the required parameter 'value' of 'string.IsNullOrEmpty(string?)'
|
Analyze Csharp:
src/IoTHub.Portal.Server/Managers/ExportManager.cs#L25
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
|
Analyze Csharp:
src/IoTHub.Portal.Server/Managers/ExportManager.cs#L251
There is no argument given that corresponds to the required parameter 'value' of 'string.IsNullOrEmpty(string?)'
|
Analyze Csharp:
src/IoTHub.Portal.Server/Managers/ExportManager.cs#L265
There is no argument given that corresponds to the required parameter 'value' of 'string.IsNullOrEmpty(string?)'
|
Analyze Csharp:
src/IoTHub.Portal.Server/Managers/ExportManager.cs#L279
There is no argument given that corresponds to the required parameter 'value' of 'string.IsNullOrEmpty(string?)'
|
Analyze Csharp:
src/IoTHub.Portal.Server/Managers/ExportManager.cs#L25
Using directive is unnecessary. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0005)
|
Analyze Csharp
Process completed with exit code 1.
|
Analyze Csharp:
src/IoTHub.Portal.Shared/Models/v1.0/DeviceDetails.cs#L80
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Analyze Csharp:
src/IoTHub.Portal.Shared/Models/v1.0/Filters/DeviceListFilter.cs#L22
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Analyze Csharp:
src/IoTHub.Portal.Shared/Models/v1.0/IDeviceDetails.cs#L65
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Analyze Csharp:
src/IoTHub.Portal.Shared/Models/v1.0/DeviceListItem.cs#L68
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Analyze Csharp:
src/IoTHub.Portal.Shared/Models/v1.0/LayerDto.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Analyze Csharp:
src/IoTHub.Portal.Shared/Models/v1.0/LoRaWAN/LoRaDeviceDetails.cs#L151
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Analyze Csharp:
src/IoTHub.Portal.Shared/Constants/CloudProviders.cs#L4
Rename namespace IoTHub.Portal.Shared.Constants so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
Analyze Csharp:
src/IoTHub.Portal.Shared/Constants/CloudToDeviceMethods.cs#L6
Type 'CloudToDeviceMethods' is a static holder type but is neither static nor NotInheritable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1052)
|
Analyze Csharp:
src/IoTHub.Portal.Shared/Models/v1.0/ConfigurationMetrics.cs#L4
Rename namespace IoTHub.Portal.Shared.Models.v10 so that it no longer conflicts with the reserved language keyword 'Shared'. Using a reserved keyword as the name of a namespace makes it harder for consumers in other languages to use the namespace. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
Analyze Csharp:
src/IoTHub.Portal.Shared/Models/v1.0/EdgeModelSystemModule.cs#L16
Change 'EnvironmentVariables' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
|