Skip to content

v0.9.0

v0.9.0 #24

Triggered via release November 11, 2025 15:06
@ikesnowyikesnowy
published v0.9.0
Status Success
Total duration 57s
Artifacts

pack.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
pack: test/Cnblogs.DashScope.Sdk.UnitTests/QWenTextGenerationApiTests.cs#L60
'QWenTextGenerationApi.GetQWenCompletionStreamAsync(IDashScopeClient, QWenLlm, string, TextGenerationParameters?, CancellationToken)' is obsolete: 'Use GetTextCompletionStreamAsync instead'
pack: test/Cnblogs.DashScope.Sdk.UnitTests/QWenTextGenerationApiTests.cs#L44
'QWenTextGenerationApi.GetQWenCompletionAsync(IDashScopeClient, string, string, TextGenerationParameters?, CancellationToken)' is obsolete: 'Use GetTextCompletionAsync instead'
pack: test/Cnblogs.DashScope.Sdk.UnitTests/QWenTextGenerationApiTests.cs#L27
'QWenTextGenerationApi.GetQWenCompletionAsync(IDashScopeClient, QWenLlm, string, TextGenerationParameters?, CancellationToken)' is obsolete: 'Use GetTextCompletionAsync instead'
pack: test/Cnblogs.DashScope.Sdk.UnitTests/QWenMultimodalApiTests.cs#L29
'QWenMultimodalGenerationApi.GetQWenMultimodalCompletionAsync(IDashScopeClient, QWenMultimodalModel, IEnumerable<MultimodalMessage>, MultimodalParameters?, CancellationToken)' is obsolete: 'Use GetMultimodalGenerationAsync instead'
pack: test/Cnblogs.DashScope.Sdk.UnitTests/DeepSeekTextGenerationApiTests.cs#L66
'DeepSeekTextGenerationApi.GetDeepSeekChatCompletionStreamAsync(IDashScopeClient, DeepSeekLlm, IEnumerable<TextChatMessage>)' is obsolete: 'Use GetTextCompletionStreamAsync() instead, check remarks section.'
pack: test/Cnblogs.DashScope.Sdk.UnitTests/DeepSeekTextGenerationApiTests.cs#L49
'DeepSeekTextGenerationApi.GetDeepSeekChatCompletionAsync(IDashScopeClient, string, IEnumerable<TextChatMessage>)' is obsolete: 'Use GetTextCompletionAsync() instead, check remarks section.'
pack: test/Cnblogs.DashScope.Sdk.UnitTests/DeepSeekTextGenerationApiTests.cs#L33
'DeepSeekTextGenerationApi.GetDeepSeekChatCompletionAsync(IDashScopeClient, DeepSeekLlm, IEnumerable<TextChatMessage>)' is obsolete: 'Use GetTextCompletionAsync() instead, check remarks section.'
pack: test/Cnblogs.DashScope.Sdk.UnitTests/DeepSeekTextGenerationApiTests.cs#L16
'DeepSeekTextGenerationApi.GetDeepSeekChatCompletionAsync(IDashScopeClient, DeepSeekLlm, IEnumerable<TextChatMessage>)' is obsolete: 'Use GetTextCompletionAsync() instead, check remarks section.'
pack: test/Cnblogs.DashScope.Tests.Shared/Utils/Sut.cs#L10
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.
pack: src/Cnblogs.DashScope.Core/IDashScopeClient.cs#L262
XML comment has cref attribute 'modelId' that could not be resolved