Skip to content

使用接口类型作为Action入参,模型绑定器测试通过 #69

使用接口类型作为Action入参,模型绑定器测试通过

使用接口类型作为Action入参,模型绑定器测试通过 #69

Triggered via push June 19, 2024 09:25
Status Success
Total duration 49s
Artifacts

publish-beta.yml

on: push
build-publish
39s
build-publish
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-publish
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-publish: NewLife.Remoting/ClientPoolCluster.cs#L88
The type 'T' cannot be used as type parameter 'T' in the generic type or method 'ObjectPool<T>'. Nullability of type argument 'T' doesn't match 'notnull' constraint.
build-publish: NewLife.Remoting/ApiClient.cs#L52
Non-nullable property 'Local' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-publish: NewLife.Remoting/WsClient.cs#L243
Cannot convert null literal to non-nullable reference type.
build-publish: NewLife.Remoting/WsClient.cs#L244
Dereference of a possibly null reference.
build-publish: NewLife.Remoting/WsClient.cs#L248
Cannot convert null literal to non-nullable reference type.
build-publish: NewLife.Remoting/WsClient.cs#L339
Cannot convert null literal to non-nullable reference type.
build-publish: NewLife.Remoting/WsClient.cs#L340
Dereference of a possibly null reference.
build-publish: NewLife.Remoting/Http/WebSocketServerCodec.cs#L46
Cannot convert null literal to non-nullable reference type.
build-publish: NewLife.Remoting/Http/WebSocketServerCodec.cs#L72
Converting null literal or possible null value to non-nullable type.
build-publish: NewLife.Remoting/Http/WebSocketServerCodec.cs#L79
Possible null reference argument for parameter 'message' in 'object? Handler.Read(IHandlerContext context, object message)'.