Skip to content

Commit 704d0c2

Browse files
committed
refactor: Remove unused usings
1 parent f0a1492 commit 704d0c2

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

src/LinkDotNet.Blog.Web/Controller/SitemapController.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
using System;
2-
using System.IO;
32
using System.Threading.Tasks;
4-
using System.Xml;
5-
using System.Xml.Serialization;
63
using LinkDotNet.Blog.Web.Features.Admin.Sitemap.Services;
74
using Microsoft.AspNetCore.Mvc;
85
using Microsoft.AspNetCore.RateLimiting;

src/LinkDotNet.Blog.Web/Features/Admin/Sitemap/Services/SitemapService.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22
using System.Collections.Generic;
33
using System.Collections.Immutable;
44
using System.Globalization;
5-
using System.IO;
65
using System.Linq;
76
using System.Threading.Tasks;
87
using LinkDotNet.Blog.Domain;
98
using LinkDotNet.Blog.Infrastructure.Persistence;
10-
using Microsoft.AspNetCore.Components;
11-
using Microsoft.Extensions.Caching.Memory;
129

1310
namespace LinkDotNet.Blog.Web.Features.Admin.Sitemap.Services;
1411

tests/LinkDotNet.Blog.IntegrationTests/Web/Shared/Services/SitemapServiceTests.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
using System;
2-
using System.IO;
32
using System.Threading.Tasks;
43
using LinkDotNet.Blog.Domain;
5-
using LinkDotNet.Blog.Infrastructure.Persistence;
64
using LinkDotNet.Blog.TestUtilities;
75
using LinkDotNet.Blog.Web.Features.Admin.Sitemap.Services;
8-
using Microsoft.AspNetCore.Components;
9-
using TestContext = Xunit.TestContext;
106

117
namespace LinkDotNet.Blog.IntegrationTests.Web.Shared.Services;
128

0 commit comments

Comments
 (0)