BUTR/Bannerlord.BLSE

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

Summary

Maintainability
A
2 hrs
Test Coverage

Method Load has 56 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected virtual void Load(BinaryReader stream)
    {
        if (!stream.BaseStream.CanSeek)
            throw new IOException("The base stream must support random access (seek).");
        HeaderLoaded = true;
Severity: Major
Found in src/Bannerlord.LauncherEx/TPac/AssetPackage.cs - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status