Skip to content

Bump System.Linq.Dynamic.Core from 1.3.4 to 1.3.5 in /src #6227

Bump System.Linq.Dynamic.Core from 1.3.4 to 1.3.5 in /src

Bump System.Linq.Dynamic.Core from 1.3.4 to 1.3.5 in /src #6227

Triggered via pull request September 30, 2023 14:05
Status Success
Total duration 18m 2s
Artifacts

codeql.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/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/Program.cs#L95
'LoadingBarExtension.AddLoadingBar(IServiceCollection, Action<LoadingBarOptions>?)' is obsolete: 'Use "services.AddLoadingBarService();" instead.'
Analyze Csharp: src/IoTHub.Portal.Client/Pages/DeviceConfigurations/DeviceConfigurationDetailPage.razor#L164
Argument of type 'StringToBoolConverter' cannot be used for parameter '__arg2' of type 'Converter<string, bool?>' in 'void TypeInference.CreateMudCheckBox_5<string>(RenderTreeBuilder __builder, int seq, int __seq0, string __arg0, int __seq1, Color __arg1, int __seq2, Converter<string, bool?> __arg2, int __seq3, bool __arg3, int __seq4, string __arg4, int __seq5, EventCallback<string> __arg5)' due to differences in the nullability of reference types.
Analyze Csharp: src/IoTHub.Portal.Client/Pages/DeviceConfigurations/CreateDeviceConfigurationsPage.razor#L169
Argument of type 'StringToBoolConverter' cannot be used for parameter '__arg2' of type 'Converter<string, bool?>' in 'void TypeInference.CreateMudCheckBox_6<string>(RenderTreeBuilder __builder, int seq, int __seq0, string __arg0, int __seq1, Color __arg1, int __seq2, Converter<string, bool?> __arg2, int __seq3, bool __arg3, int __seq4, string __arg4, int __seq5, EventCallback<string> __arg5)' due to differences in the nullability of reference types.
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?'