Add fwddata bridge Semantic domains and Parts of speech #27
Annotations
1 error and 10 warnings
Build FW Lite
Process completed with exit code 1.
|
Build FW Lite:
backend/MiniLcm/InMemoryApi.cs#L195
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 FW Lite:
backend/MiniLcm/InMemoryApi.cs#L214
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 FW Lite:
backend/FwDataMiniLcmBridge/Api/FwDataMiniLcmApi.cs#L166
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 FW Lite:
backend/FwDataMiniLcmBridge/Api/FwDataMiniLcmApi.cs#L174
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 FW Lite:
backend/FwDataMiniLcmBridge/Api/FwDataMiniLcmApi.cs#L254
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 FW Lite:
backend/FwDataMiniLcmBridge/Api/UpdateProxy/UpdateListProxy.cs#L11
Field 'UpdateListProxy<T>._isSynchronized' is never assigned to, and will always have its default value false
|
Build FW Lite:
backend/FwDataMiniLcmBridge/Api/UpdateProxy/UpdateListProxy.cs#L12
Field 'UpdateListProxy<T>._isFixedSize' is never assigned to, and will always have its default value false
|
Build FW Lite:
backend/FwDataMiniLcmBridge/LcmUtils/LcmThreadedProgress.cs#L10
The event 'LcmThreadedProgress.Canceling' is never used
|
Build FW Lite:
backend/FwDataMiniLcmBridge/Api/UpdateProxy/UpdateSenseProxy.cs#L74
Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD110.md)
|
Build FW Lite:
backend/FwDataMiniLcmBridge/Api/UpdateProxy/UpdateEntryProxy.cs#L38
Observe the awaitable result of this method call by awaiting it, assigning to a variable, or passing it to another method (https://github.com/Microsoft/vs-threading/blob/main/doc/analyzers/VSTHRD110.md)
|