refactor: events cleanup #413
Annotations
10 warnings
build:
test/WeihanLi.Common.Test/AspectTest/ProxyFactoryTest.cs#L73
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:
test/WeihanLi.Common.Test/AspectTest/ProxyFactoryTest.cs#L78
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:
test/WeihanLi.Common.Test/AspectTest/ProxyFactoryTest.cs#L84
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:
samples/AspNetCoreSample/Events/EventConsumer.cs#L24
Dereference of a possibly null reference.
|
build:
samples/AspNetCoreSample/Events/EventConsumer.cs#L28
Possible null reference argument for parameter 'properties' in 'Task IEventHandler.Handle(object eventData, EventProperties properties)'.
|
build:
test/WeihanLi.Common.Test/AspectTest/ProxyFactoryTest.cs#L73
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:
test/WeihanLi.Common.Test/AspectTest/ProxyFactoryTest.cs#L78
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:
test/WeihanLi.Common.Test/AspectTest/ProxyFactoryTest.cs#L84
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:
samples/AspNetCoreSample/Events/EventConsumer.cs#L24
Dereference of a possibly null reference.
|
build:
samples/AspNetCoreSample/Events/EventConsumer.cs#L28
Possible null reference argument for parameter 'properties' in 'Task IEventHandler.Handle(object eventData, EventProperties properties)'.
|
Loading