feat: Upgrades serialization v4 (Threaded Heap Serialization) #5927
Triggered via pull request
September 12, 2024 06:17
Status
Success
Total duration
4m 45s
Artifacts
–
build-test.yml
on: pull_request
Matrix: build-linux
Matrix: build-macos
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'
|