Redis注入,Tracer性能跟踪器字段赋值 #82
Annotations
1 error and 10 warnings
build-publish
Process completed with exit code 1.
|
build-publish:
QueueDemo/obj/Release/QueueDemo.AssemblyInfo.cs#L15
The specified version string '1.0.*' does not conform to the recommended format - major.minor.build.revision
|
build-publish:
QueueDemo/MultipleConsumer.cs#L12
The variable 'topic' is assigned but its value is never used
|
build-publish:
XUnitTest/Queues/ReliableQueueTests.cs#L673
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build-publish:
XUnitTest/Queues/ReliableQueueTests.cs#L81
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
build-publish:
XUnitTest/Queues/ReliableQueueTests.cs#L85
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
build-publish:
XUnitTest/ListTests.cs#L197
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
build-publish:
XUnitTest/Queues/ReliableQueueTests.cs#L144
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
build-publish:
XUnitTest/Queues/ReliableQueueTests.cs#L148
Do not use Assert.Equal() to check for collection size. Use Assert.Empty instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
build-publish:
XUnitTest/Queues/StreamTests.cs#L305
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
build-publish:
XUnitTest/Queues/StreamTests.cs#L356
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|