skip parallel for tests #67
Annotations
10 warnings
Build:
src/Tests/Unit/ServiceWireTests/TcpZkTests.cs#L76
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Build:
src/Tests/Unit/ServiceWireTests/TcpZkTests.cs#L84
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
Build:
src/Demo/DemoClient/Program.cs#L49
'TcpClient<ITest>.InjectLoggerStats(ILog, IStats)' is obsolete
|
Build:
src/Demo/DemoClient/Program.cs#L56
'TcpClient<IDataContract>.InjectLoggerStats(ILog, IStats)' is obsolete
|
Build:
src/Demo/DemoClient/Program.cs#L64
'TcpClient<IComplexDataContract>.InjectLoggerStats(ILog, IStats)' is obsolete
|
Build:
src/Demo/DemoClient/Program.cs#L74
'TcpClient<IIPCBridge>.InjectLoggerStats(ILog, IStats)' is obsolete
|
Build:
src/Demo/DemoClient/Program.cs#L87
'TcpClient<ITest>.InjectLoggerStats(ILog, IStats)' is obsolete
|
Build:
src/Demo/DemoClient/Program.cs#L94
'TcpClient<IDataContract>.InjectLoggerStats(ILog, IStats)' is obsolete
|
Build:
src/Demo/DemoClient/Program.cs#L102
'TcpClient<IComplexDataContract>.InjectLoggerStats(ILog, IStats)' is obsolete
|
Build:
src/Demo/DemoClient/Program.cs#L112
'TcpClient<IIPCBridge>.InjectLoggerStats(ILog, IStats)' is obsolete
|
Loading