Build docs #14
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: peaceiris/actions-gh-pages@v3.9.3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Restore NuGet Packages & Build Solution:
src/AllenNeuralDynamics.AlicatFlowmeter/FlowmeterDataframe.cs#L58
The variable 'e' is declared but never used
|
Restore NuGet Packages & Build Solution:
src/AllenNeuralDynamics.Core.Design/Annotation.cs#L23
'Scheduler.TaskPool' is obsolete: 'This property is no longer supported due to refactoring of the API surface and elimination of platform-specific dependencies. Please add a reference to the System.Reactive.PlatformServices assembly for your target platform and use TaskPoolScheduler.Default to obtain an instance of this scheduler type. See http://go.microsoft.com/fwlink/?LinkID=260866 for more information.'
|
Restore NuGet Packages & Build Solution:
src/AllenNeuralDynamics.Core.Design/PushButton.cs#L51
'Scheduler.TaskPool' is obsolete: 'This property is no longer supported due to refactoring of the API surface and elimination of platform-specific dependencies. Please add a reference to the System.Reactive.PlatformServices assembly for your target platform and use TaskPoolScheduler.Default to obtain an instance of this scheduler type. See http://go.microsoft.com/fwlink/?LinkID=260866 for more information.'
|
Restore NuGet Packages & Build Solution:
src/AllenNeuralDynamics.Core.Design/ToggleButton.cs#L51
'Scheduler.TaskPool' is obsolete: 'This property is no longer supported due to refactoring of the API surface and elimination of platform-specific dependencies. Please add a reference to the System.Reactive.PlatformServices assembly for your target platform and use TaskPoolScheduler.Default to obtain an instance of this scheduler type. See http://go.microsoft.com/fwlink/?LinkID=260866 for more information.'
|
Restore NuGet Packages & Build Solution:
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.
|
Restore NuGet Packages & Build Solution:
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.
|
Restore NuGet Packages & Build Solution:
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.
|
Restore NuGet Packages & Build Solution:
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.
|
Restore NuGet Packages & Build Solution:
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.
|
Restore NuGet Packages & Build Solution
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.
|
Loading