GyrosWorkshop/Wukong

View on GitHub
Wukong/Services/Storage.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method GetOrCreateChannel has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

        Channel GetOrCreateChannel(string channelId, ISocketManager socketManager, IProvider provider, IUserManager userManager, IMemoryCache cache);
Severity: Minor
Found in Wukong/Services/Storage.cs - About 35 mins to fix

    Method GetOrCreateChannel has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            public Channel GetOrCreateChannel(string channelId, ISocketManager socketManager, IProvider provider, IUserManager userManager, IMemoryCache cache)
    Severity: Minor
    Found in Wukong/Services/Storage.cs - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status