[fix]接口具有唯一参数(数组)时,客户端可能直传数组对象 #47
Annotations
9 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build:
NewLife.Remoting/IApiHandler.cs#L239
Possible null reference argument for parameter 'obj' in 'object? IEncoder.Convert(object obj, Type targetType)'.
|
Build:
NewLife.Remoting/IApiHandler.cs#L199
Parameter 'raw' has no matching param tag in the XML comment for 'ApiHandler.GetParams(MethodInfo, IDictionary<string, object?>, object?, Packet?, IEncoder)' (but other parameters do)
|
Build:
NewLife.Remoting/IApiHandler.cs#L239
Possible null reference argument for parameter 'obj' in 'object? IEncoder.Convert(object obj, Type targetType)'.
|
Build:
NewLife.Remoting/IApiHandler.cs#L199
Parameter 'raw' has no matching param tag in the XML comment for 'ApiHandler.GetParams(MethodInfo, IDictionary<string, object?>, object?, Packet?, IEncoder)' (but other parameters do)
|
Build:
NewLife.Remoting/IApiHandler.cs#L239
Possible null reference argument for parameter 'obj' in 'object? IEncoder.Convert(object obj, Type targetType)'.
|
Build:
NewLife.Remoting/IApiHandler.cs#L199
Parameter 'raw' has no matching param tag in the XML comment for 'ApiHandler.GetParams(MethodInfo, IDictionary<string, object?>, object?, Packet?, IEncoder)' (but other parameters do)
|
Build:
NewLife.Remoting/IApiHandler.cs#L239
Possible null reference argument for parameter 'obj' in 'object? IEncoder.Convert(object obj, Type targetType)'.
|
Build:
NewLife.Remoting/IApiHandler.cs#L199
Parameter 'raw' has no matching param tag in the XML comment for 'ApiHandler.GetParams(MethodInfo, IDictionary<string, object?>, object?, Packet?, IEncoder)' (but other parameters do)
|
Loading