mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(dir): ♻🔥 rm VS extension suppression
This commit is contained in:
parent
6866fefc9c
commit
c5d6af9e90
1 changed files with 0 additions and 2 deletions
|
|
@ -33,9 +33,7 @@ public async Task<IEnumerable<LanguageVm>> Handle(
|
|||
CancellationToken cancellationToken)
|
||||
{
|
||||
return await _context.Languages
|
||||
#pragma warning disable RCS1080 // Use 'Count/Length' property instead of 'Any' method.
|
||||
.Where(l => l.FilterListLanguages.Any())
|
||||
#pragma warning restore RCS1080 // Use 'Count/Length' property instead of 'Any' method.
|
||||
.OrderBy(l => l.Iso6391)
|
||||
.ProjectTo<LanguageVm>(_mapper.ConfigurationProvider)
|
||||
.ToListAsync(cancellationToken);
|
||||
|
|
|
|||
Loading…
Reference in a new issue