Skip to content

Commit

Permalink
enabled implicit usings
Browse files Browse the repository at this point in the history
  • Loading branch information
h0lg committed Oct 9, 2023
1 parent 4c953da commit 762c9fc
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 76 deletions.
3 changes: 0 additions & 3 deletions SubTubular/CacheModels.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading.Tasks;

namespace SubTubular
{
Expand Down
4 changes: 0 additions & 4 deletions SubTubular/ClearCache.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using CommandLine;
using YoutubeExplode.Channels;
using YoutubeExplode.Playlists;
Expand Down
5 changes: 0 additions & 5 deletions SubTubular/Commands.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using CommandLine;
using YoutubeExplode;
using YoutubeExplode.Playlists;
Expand Down
5 changes: 0 additions & 5 deletions SubTubular/DataStore.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text.Json;
using System.Threading.Tasks;

namespace SubTubular
{
Expand Down
6 changes: 0 additions & 6 deletions SubTubular/Extensions.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Text.RegularExpressions;
using System.Threading.Tasks;

namespace SubTubular
{
Expand Down
6 changes: 0 additions & 6 deletions SubTubular/FileHelper.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Net.Http;
using System.Threading.Tasks;

namespace SubTubular
{
Expand Down
2 changes: 0 additions & 2 deletions SubTubular/Folder.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
using System;
using System.IO;
using System.Reflection;

namespace SubTubular
Expand Down
5 changes: 0 additions & 5 deletions SubTubular/OutputWriter.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using AngleSharp;
using AngleSharp.Dom;
using CommandLine.Text;
Expand Down
3 changes: 0 additions & 3 deletions SubTubular/PaddedMatch.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;

namespace SubTubular
Expand Down
9 changes: 1 addition & 8 deletions SubTubular/Program.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
using System.Runtime.InteropServices;
using CommandLine;
using CommandLine.Text;

Expand Down
4 changes: 0 additions & 4 deletions SubTubular/Range.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
using System;
using System.Collections.Generic;
using System.Linq;

namespace SubTubular
{
/// <summary>A non-generic base type for <see cref="Range{T}"/>.</summary>
Expand Down
5 changes: 0 additions & 5 deletions SubTubular/Release.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using CommandLine;
using Octokit;

Expand Down
6 changes: 0 additions & 6 deletions SubTubular/SearchChannel.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using CommandLine;
using YoutubeExplode;
using YoutubeExplode.Channels;
Expand Down
2 changes: 0 additions & 2 deletions SubTubular/ShellCommands.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using System.Diagnostics;
using System.IO;
using System.Runtime.InteropServices;

namespace SubTubular
Expand Down
1 change: 1 addition & 0 deletions SubTubular/SubTubular.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<Description>A command-line interface for full-text-searching YouTube video subtitles and metadata.</Description>
<Authors>Holger Schmidt</Authors>
<Copyright>Copyright © Holger Schmidt 2020</Copyright>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
Expand Down
6 changes: 0 additions & 6 deletions SubTubular/VideoIndex.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Tasks;
using Lifti;
using Lifti.Querying;
using Lifti.Serialization.Binary;
Expand Down
6 changes: 0 additions & 6 deletions SubTubular/Youtube.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net.Http;
using System.Runtime.CompilerServices;
using System.Threading;
using System.Threading.Channels;
using System.Threading.Tasks;
using YoutubeExplode;
using YoutubeExplode.Common;
using YoutubeExplode.Exceptions;
Expand Down

0 comments on commit 762c9fc

Please sign in to comment.