diff --git a/AMSMigrate.csproj b/AMSMigrate.csproj index 5fb033b..0479825 100644 --- a/AMSMigrate.csproj +++ b/AMSMigrate.csproj @@ -35,7 +35,7 @@ - + diff --git a/AssetOptionsBinder.cs b/AssetOptionsBinder.cs index dd810f9..9046594 100644 --- a/AssetOptionsBinder.cs +++ b/AssetOptionsBinder.cs @@ -1,6 +1,5 @@ using AMSMigrate.Ams; using AMSMigrate.Contracts; -using FFMpegCore.Enums; using System.CommandLine; using System.CommandLine.Binding; diff --git a/StorageOptionsBinder.cs b/StorageOptionsBinder.cs index 49b4911..328a054 100644 --- a/StorageOptionsBinder.cs +++ b/StorageOptionsBinder.cs @@ -1,6 +1,5 @@ using AMSMigrate.Ams; using AMSMigrate.Contracts; -using FFMpegCore.Enums; using System.CommandLine; using System.CommandLine.Binding; diff --git a/ams/AssetAnalyzer.cs b/ams/AssetAnalyzer.cs index 1726646..bd9e621 100644 --- a/ams/AssetAnalyzer.cs +++ b/ams/AssetAnalyzer.cs @@ -1,5 +1,4 @@ -using AMSMigrate.Azure; -using AMSMigrate.Contracts; +using AMSMigrate.Contracts; using AMSMigrate.Transform; using Azure.Core; using Azure.ResourceManager.Media; diff --git a/ams/AssetMigrationTracker.cs b/ams/AssetMigrationTracker.cs index 6af9e7f..7ef4400 100644 --- a/ams/AssetMigrationTracker.cs +++ b/ams/AssetMigrationTracker.cs @@ -1,5 +1,4 @@ using AMSMigrate.Contracts; -using Azure.ResourceManager.Models; using Azure.Storage.Blobs; using Azure.Storage.Blobs.Models; diff --git a/azure/AzureStorageUploader.cs b/azure/AzureStorageUploader.cs index e544726..cdd612b 100644 --- a/azure/AzureStorageUploader.cs +++ b/azure/AzureStorageUploader.cs @@ -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 { diff --git a/contracts/ClientManifest.cs b/contracts/ClientManifest.cs index 085379a..64e7e47 100644 --- a/contracts/ClientManifest.cs +++ b/contracts/ClientManifest.cs @@ -1,5 +1,4 @@ using Microsoft.Extensions.Logging; -using System.IO; using System.Text; using System.Xml.Serialization; diff --git a/local/LocalFileUploader.cs b/local/LocalFileUploader.cs index 562bbed..d1e2d5e 100644 --- a/local/LocalFileUploader.cs +++ b/local/LocalFileUploader.cs @@ -1,6 +1,4 @@ -using AMSMigrate.Ams; -using AMSMigrate.Contracts; -using Azure.Storage.Blobs; +using AMSMigrate.Contracts; using Microsoft.Extensions.Logging; namespace AMSMigrate.Local diff --git a/transform/AnalyzeTransform.cs b/transform/AnalyzeTransform.cs index fd97c20..92163f3 100644 --- a/transform/AnalyzeTransform.cs +++ b/transform/AnalyzeTransform.cs @@ -1,7 +1,5 @@ using AMSMigrate.Ams; using AMSMigrate.Contracts; -using Azure.Storage.Blobs; -using Microsoft.Extensions.Logging; namespace AMSMigrate.Transform { diff --git a/transform/ShakaPackager.cs b/transform/ShakaPackager.cs index 5e1ec8d..941a32a 100644 --- a/transform/ShakaPackager.cs +++ b/transform/ShakaPackager.cs @@ -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 diff --git a/transform/UploadTransform.cs b/transform/UploadTransform.cs index d0bf72a..2c97e03 100644 --- a/transform/UploadTransform.cs +++ b/transform/UploadTransform.cs @@ -1,7 +1,6 @@ using AMSMigrate.Ams; using AMSMigrate.Contracts; using Microsoft.Extensions.Logging; -using System.ComponentModel; namespace AMSMigrate.Transform {