Skip to content

Conversation

tobyash86
Copy link
Owner

No description provided.

{
return _context.Categories.OrderBy(c => c.CategoryId).ToList();
}
catch (Exception e)

Check warning

Code scanning / dotTEST

Avoid the use of "catch" on 'Exception', 'SystemException' or 'ApplicationException'

Do not "catch" 'Exception', 'SystemException' or 'ApplicationException'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant