Fix pipeline (#722) #336
Annotations
5 warnings
|
|
|
libraries/src/SSW.SophieBot.Recognizer.Schema/SSW/SophieBot/EntityBase.cs#L8
Async-iterator 'RecognizerModelBase.SeedAsync(CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
|
libraries/src/SSW.SophieBot.Recognizer.Schema/SSW/SophieBot/EntityBase.cs#L8
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