0x00000FF/PEngine

View on GitHub
Sources/PEngine.Web/Controllers/HomeController.cs

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Method Rss has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

[HttpGet("/Rss")]
[ResponseCache(Duration = 600)]
public async Task<IActionResult> Rss()
{
var posts = _context.Posts.OrderByDescending(p => p.WrittenAt)
Severity: Minor
Found in Sources/PEngine.Web/Controllers/HomeController.cs - About 1 hr to fix
    Category
    Status