Skip to content

优化注册脚本 #432

优化注册脚本

优化注册脚本 #432

Triggered via push July 20, 2023 01:21
Status Success
Total duration 1m 22s
Artifacts

dotnetcore.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

24 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
publish-core
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, SpringHgui/publish-nuget@1.0.1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
publish-core: FastTunnel.Core/Extensions/TaskCompletionSourceExtensions.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
publish-core: FastTunnel.Core/Listener/PortProxyListener.cs#L94
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
publish-core: FastTunnel.Core/Listener/PortProxyListener.cs#L85
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
publish-core: FastTunnel.Core/Client/FastTunnelServer.cs#L22
Missing XML comment for publicly visible type or member 'FastTunnelServer'
publish-core: FastTunnel.Core/Client/FastTunnelServer.cs#L24
Missing XML comment for publicly visible type or member 'FastTunnelServer.ConnectedClientCount'
publish-core: FastTunnel.Core/Client/FastTunnelServer.cs#L25
Missing XML comment for publicly visible type or member 'FastTunnelServer.ServerOption'
publish-core: FastTunnel.Core/Client/FastTunnelServer.cs#L26
Missing XML comment for publicly visible type or member 'FastTunnelServer.proxyConfig'
publish-core: FastTunnel.Core/Client/FastTunnelServer.cs#L29
Missing XML comment for publicly visible type or member 'FastTunnelServer.ResponseTasks'
publish-core: FastTunnel.Core/Client/FastTunnelServer.cs#L31
Missing XML comment for publicly visible type or member 'FastTunnelServer.WebList'
publish-core: FastTunnel.Core/Client/FastTunnelServer.cs#L33
Missing XML comment for publicly visible type or member 'FastTunnelServer.ForwardList'
publish-api
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, SpringHgui/publish-nuget@1.0.1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
publish-api: FastTunnel.Core/Extensions/TaskCompletionSourceExtensions.cs#L18
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
publish-api: FastTunnel.Core/Listener/PortProxyListener.cs#L94
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
publish-api: FastTunnel.Core/Listener/PortProxyListener.cs#L85
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
publish-api: FastTunnel.Core/Client/FastTunnelServer.cs#L22
Missing XML comment for publicly visible type or member 'FastTunnelServer'
publish-api: FastTunnel.Core/Client/FastTunnelServer.cs#L24
Missing XML comment for publicly visible type or member 'FastTunnelServer.ConnectedClientCount'
publish-api: FastTunnel.Core/Client/FastTunnelServer.cs#L25
Missing XML comment for publicly visible type or member 'FastTunnelServer.ServerOption'
publish-api: FastTunnel.Core/Client/FastTunnelServer.cs#L26
Missing XML comment for publicly visible type or member 'FastTunnelServer.proxyConfig'
publish-api: FastTunnel.Core/Client/FastTunnelServer.cs#L29
Missing XML comment for publicly visible type or member 'FastTunnelServer.ResponseTasks'
publish-api: FastTunnel.Core/Client/FastTunnelServer.cs#L31
Missing XML comment for publicly visible type or member 'FastTunnelServer.WebList'
publish-api: FastTunnel.Core/Client/FastTunnelServer.cs#L33
Missing XML comment for publicly visible type or member 'FastTunnelServer.ForwardList'
publish-docker
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/