Build docs #36
Annotations
11 warnings
build
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/
|
build:
src/AllenNeuralDynamics.AlicatFlowmeter/FlowmeterDataframe.cs#L58
The variable 'e' is declared but never used
|
build
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "AllenNeuralDynamics.SniffDetector
|
build
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Harp.Olfactometer
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
src/AllenNeuralDynamics.Zaber/GetSetting.cs#L58
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.
|
build:
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.
|
build
The assembly 'content\zaber-motion-lib-windows-386.dll' is not inside the 'lib' folder and hence it won't be added as a reference when the package is installed into a project. Move it into the 'lib' folder if it needs to be referenced.
|