Skip to content

fix: Fixes networking issues #368

fix: Fixes networking issues

fix: Fixes networking issues #368

Triggered via pull request September 19, 2024 21:17
Status Success
Total duration 6m 47s
Artifacts

code_quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings and 1 notice
Redundant using directive: Projects/Server/Network/PingServer.cs#L19
Using directive is not required by the code and can be safely removed
Redundant using directive: Projects/Server/Network/TcpServer.cs#L16
Using directive is not required by the code and can be safely removed
Redundant using directive: Projects/Server/Network/TcpServer.cs#L24
Using directive is not required by the code and can be safely removed
qodana
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Namespace does not correspond to file location: Projects/Server/Events/SocketConnectionEvent.cs#L20
Namespace does not correspond to file location, must be: 'Server.Events'