raflop/ToastNotifications

View on GitHub
Src/ToastNotifications/Lifetime/TimeAndCountBasedLifetimeSupervisor.cs

Summary

Maintainability
A
0 mins
Test Coverage

Method PushNotification has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

        public void PushNotification(INotification notification)
        {
            if (_disposed)
            {
                Debug.WriteLine($"Warn ToastNotifications {this}.{nameof(PushNotification)} is already disposed");

    There are no issues that match your filters.

    Category
    Status