Skip to content

同步调用Invoke

同步调用Invoke #80

Triggered via push June 24, 2024 06:26
Status Success
Total duration 1m 12s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 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/ApiClient.cs#L55
Non-nullable property 'Local' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: NewLife.Remoting/IApiManager.cs#L114
Cannot convert null literal to non-nullable reference type.
test: NewLife.Remoting/Clients/WsChannel.cs#L66
Dereference of a possibly null reference.
test: 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.
test: NewLife.Remoting/WsClient.cs#L244
Cannot convert null literal to non-nullable reference type.
test: NewLife.Remoting/WsClient.cs#L245
Dereference of a possibly null reference.
test: NewLife.Remoting/WsClient.cs#L249
Cannot convert null literal to non-nullable reference type.
test: NewLife.Remoting/WsClient.cs#L340
Cannot convert null literal to non-nullable reference type.
test: NewLife.Remoting/WsClient.cs#L341
Dereference of a possibly null reference.
test: NewLife.Remoting/ApiClient.cs#L55
Non-nullable property 'Local' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: NewLife.Remoting/ApiClient.cs#L55
Non-nullable property 'Local' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
test: NewLife.Remoting/IApiManager.cs#L114
Cannot convert null literal to non-nullable reference type.
test: NewLife.Remoting/Clients/WsChannel.cs#L66
Dereference of a possibly null reference.
test: 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.
test: NewLife.Remoting/WsClient.cs#L244
Cannot convert null literal to non-nullable reference type.
test: NewLife.Remoting/WsClient.cs#L245
Dereference of a possibly null reference.
test: NewLife.Remoting/WsClient.cs#L249
Cannot convert null literal to non-nullable reference type.
test: NewLife.Remoting/WsClient.cs#L340
Cannot convert null literal to non-nullable reference type.
test: NewLife.Remoting/WsClient.cs#L341
Dereference of a possibly null reference.
test: NewLife.Remoting/Http/WebSocketServerCodec.cs#L46
Cannot convert null literal to non-nullable reference type.