Skip to content

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

feat: Upgrades serialization v4 (Threaded Heap Serialization)

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

GitHub Actions / Qodana for .NET completed Sep 14, 2024 in 0s

55 new problems found by Qodana for .NET

Qodana for .NET

4 new problems were found

Inspection name Severity Problems
Private field can be converted into local variable 🔶 Warning 1
Namespace does not correspond to file location ◽️ Notice 3

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Detected 20 dependencies

Third-party software list

This page lists the third-party software dependencies used in ModernUO

Dependency Version Licenses
Argon2.Bindings 1.16.1 MIT
BouncyCastle.Cryptography 2.4.0 MIT
CommunityToolkit.HighPerformance 8.3.0 MIT
LibDeflate.Bindings 1.0.2.120 GPL-3.0-only
MailKit 4.7.1.1 MIT
Microsoft.Extensions.FileSystemGlobbing 8.0.0 MIT
MimeKit 4.7.1 MIT
ModernUO.CodeGeneratedEvents.Annotations 1.0.0 GPL-3.0-only
ModernUO.CodeGeneratedEvents.Generator 1.0.3.2 GPL-3.0-only
ModernUO.Serialization.Annotations 2.9.1 GPL-3.0-only
ModernUO.Serialization.Generator 2.11.3 GPL-3.0-only
Nerdbank.GitVersioning 3.6.143 MIT
PollGroup 1.5.1 BSD-3-Clause
Serilog.Sinks.Async 2.0.0 Apache-2.0
Serilog.Sinks.Console 6.0.0 Apache-2.0
Serilog 4.0.1 Apache-2.0
System.Formats.Asn1 8.0.1 MIT
System.IO.Hashing 8.0.0 MIT
System.Security.Cryptography.Pkcs 8.0.0 MIT
Zstd.Binaries 1.6.0 MIT
Contact Qodana team

Contact us at qodana-support@jetbrains.com

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 21 in Projects/Server/Serialization/SerializationThreadWorker.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'Server.Serialization'

Check notice on line 16 in Projects/Server/Serialization/IGenericSerializable.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'Server.Serialization'

Check notice on line 22 in Projects/Server/Serialization/BinaryFileReader.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Namespace does not correspond to file location

Namespace does not correspond to file location, must be: 'Server.Serialization'

Check warning on line 27 in Projects/Server/Serialization/SerializationThreadWorker.cs

See this annotation in the file changed.

@github-actions github-actions / Qodana for .NET

Private field can be converted into local variable

The field is always assigned before being used and can be converted into a local variable