ilyalehchylin/educats-xamarin

View on GitHub
source/EduCATS/Pages/Today/NewsDetails/ViewModels/NewsDetailsPageViewModel.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method speechToText has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        protected async Task speechToText()
        {
            try {
                if (string.IsNullOrEmpty(NewsTitle) && string.IsNullOrEmpty(NewsBody)) {
                    return;

    There are no issues that match your filters.

    Category
    Status