Build docs #26
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
src/AllenNeuralDynamics.AlicatFlowmeter/FlowmeterDataframe.cs#L58
The variable 'e' is declared but never used
|
build:
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.'
|
build:
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.'
|
build:
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.'
|
build
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "AllenNeuralDynamics.Core
|
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/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:
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/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.
|