Skip to content

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

feat: Upgrades serialization v4 (Threaded Heap Serialization)

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

Triggered via pull request September 10, 2024 02:28
Status Success
Total duration 4m 16s
Artifacts

build-test.yml

on: pull_request
Matrix: build-linux
Matrix: build-macos
Fit to window
Zoom out
Zoom in

Annotations

6 warnings and 3 notices
Build (MacOS 14)
icu4c 74.2 is already installed and up-to-date. To reinstall 74.2, run: brew reinstall icu4c
Build (MacOS 14)
zstd 1.5.6 is already installed and up-to-date. To reinstall 1.5.6, run: brew reinstall zstd
Build (MacOS 13)
icu4c 74.2 is already installed and up-to-date. To reinstall 74.2, run: brew reinstall icu4c
Build (MacOS 13)
zstd 1.5.6 is already installed and up-to-date. To reinstall 1.5.6, run: brew reinstall zstd
Build (MacOS 13)
argon2 20190702_1 is already installed and up-to-date. To reinstall 20190702_1, run: brew reinstall argon2
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
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'