Skip to content

Fixed storage obsolete message #614

Fixed storage obsolete message

Fixed storage obsolete message #614

Re-run triggered January 4, 2024 14:48
Status Failure
Total duration 1m 29s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
build / build
Process completed with exit code 1.
build / build: src/Foundatio.TestHarness/Storage/FileStorageTestsBase.cs#L74
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
build / build: src/Foundatio.TestHarness/Storage/FileStorageTestsBase.cs#L88
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead.
build / build: src/Foundatio.TestHarness/Storage/FileStorageTestsBase.cs#L91
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead.
build / build: src/Foundatio.TestHarness/Storage/FileStorageTestsBase.cs#L96
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
build / build: src/Foundatio.TestHarness/Storage/FileStorageTestsBase.cs#L99
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
build / build: src/Foundatio.TestHarness/Storage/FileStorageTestsBase.cs#L104
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
build / build: src/Foundatio.TestHarness/Storage/FileStorageTestsBase.cs#L107
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
build / build: src/Foundatio.TestHarness/Caching/CacheClientTestsBase.cs#L693
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead.
build / build: src/Foundatio.TestHarness/Caching/CacheClientTestsBase.cs#L725
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead.
build / build: src/Foundatio.TestHarness/Messaging/MessageBusTestBase.cs#L384
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead.