Skip to content

Commit

Permalink
refactor all classes with scoped-namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bezzad committed Dec 17, 2023
1 parent 576dafe commit b8d621e
Show file tree
Hide file tree
Showing 24 changed files with 1,782 additions and 1,798 deletions.
3 changes: 2 additions & 1 deletion src/Downloader.Test/HelperTests/ExceptionHelperTest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Downloader.Test.Helper;
using Downloader.Extensions.Helpers;
using Downloader.Test.Helper;
using System;
using System.Net;
using System.Net.Http;
Expand Down
87 changes: 43 additions & 44 deletions src/Downloader.Test/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/Downloader.Test/UnitTests/FileHelperTest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using Downloader.DummyHttpServer;
using Downloader.Extensions.Helpers;
using Downloader.Test.Helper;
using System;
using System.IO;
Expand Down
Loading

0 comments on commit b8d621e

Please sign in to comment.