Skip to content

Commit

Permalink
Fixes #30
Browse files Browse the repository at this point in the history
Upgrade the logger package
Remove unnecessary using statements
  • Loading branch information
duggaraju committed Jul 10, 2023
1 parent 7e16718 commit b4091a0
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 18 deletions.
2 changes: 1 addition & 1 deletion AMSMigrate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<PackageReference Include="System.Linq.Async.Queryable" Version="6.0.1" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
<PackageReference Include="System.Threading.Channels" Version="7.0.0" />
<PackageReference Include="vertical-spectreconsolelogger" Version="0.10.1-dev.20230510.16" />
<PackageReference Include="vertical-spectreconsolelogger" Version="0.10.1-dev.20230710.17" />
</ItemGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion AssetOptionsBinder.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using AMSMigrate.Ams;
using AMSMigrate.Contracts;
using FFMpegCore.Enums;
using System.CommandLine;
using System.CommandLine.Binding;

Expand Down
1 change: 0 additions & 1 deletion StorageOptionsBinder.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using AMSMigrate.Ams;
using AMSMigrate.Contracts;
using FFMpegCore.Enums;
using System.CommandLine;
using System.CommandLine.Binding;

Expand Down
3 changes: 1 addition & 2 deletions ams/AssetAnalyzer.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using AMSMigrate.Azure;
using AMSMigrate.Contracts;
using AMSMigrate.Contracts;
using AMSMigrate.Transform;
using Azure.Core;
using Azure.ResourceManager.Media;
Expand Down
1 change: 0 additions & 1 deletion ams/AssetMigrationTracker.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using AMSMigrate.Contracts;
using Azure.ResourceManager.Models;
using Azure.Storage.Blobs;
using Azure.Storage.Blobs.Models;

Expand Down
4 changes: 0 additions & 4 deletions azure/AzureStorageUploader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
using Azure.Storage.Blobs.Models;
using Azure.Storage.Blobs.Specialized;
using Microsoft.Extensions.Logging;
using System.ComponentModel;
using System.Reflection.Metadata;
using System.Text;
using System.Threading;
using static System.Reflection.Metadata.BlobBuilder;

namespace AMSMigrate.Azure
{
Expand Down
1 change: 0 additions & 1 deletion contracts/ClientManifest.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using Microsoft.Extensions.Logging;
using System.IO;
using System.Text;
using System.Xml.Serialization;

Expand Down
4 changes: 1 addition & 3 deletions local/LocalFileUploader.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using AMSMigrate.Ams;
using AMSMigrate.Contracts;
using Azure.Storage.Blobs;
using AMSMigrate.Contracts;
using Microsoft.Extensions.Logging;

namespace AMSMigrate.Local
Expand Down
2 changes: 0 additions & 2 deletions transform/AnalyzeTransform.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using AMSMigrate.Ams;
using AMSMigrate.Contracts;
using Azure.Storage.Blobs;
using Microsoft.Extensions.Logging;

namespace AMSMigrate.Transform
{
Expand Down
1 change: 0 additions & 1 deletion transform/ShakaPackager.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using Microsoft.Extensions.Logging;
using System.ComponentModel;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text.RegularExpressions;

namespace AMSMigrate.Transform
Expand Down
1 change: 0 additions & 1 deletion transform/UploadTransform.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using AMSMigrate.Ams;
using AMSMigrate.Contracts;
using Microsoft.Extensions.Logging;
using System.ComponentModel;

namespace AMSMigrate.Transform
{
Expand Down

0 comments on commit b4091a0

Please sign in to comment.