Sources/PEngine.Web/Controllers/HomeController.cs
Showing 1 of 1 total issue
Method Rss
has 35 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
[HttpGet("/Rss")] [ResponseCache(Duration = 600)] public async Task<IActionResult> Rss() { var posts = _context.Posts.OrderByDescending(p => p.WrittenAt)