CaffGeek/MBACNationals

View on GitHub
Aggregates/Emailer.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method SendChangeNotification has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static void SendChangeNotification(DateTime cutoff, List<String> recipients, string title, string message)
    {
        Syslog.Initialize("logs2.papertrailapp.com", 10236);
        Syslog.Info("SendChangeNotification");
        Syslog.Info($"apikey: {apiKey}");
Severity: Minor
Found in Aggregates/Emailer.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status