fix: correct LuaTable.ToDictionary to allow arrays to be values within a dictionary #5830
Annotations
10 warnings
Build:
libs/adsp-service-net-sdk/Configuration/ConfigurationStartupFilter.spec.cs#L29
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build:
libs/adsp-service-net-sdk/Configuration/ConfigurationService.Spec.cs#L98
Dereference of a possibly null reference.
|
Build:
libs/adsp-service-net-sdk/Configuration/ConfigurationService.Spec.cs#L99
Dereference of a possibly null reference.
|
Build:
libs/adsp-service-net-sdk/Configuration/ConfigurationMiddleware.Spec.cs#L118
Possible null reference argument for parameter 'httpContext' in 'Task ConfigurationMiddleware.InvokeAsync(HttpContext httpContext)'.
|
Build:
apps/script-service/Services/ScriptFunctions.Spec.cs#L83
Converting null literal or possible null value to non-nullable type.
|
Build:
apps/script-service/Services/ScriptFunctions.Spec.cs#L83
Dereference of a possibly null reference.
|
Build:
apps/script-service/Services/TestUtil.cs#L81
Dereference of a possibly null reference.
|
Build:
apps/script-service/Services/TestUtil.cs#L126
Possible null reference return.
|
Build:
apps/script-service/Util/LuaTableExtensions.cs#L41
The behavior of 'Convert.ToInt32(object)' could vary based on the current user's locale settings. Replace this call in 'LuaTable.IsArray()' with a call to 'Convert.ToInt32(object, IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
Build:
apps/script-service/Util/LuaTableExtensions.cs#L64
The behavior of 'Convert.ChangeType(object, Type)' could vary based on the current user's locale settings. Replace this call in 'LuaTable.ToArray()' with a call to 'Convert.ChangeType(object, Type, IFormatProvider)'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
|
Loading