Skip to content

Commit

Permalink
Fix some warninngs
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Aug 29, 2024
1 parent 763bb1b commit cd3fd56
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 51 deletions.
2 changes: 0 additions & 2 deletions src/Imageflow.Server.Storage.AzureBlob/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Imageflow.Server.Storage.AzureBlob.AzureBlobService
Imageflow.Server.Storage.AzureBlob.AzureBlobServiceExtensions
Imageflow.Server.Storage.AzureBlob.AzureBlobServiceOptions
~Imageflow.Server.Storage.AzureBlob.AzureBlobService.AzureBlobService(Imageflow.Server.Storage.AzureBlob.AzureBlobServiceOptions options, Microsoft.Extensions.Logging.ILogger<Imageflow.Server.Storage.AzureBlob.AzureBlobService> logger) -> void
~Imageflow.Server.Storage.AzureBlob.AzureBlobService.Fetch(string virtualPath) -> System.Threading.Tasks.Task<Imazen.Common.Storage.IBlobData>
~Imageflow.Server.Storage.AzureBlob.AzureBlobService.GetPrefixes() -> System.Collections.Generic.IEnumerable<string>
~Imageflow.Server.Storage.AzureBlob.AzureBlobService.SupportsPath(string virtualPath) -> bool
~Imageflow.Server.Storage.AzureBlob.AzureBlobServiceOptions.AzureBlobServiceOptions(string connectionString, Azure.Storage.Blobs.BlobClientOptions blobClientOptions = null) -> void
Expand Down
2 changes: 0 additions & 2 deletions src/Imageflow.Server.Storage.S3/PublicAPI.Shipped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ Imageflow.Server.Storage.S3.S3ServiceExtensions
Imageflow.Server.Storage.S3.S3ServiceOptions
Imageflow.Server.Storage.S3.S3ServiceOptions.S3ServiceOptions() -> void
~Imageflow.Server.Storage.S3.Caching.NamedCacheConfiguration.NamedCacheConfiguration(string cacheName, Amazon.S3.IAmazonS3 defaultS3Client, string cacheBucketName, Imageflow.Server.Storage.S3.Caching.CacheBucketCreation createIfMissing, Imageflow.Server.Storage.S3.Caching.CacheBucketLifecycleRules updateLifecycleRule, int? slidingExpiryDays) -> void
~Imageflow.Server.Storage.S3.S3Service.Fetch(string virtualPath) -> System.Threading.Tasks.Task<Imazen.Common.Storage.IBlobData>
~Imageflow.Server.Storage.S3.S3Service.GetPrefixes() -> System.Collections.Generic.IEnumerable<string>
~Imageflow.Server.Storage.S3.S3Service.S3Service(Imageflow.Server.Storage.S3.S3ServiceOptions options, Amazon.S3.IAmazonS3 s3client, Microsoft.Extensions.Logging.ILogger<Imageflow.Server.Storage.S3.S3Service> logger) -> void
~Imageflow.Server.Storage.S3.S3Service.SupportsPath(string virtualPath) -> bool
~Imageflow.Server.Storage.S3.S3ServiceOptions.MapPrefix(string prefix, Amazon.S3.IAmazonS3 s3Client, string bucket, string blobPrefix, bool ignorePrefixCase, bool lowercaseBlobPath) -> Imageflow.Server.Storage.S3.S3ServiceOptions
~Imageflow.Server.Storage.S3.S3ServiceOptions.MapPrefix(string prefix, string bucket) -> Imageflow.Server.Storage.S3.S3ServiceOptions
Expand Down
85 changes: 40 additions & 45 deletions tests/Imazen.HybridCache.Tests/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@
"System.Threading.Tasks.Extensions": "4.5.0"
}
},
"Microsoft.Extensions.FileProviders.Embedded": {
"type": "Direct",
"requested": "[8.0.7, )",
"resolved": "8.0.7",
"contentHash": "ABsn0T09b5lzVNbOcuRc10+kNZkO+RGtZWfzqVay0Ah+/ouhEvG7JrXc+9+7zFgoPuH4E4N6+uWfTp+pJqMeGw==",
"dependencies": {
"Microsoft.Extensions.FileProviders.Abstractions": "8.0.0"
}
},
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
"requested": "[17.10.0, )",
Expand Down Expand Up @@ -151,6 +142,14 @@
"Microsoft.Extensions.Primitives": "8.0.0"
}
},
"Microsoft.Extensions.FileProviders.Embedded": {
"type": "Transitive",
"resolved": "8.0.7",
"contentHash": "ABsn0T09b5lzVNbOcuRc10+kNZkO+RGtZWfzqVay0Ah+/ouhEvG7JrXc+9+7zFgoPuH4E4N6+uWfTp+pJqMeGw==",
"dependencies": {
"Microsoft.Extensions.FileProviders.Abstractions": "8.0.0"
}
},
"Microsoft.Extensions.Hosting.Abstractions": {
"type": "Transitive",
"resolved": "2.2.0",
Expand Down Expand Up @@ -461,24 +460,6 @@
"System.Configuration.ConfigurationManager": "4.4.0"
}
},
"Microsoft.AspNetCore.TestHost": {
"type": "Direct",
"requested": "[6.0.27, )",
"resolved": "6.0.27",
"contentHash": "KhpZ4ygPB7y/XxT+I6sk8y0Xgekc8EfdE9QH2Hvk1VDk5BK6d8tN/Ck7IshGXS34JeNdAdWd0N/beoijq5dgcw==",
"dependencies": {
"System.IO.Pipelines": "6.0.3"
}
},
"Microsoft.Extensions.FileProviders.Embedded": {
"type": "Direct",
"requested": "[8.0.7, )",
"resolved": "8.0.7",
"contentHash": "ABsn0T09b5lzVNbOcuRc10+kNZkO+RGtZWfzqVay0Ah+/ouhEvG7JrXc+9+7zFgoPuH4E4N6+uWfTp+pJqMeGw==",
"dependencies": {
"Microsoft.Extensions.FileProviders.Abstractions": "8.0.0"
}
},
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
"requested": "[17.10.0, )",
Expand Down Expand Up @@ -543,6 +524,14 @@
"System.Text.Json": "6.0.9"
}
},
"Microsoft.AspNetCore.TestHost": {
"type": "Transitive",
"resolved": "6.0.27",
"contentHash": "KhpZ4ygPB7y/XxT+I6sk8y0Xgekc8EfdE9QH2Hvk1VDk5BK6d8tN/Ck7IshGXS34JeNdAdWd0N/beoijq5dgcw==",
"dependencies": {
"System.IO.Pipelines": "6.0.3"
}
},
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "6.0.0",
Expand Down Expand Up @@ -582,6 +571,14 @@
"Microsoft.Extensions.Primitives": "8.0.0"
}
},
"Microsoft.Extensions.FileProviders.Embedded": {
"type": "Transitive",
"resolved": "8.0.7",
"contentHash": "ABsn0T09b5lzVNbOcuRc10+kNZkO+RGtZWfzqVay0Ah+/ouhEvG7JrXc+9+7zFgoPuH4E4N6+uWfTp+pJqMeGw==",
"dependencies": {
"Microsoft.Extensions.FileProviders.Abstractions": "8.0.0"
}
},
"Microsoft.Extensions.Hosting.Abstractions": {
"type": "Transitive",
"resolved": "2.2.0",
Expand Down Expand Up @@ -860,24 +857,6 @@
"System.Configuration.ConfigurationManager": "4.4.0"
}
},
"Microsoft.AspNetCore.TestHost": {
"type": "Direct",
"requested": "[6.0.27, )",
"resolved": "6.0.27",
"contentHash": "KhpZ4ygPB7y/XxT+I6sk8y0Xgekc8EfdE9QH2Hvk1VDk5BK6d8tN/Ck7IshGXS34JeNdAdWd0N/beoijq5dgcw==",
"dependencies": {
"System.IO.Pipelines": "6.0.3"
}
},
"Microsoft.Extensions.FileProviders.Embedded": {
"type": "Direct",
"requested": "[8.0.7, )",
"resolved": "8.0.7",
"contentHash": "ABsn0T09b5lzVNbOcuRc10+kNZkO+RGtZWfzqVay0Ah+/ouhEvG7JrXc+9+7zFgoPuH4E4N6+uWfTp+pJqMeGw==",
"dependencies": {
"Microsoft.Extensions.FileProviders.Abstractions": "8.0.0"
}
},
"Microsoft.NET.Test.Sdk": {
"type": "Direct",
"requested": "[17.10.0, )",
Expand Down Expand Up @@ -942,6 +921,14 @@
"System.Text.Json": "6.0.9"
}
},
"Microsoft.AspNetCore.TestHost": {
"type": "Transitive",
"resolved": "6.0.27",
"contentHash": "KhpZ4ygPB7y/XxT+I6sk8y0Xgekc8EfdE9QH2Hvk1VDk5BK6d8tN/Ck7IshGXS34JeNdAdWd0N/beoijq5dgcw==",
"dependencies": {
"System.IO.Pipelines": "6.0.3"
}
},
"Microsoft.Bcl.AsyncInterfaces": {
"type": "Transitive",
"resolved": "6.0.0",
Expand Down Expand Up @@ -981,6 +968,14 @@
"Microsoft.Extensions.Primitives": "8.0.0"
}
},
"Microsoft.Extensions.FileProviders.Embedded": {
"type": "Transitive",
"resolved": "8.0.7",
"contentHash": "ABsn0T09b5lzVNbOcuRc10+kNZkO+RGtZWfzqVay0Ah+/ouhEvG7JrXc+9+7zFgoPuH4E4N6+uWfTp+pJqMeGw==",
"dependencies": {
"Microsoft.Extensions.FileProviders.Abstractions": "8.0.0"
}
},
"Microsoft.Extensions.Hosting.Abstractions": {
"type": "Transitive",
"resolved": "2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions tests/ImazenShared.Tests/Licensing/DataStructureTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ public async Task TestInterlockedMax()
}
})).ToArray();

Task.WaitAll(tasks);
await Task.WhenAll(tasks);
}

[Fact]
Expand All @@ -314,7 +314,7 @@ public async Task TestInterlockedMin()
}
})).ToArray();

Task.WaitAll(tasks);
await Task.WhenAll(tasks);
}
}
}

0 comments on commit cd3fd56

Please sign in to comment.