Fix commit f273d2b147c3d6c62117a45f2112bd27e7387d1f #70
Annotations
13 errors and 30 warnings
|
build (windows-latest):
Samples/03_Storage/03_RemoteSource/Program.cs#L49
Argument 1: cannot convert from 'StockSharp.Finam.FinamMessageAdapter' to 'StockSharp.Messages.IMessageAdapter'
|
|
build (windows-latest):
Samples/03_Storage/03_RemoteSource/Program.cs#L49
Reference to type 'HistoricalAsyncMessageAdapter' claims it is defined in 'StockSharp.Messages', but it could not be found
|
|
build (windows-latest):
Samples/06_Strategies/10_LiveTerminal/MainWindow.xaml.cs#L165
'SnapshotRegistry' does not contain a definition for 'InitAsync' and no accessible extension method 'InitAsync' accepting a first argument of type 'SnapshotRegistry' could be found (are you missing a using directive or an assembly reference?)
|
|
build (windows-latest):
Samples/10_CrossPlatform/01_ConsoleApp/Program.cs#L30
Argument 1: cannot convert from 'StockSharp.Binance.BinanceMessageAdapter' to 'StockSharp.Messages.IMessageAdapter'
|
|
build (windows-latest):
Samples/10_CrossPlatform/01_ConsoleApp/Program.cs#L30
Reference to type 'AsyncMessageAdapter' claims it is defined in 'StockSharp.Messages', but it could not be found
|
|
build (windows-latest):
Samples/03_Storage/03_RemoteSource/Program.cs#L49
Argument 1: cannot convert from 'StockSharp.Finam.FinamMessageAdapter' to 'StockSharp.Messages.IMessageAdapter'
|
|
build (windows-latest):
Samples/03_Storage/03_RemoteSource/Program.cs#L49
Reference to type 'HistoricalAsyncMessageAdapter' claims it is defined in 'StockSharp.Messages', but it could not be found
|
|
build (windows-latest):
Samples/06_Strategies/10_LiveTerminal/MainWindow.xaml.cs#L165
'SnapshotRegistry' does not contain a definition for 'InitAsync' and no accessible extension method 'InitAsync' accepting a first argument of type 'SnapshotRegistry' could be found (are you missing a using directive or an assembly reference?)
|
|
build (windows-latest):
Samples/10_CrossPlatform/01_ConsoleApp/Program.cs#L30
Argument 1: cannot convert from 'StockSharp.Binance.BinanceMessageAdapter' to 'StockSharp.Messages.IMessageAdapter'
|
|
build (windows-latest):
Samples/10_CrossPlatform/01_ConsoleApp/Program.cs#L30
Reference to type 'AsyncMessageAdapter' claims it is defined in 'StockSharp.Messages', but it could not be found
|
|
build (ubuntu-latest)
Process completed with exit code 1.
|
|
build (macos-latest)
The job has exceeded the maximum execution time of 10m0s
|
|
build (macos-latest)
The operation was canceled.
|
|
build (windows-latest):
Algo/Storages/SnapshotRegistry.cs#L513
'ThreadingHelper.Timer(Action)' is obsolete: 'This class is obsolete. Use Task-based asynchronous programming (System.Threading.Tasks.Task) instead of Thread and Timer for better performance and maintainability.'
|
|
build (windows-latest):
Algo/Testing/EmulationMessageAdapter.cs#L276
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 (windows-latest):
Algo/Testing/EmulationMessageAdapter.cs#L235
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 (windows-latest):
Algo/HeartbeatMessageAdapter.cs#L289
'ThreadingHelper.Interval(Timer, TimeSpan)' is obsolete: 'This class is obsolete. Use Task-based asynchronous programming (System.Threading.Tasks.Task) instead of Thread and Timer for better performance and maintainability.'
|
|
build (windows-latest):
Algo/HeartbeatMessageAdapter.cs#L289
'ThreadingHelper.Timer(Action)' is obsolete: 'This class is obsolete. Use Task-based asynchronous programming (System.Threading.Tasks.Task) instead of Thread and Timer for better performance and maintainability.'
|
|
build (windows-latest):
Algo/SecurityNativeIdMessageAdapter.cs#L57
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 (windows-latest):
Algo/Connector_ProcessMessage.cs#L21
'ThreadingHelper.Interval(Timer, TimeSpan)' is obsolete: 'This class is obsolete. Use Task-based asynchronous programming (System.Threading.Tasks.Task) instead of Thread and Timer for better performance and maintainability.'
|
|
build (windows-latest):
Algo/Connector_ProcessMessage.cs#L21
'ThreadingHelper.Timer(Action)' is obsolete: 'This class is obsolete. Use Task-based asynchronous programming (System.Threading.Tasks.Task) instead of Thread and Timer for better performance and maintainability.'
|
|
build (windows-latest)
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
build (windows-latest)
The target framework 'net6.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
build (ubuntu-latest):
Algo/Connector_ProcessMessage.cs#L21
'ThreadingHelper.Timer(Action)' is obsolete: 'This class is obsolete. Use Task-based asynchronous programming (System.Threading.Tasks.Task) instead of Thread and Timer for better performance and maintainability.'
|
|
build (ubuntu-latest):
Algo/Storages/SnapshotRegistry.cs#L513
'ThreadingHelper.Interval(Timer, TimeSpan)' is obsolete: 'This class is obsolete. Use Task-based asynchronous programming (System.Threading.Tasks.Task) instead of Thread and Timer for better performance and maintainability.'
|
|
build (ubuntu-latest):
Algo/Storages/SnapshotRegistry.cs#L513
'ThreadingHelper.Timer(Action)' is obsolete: 'This class is obsolete. Use Task-based asynchronous programming (System.Threading.Tasks.Task) instead of Thread and Timer for better performance and maintainability.'
|
|
build (ubuntu-latest):
Algo/SecurityNativeIdMessageAdapter.cs#L57
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 (ubuntu-latest):
Algo/Testing/EmulationMessageAdapter.cs#L276
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 (ubuntu-latest):
Algo/Testing/EmulationMessageAdapter.cs#L235
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 (ubuntu-latest):
Algo/HeartbeatMessageAdapter.cs#L289
'ThreadingHelper.Interval(Timer, TimeSpan)' is obsolete: 'This class is obsolete. Use Task-based asynchronous programming (System.Threading.Tasks.Task) instead of Thread and Timer for better performance and maintainability.'
|
|
build (ubuntu-latest):
Algo/HeartbeatMessageAdapter.cs#L289
'ThreadingHelper.Timer(Action)' is obsolete: 'This class is obsolete. Use Task-based asynchronous programming (System.Threading.Tasks.Task) instead of Thread and Timer for better performance and maintainability.'
|
|
build (ubuntu-latest):
Algo/Connector_ProcessMessage.cs#L21
'ThreadingHelper.Interval(Timer, TimeSpan)' is obsolete: 'This class is obsolete. Use Task-based asynchronous programming (System.Threading.Tasks.Task) instead of Thread and Timer for better performance and maintainability.'
|
|
build (ubuntu-latest):
Algo/Connector_ProcessMessage.cs#L21
'ThreadingHelper.Timer(Action)' is obsolete: 'This class is obsolete. Use Task-based asynchronous programming (System.Threading.Tasks.Task) instead of Thread and Timer for better performance and maintainability.'
|
|
build (macos-latest):
Algo/Connector_ProcessMessage.cs#L21
'ThreadingHelper.Timer(Action)' is obsolete: 'This class is obsolete. Use Task-based asynchronous programming (System.Threading.Tasks.Task) instead of Thread and Timer for better performance and maintainability.'
|
|
build (macos-latest):
Algo/Storages/SnapshotRegistry.cs#L513
'ThreadingHelper.Interval(Timer, TimeSpan)' is obsolete: 'This class is obsolete. Use Task-based asynchronous programming (System.Threading.Tasks.Task) instead of Thread and Timer for better performance and maintainability.'
|
|
build (macos-latest):
Algo/Storages/SnapshotRegistry.cs#L513
'ThreadingHelper.Timer(Action)' is obsolete: 'This class is obsolete. Use Task-based asynchronous programming (System.Threading.Tasks.Task) instead of Thread and Timer for better performance and maintainability.'
|
|
build (macos-latest):
Algo/SecurityNativeIdMessageAdapter.cs#L57
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 (macos-latest):
Algo/Testing/EmulationMessageAdapter.cs#L276
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 (macos-latest):
Algo/Testing/EmulationMessageAdapter.cs#L235
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 (macos-latest):
Algo/HeartbeatMessageAdapter.cs#L289
'ThreadingHelper.Interval(Timer, TimeSpan)' is obsolete: 'This class is obsolete. Use Task-based asynchronous programming (System.Threading.Tasks.Task) instead of Thread and Timer for better performance and maintainability.'
|
|
build (macos-latest):
Algo/HeartbeatMessageAdapter.cs#L289
'ThreadingHelper.Timer(Action)' is obsolete: 'This class is obsolete. Use Task-based asynchronous programming (System.Threading.Tasks.Task) instead of Thread and Timer for better performance and maintainability.'
|
|
build (macos-latest):
Algo/Connector_ProcessMessage.cs#L21
'ThreadingHelper.Interval(Timer, TimeSpan)' is obsolete: 'This class is obsolete. Use Task-based asynchronous programming (System.Threading.Tasks.Task) instead of Thread and Timer for better performance and maintainability.'
|
|
build (macos-latest):
Algo/Connector_ProcessMessage.cs#L21
'ThreadingHelper.Timer(Action)' is obsolete: 'This class is obsolete. Use Task-based asynchronous programming (System.Threading.Tasks.Task) instead of Thread and Timer for better performance and maintainability.'
|