Fixed storage obsolete message #614
Annotations
2 errors and 10 warnings
Run Tests:
_/src/Foundatio.TestHarness/Locks/LockTestBase.cs#L191
Assert.Equal() Failure: Values differ
Expected: 1
Actual: 2
|
Run Tests
Process completed with exit code 1.
|
Build:
src/Foundatio.TestHarness/Storage/FileStorageTestsBase.cs#L74
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
|
Build:
src/Foundatio.TestHarness/Storage/FileStorageTestsBase.cs#L88
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead.
|
Build:
src/Foundatio.TestHarness/Storage/FileStorageTestsBase.cs#L91
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead.
|
Build:
src/Foundatio.TestHarness/Storage/FileStorageTestsBase.cs#L96
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
|
Build:
src/Foundatio.TestHarness/Storage/FileStorageTestsBase.cs#L99
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
|
Build:
src/Foundatio.TestHarness/Storage/FileStorageTestsBase.cs#L104
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
|
Build:
src/Foundatio.TestHarness/Storage/FileStorageTestsBase.cs#L107
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead.
|
Build:
src/Foundatio.TestHarness/Caching/CacheClientTestsBase.cs#L693
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead.
|
Build:
src/Foundatio.TestHarness/Caching/CacheClientTestsBase.cs#L725
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead.
|
Build:
src/Foundatio.TestHarness/Messaging/MessageBusTestBase.cs#L384
Do not use Assert.True(false, message) to fail a test. Use Assert.Fail(message) instead.
|
The logs for this run have expired and are no longer available.
Loading