Workflow test #2
Merged
Annotations
10 warnings
|
dev-share-api/Controllers/ApiController.cs#L54
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.
|
|
dev-share-api/Controllers/ApiController.cs#L39
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.
|
|
dev-share-api/Controllers/ApiController.cs#L90
Possible null reference argument for parameter 'url' in 'string? ExtractController.TryHtmlAgilityPack(string url)'.
|
|
dev-share-api/Handle/VectorShareChainHandle.cs#L25
Possible null reference argument for parameter 'vector' in 'Task<UpdateResult> IVectorService.UpsertEmbeddingAsync(string url, string noteId, string content, float[] vector)'.
|
|
dev-share-api/Handle/VectorShareChainHandle.cs#L25
Possible null reference argument for parameter 'content' in 'Task<UpdateResult> IVectorService.UpsertEmbeddingAsync(string url, string noteId, string content, float[] vector)'.
|
|
dev-share-api/Handle/VectorShareChainHandle.cs#L25
Possible null reference argument for parameter 'url' in 'Task<UpdateResult> IVectorService.UpsertEmbeddingAsync(string url, string noteId, string content, float[] vector)'.
|
|
dev-share-api/Handle/SummarizeShareChainHandle.cs#L27
Possible null reference argument for parameter 'article' in 'Task<string> ISummaryService.SummarizeAsync(string article)'.
|
|
dev-share-api/Handle/EmbeddingShareChainHandle.cs#L25
Possible null reference argument for parameter 'text' in 'Task<float[]> IEmbeddingService.GetEmbeddingAsync(string text)'.
|
|
dev-share-api/Controllers/ApiController.cs#L54
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.
|
|
dev-share-api/Controllers/ApiController.cs#L39
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.
|
The logs for this run have expired and are no longer available.
Loading