Bump AWSSDK.SecretsManager from 3.7.201.33 to 3.7.201.45 in /src #6372
Annotations
10 warnings
Analyze Csharp:
src/IoTHub.Portal.Client/Dialogs/EdgeModels/EdgeModule/ModuleDialog.razor#L3
The using directive for 'IoTHub.Portal.Models.v10' appeared previously in this namespace
|
Analyze Csharp:
src/IoTHub.Portal.Client/Pages/EdgeModels/CreateEdgeModelsPage.razor#L9
The using directive for 'IoTHub.Portal.Models.v10' appeared previously in this namespace
|
Analyze Csharp:
src/IoTHub.Portal.Client/Pages/EdgeModels/EdgeModelDetailPage.razor#L9
The using directive for 'IoTHub.Portal.Client.Dialogs.EdgeModels.EdgeModule' appeared previously in this namespace
|
Analyze Csharp:
src/IoTHub.Portal.Client/Program.cs#L95
'LoadingBarExtension.AddLoadingBar(IServiceCollection, Action<LoadingBarOptions>?)' is obsolete: 'Use "services.AddLoadingBarService();" instead.'
|
Analyze Csharp:
src/IoTHub.Portal.Client/Converters/StringToBoolConverter.cs#L12
Nullability of reference types in type of parameter 'arg' of 'bool? StringToBoolConverter.OnSet(string arg)' doesn't match the target delegate 'Func<string?, bool?>' (possibly because of nullability attributes).
|
Analyze Csharp:
src/IoTHub.Portal.Client/Services/DeviceModelsClientService.cs#L50
Possible null reference return.
|
Analyze Csharp:
src/IoTHub.Portal.Client/Dialogs/Devices/ConnectionStringDialog.razor#L15
The result of the expression is always 'true' since a value of type 'AuthenticationMode' is never equal to 'null' of type 'AuthenticationMode?'
|
Analyze Csharp:
src/IoTHub.Portal.Client/Dialogs/EdgeModels/AwsGreengrassComponentDialog.razor#L66
Possible null reference assignment.
|
Analyze Csharp:
src/IoTHub.Portal.Client/Dialogs/EdgeModels/AwsGreengrassComponentDialog.razor#L81
Possible null reference assignment.
|
Analyze Csharp:
src/IoTHub.Portal.Client/Dialogs/EdgeDevices/ConnectionStringDialog.razor#L14
The result of the expression is always 'true' since a value of type 'AuthenticationMode' is never equal to 'null' of type 'AuthenticationMode?'
|