Remote events don't work for SingleCall services #102
Annotations
7 errors and 2 warnings
build:
CoreRemoting.Tests/RpcTests.cs#L306
The 'await' operator can only be used within an async method. Consider marking this method with the 'async' modifier and changing its return type to 'Task'.
|
build:
CoreRemoting.Tests/RpcTests.cs#L282
Test method 'Events_should_work_remotely' on test class 'CoreRemoting.Tests.RpcTests' has the same name as another method declared on class 'CoreRemoting.Tests.RpcTests'. Rename method(s) so that there are no overloaded names. (https://xunit.net/xunit.analyzers/rules/xUnit1024)
|
build:
CoreRemoting.Tests/RpcTests.cs#L363
Test method 'Events_should_work_remotely' on test class 'CoreRemoting.Tests.RpcTests' has the same name as another method declared on class 'CoreRemoting.Tests.RpcTests'. Rename method(s) so that there are no overloaded names. (https://xunit.net/xunit.analyzers/rules/xUnit1024)
|
build:
CoreRemoting.Tests/RpcTests.cs#L306
The 'await' operator can only be used within an async method. Consider marking this method with the 'async' modifier and changing its return type to 'Task'.
|
build:
CoreRemoting.Tests/RpcTests.cs#L282
Test method 'Events_should_work_remotely' on test class 'CoreRemoting.Tests.RpcTests' has the same name as another method declared on class 'CoreRemoting.Tests.RpcTests'. Rename method(s) so that there are no overloaded names. (https://xunit.net/xunit.analyzers/rules/xUnit1024)
|
build:
CoreRemoting.Tests/RpcTests.cs#L363
Test method 'Events_should_work_remotely' on test class 'CoreRemoting.Tests.RpcTests' has the same name as another method declared on class 'CoreRemoting.Tests.RpcTests'. Rename method(s) so that there are no overloaded names. (https://xunit.net/xunit.analyzers/rules/xUnit1024)
|
build
Process completed with exit code 1.
|
build:
CoreRemoting.Tests/RpcTests.cs#L363
Theory method 'Events_should_work_remotely' on test class 'RpcTests' does not use parameter 'serviceName'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
build:
CoreRemoting.Tests/RpcTests.cs#L363
Theory method 'Events_should_work_remotely' on test class 'RpcTests' does not use parameter 'serviceName'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|