Skip to content

translate.

translate. #41

Triggered via pull request July 18, 2023 09:59
Status Success
Total duration 1m 54s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: NebulaNet/Generated/Graph/GraphService.cs#L337
Cannot convert null literal to non-nullable reference type.
build: NebulaNet/Generated/Graph/VerifyClientVersionResp.cs#L65
Non-nullable field '_error_msg' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: NebulaNet/Generated/Common/Vertex.cs#L74
Non-nullable field '_vid' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: NebulaNet/Generated/Common/Vertex.cs#L74
Non-nullable field '_tags' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: NebulaNet/Extensions/EnumerableExtensions.cs#L17
Possible null reference return.
build: NebulaNet/Extensions/EnumerableExtensions.cs#L19
Possible null reference return.
build: NebulaNet/Pool/NebulaConnPoolPolicy.cs#L36
Possible null reference return.
build: NebulaNet/Pool/NebulaConnection.cs#L15
Non-nullable property 'Transport' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NebulaNet/Pool/NebulaConnection.cs#L16
Non-nullable property 'Protocol' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: NebulaNet/Pool/NebulaConnection.cs#L17
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.