BUTR/Bannerlord.BLSE

View on GitHub
src/Bannerlord.LauncherEx/TPac/Texture.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method ReadMetadata has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public override void ReadMetadata(BinaryReader stream, int totalSize)
    {
        var pos = stream.BaseStream.Position;
        var version = stream.ReadUInt32();
        stream.ReadGuid();
Severity: Minor
Found in src/Bannerlord.LauncherEx/TPac/Texture.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status