Build docs #35
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: peaceiris/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/AllenNeuralDynamics.AlicatFlowmeter/FlowmeterDataframe.cs#L58
The variable 'e' is declared but never used
|
|
|
src/AllenNeuralDynamics.Zaber/GenericCommand.cs#L44
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
src/AllenNeuralDynamics.Zaber/GenericCommandMultiResponse.cs#L45
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
src/AllenNeuralDynamics.Zaber/GetPosition.cs#L67
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
src/AllenNeuralDynamics.Zaber/IsBusy.cs#L59
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
src/AllenNeuralDynamics.Zaber/WaitUntilIdle.cs#L60
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
|
This job succeeded
Loading