BUTR/Bannerlord.BLSE

View on GitHub
src/Bannerlord.LauncherEx/Adapters/NotificationProviderImpl.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method SendNotification has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public void SendNotification(string id, NotificationType type, string message, uint displayMs)
    {
        if (string.IsNullOrEmpty(id)) id = Guid.NewGuid().ToString();

        // Prevents message spam
Severity: Minor
Found in src/Bannerlord.LauncherEx/Adapters/NotificationProviderImpl.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status