Bump Repository.Mongo to 0.0.10 #112
Merged
Annotations
6 warnings
|
Build:
AnointedAutomation.APIMiddlewares.Tests/AttemptInfoTests.cs#L53
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
Build:
AnointedAutomation.Logging.Tests/LogMessageTests.cs#L334
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
Build:
AnointedAutomation.Memory/GarbageCollection.cs#L14
The field 'GarbageCollection._disposed' is never used
|
|
Build:
AnointedAutomation.APIMiddlewares.Tests/AttemptInfoTests.cs#L53
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
Build:
AnointedAutomation.Logging.Tests/LogMessageTests.cs#L334
Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031)
|
|
Build:
AnointedAutomation.Memory/GarbageCollection.cs#L14
The field 'GarbageCollection._disposed' is never used
|
Loading