Skip to content

v2.8 RPC接口出入参支持IAccessor派生类,便于使用二进制序列化用户自定义消息,其它消息默认Json序列化 #53

v2.8 RPC接口出入参支持IAccessor派生类,便于使用二进制序列化用户自定义消息,其它消息默认Json序列化

v2.8 RPC接口出入参支持IAccessor派生类,便于使用二进制序列化用户自定义消息,其它消息默认Json序列化 #53

Triggered via push April 2, 2024 16:32
Status Success
Total duration 1m 13s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

18 warnings
test
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/.
test: NewLife.Remoting/IApiHandler.cs#L265
Possible null reference argument for parameter 'obj' in 'object? IEncoder.Convert(object obj, Type targetType)'.
test: NewLife.Remoting/IApiHandler.cs#L265
Possible null reference argument for parameter 'obj' in 'object? IEncoder.Convert(object obj, Type targetType)'.
test: NewLife.Remoting/IApiHandler.cs#L265
Possible null reference argument for parameter 'obj' in 'object? IEncoder.Convert(object obj, Type targetType)'.
test: NewLife.Remoting/IApiHandler.cs#L265
Possible null reference argument for parameter 'obj' in 'object? IEncoder.Convert(object obj, Type targetType)'.
test: XUnitTest/JsonEncoderTests.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test: XUnitTest/JsonEncoderTests.cs#L68
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test: XUnitTest/ApiHelperTest.cs#L336
Public method 'ProcessResponse_DingTalk' on test class 'ApiHelperTest' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
test: NewLife.Remoting/IApiHandler.cs#L265
Possible null reference argument for parameter 'obj' in 'object? IEncoder.Convert(object obj, Type targetType)'.
test: NewLife.Remoting/IApiHandler.cs#L265
Possible null reference argument for parameter 'obj' in 'object? IEncoder.Convert(object obj, Type targetType)'.
test: NewLife.Remoting/IApiHandler.cs#L265
Possible null reference argument for parameter 'obj' in 'object? IEncoder.Convert(object obj, Type targetType)'.
test: NewLife.Remoting/IApiHandler.cs#L265
Possible null reference argument for parameter 'obj' in 'object? IEncoder.Convert(object obj, Type targetType)'.
test: Demo/Program.cs#L45
Dereference of a possibly null reference.
test: Demo/Program.cs#L45
Dereference of a possibly null reference.
test: Demo/Program.cs#L60
Non-nullable property 'Session' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: XUnitTest/JsonEncoderTests.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test: XUnitTest/JsonEncoderTests.cs#L68
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
test: XUnitTest/ApiHelperTest.cs#L336
Public method 'ProcessResponse_DingTalk' on test class 'ApiHelperTest' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)