dotnet format #154
Annotations
8 errors
Foundatio.Minio.Tests.Storage.MinioFileStorageTests.CanGetFileInfoAsync
Assert.Null() Failure: Value is not null
Expected: null
Actual: FileSpec { Created = 0001-01-01T00:00:00.0000000Z, Modified = 0001-01-01T00:00:00.0000000Z, Path = "da30d16a-907e-496a-9ed4-042f94b3d873", Size = 0 }
|
Foundatio.Minio.Tests.Storage.MinioFileStorageTests.CanDeleteSpecificFilesInNestedFolderAsync
Assert.False() Failure
Expected: False
Actual: True
|
Foundatio.Minio.Tests.Storage.MinioFileStorageTests.CanDeleteSpecificFilesAsync
Assert.False() Failure
Expected: False
Actual: True
|
Foundatio.Minio.Tests.Storage.MinioFileStorageTests.CanGetNonExistentFileInfoAsync
Assert.Null() Failure: Value is not null
Expected: null
Actual: FileSpec { Created = 0001-01-01T00:00:00.0000000Z, Modified = 0001-01-01T00:00:00.0000000Z, Path = "c8e5d6b7-cc3a-4724-b711-8a47e354a71c", Size = 0 }
|
Foundatio.Minio.Tests.Storage.MinioFileStorageTests.CanConcurrentlyManageFilesAsync
Assert.Null() Failure: Value is not null
Expected: null
Actual: FileSpec { Created = 0001-01-01T00:00:00.0000000Z, Modified = 0001-01-01T00:00:00.0000000Z, Path = "nope", Size = 0 }
|
Foundatio.Minio.Tests.Storage.MinioFileStorageTests.CanDeleteNestedFolderAsync
Assert.False() Failure
Expected: False
Actual: True
|
Foundatio.Minio.Tests.Storage.MinioFileStorageTests.CanSaveFilesAsync
Assert.False() Failure
Expected: False
Actual: True
|
build / build
Process completed with exit code 1.
|