Skip to content

feat: Upgrades serialization v4 (Threaded Heap Serialization) #349

feat: Upgrades serialization v4 (Threaded Heap Serialization)

feat: Upgrades serialization v4 (Threaded Heap Serialization) #349

Triggered via pull request September 12, 2024 05:51
Status Success
Total duration 8m 43s
Artifacts

code_quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings and 3 notices
Private field can be converted into local variable: Projects/Server/Serialization/SerializationThreadWorker.cs#L26
The field is always assigned before being used and can be converted into a local variable
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/Serialization/SerializationThreadWorker.cs#L21
Namespace does not correspond to file location, must be: 'Server.Serialization'
Namespace does not correspond to file location: Projects/Server/Serialization/IGenericSerializable.cs#L16
Namespace does not correspond to file location, must be: 'Server.Serialization'
Namespace does not correspond to file location: Projects/Server/Serialization/BinaryFileReader.cs#L22
Namespace does not correspond to file location, must be: 'Server.Serialization'