ilyalehchylin/educats-xamarin

View on GitHub
source/EduCATS/Pages/Parental/FindGroup/ViewModels/FindGroupPageViewModel.cs

Summary

Maintainability
A
1 hr
Test Coverage

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

        protected async Task openParental()
        {
            if (string.IsNullOrEmpty(GroupNumber))
            {
                _service.Dialogs.ShowError(CrossLocalization.Translate("parental_error_empty_group_number"));

    There are no issues that match your filters.

    Category
    Status