maacpiash/KonSchool

View on GitHub
src/Pages/Outputs.cshtml.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method OnGet has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public void OnGet()
        {
            _Query = new Query(SchoolService)
            {
                Class = session.GetInt32("_Class") ?? 10,
Severity: Minor
Found in src/Pages/Outputs.cshtml.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status