Skip to content

feat: Add EnsureDownloaded fluent method (#121) #108

feat: Add EnsureDownloaded fluent method (#121)

feat: Add EnsureDownloaded fluent method (#121) #108

Triggered via push February 25, 2026 09:36
Status Success
Total duration 1m 30s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/MaIN.InferPage/Components/Pages/Home.razor#L215
'ChatContext.WithModel(string)' is obsolete: 'Use WithModel(AIModel model) or WithModel<TModel>() instead.'
build: src/MaIN.InferPage/Components/Pages/Home.razor#L214
'ChatContext.WithCustomModel(string, string, string?)' is obsolete: 'Use WithModel<TModel>() instead.'
build: src/MaIN.Core/Hub/Contexts/AgentContext.cs#L75
'KnownModels' is obsolete: 'Use ModelRegistry instead. This class will be removed in future versions.'
build: src/MaIN.Core/Hub/Contexts/AgentContext.cs#L75
'KnownModels' is obsolete: 'Use ModelRegistry instead. This class will be removed in future versions.'
build: src/MaIN.Services/Services/LLMService/OpenAiCompatibleService.cs#L632
Do not use 'reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
build: src/MaIN.Services/Services/LLMService/OpenAiCompatibleService.cs#L324
Do not use 'reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
build: src/MaIN.Services/Services/LLMService/AnthropicService.cs#L678
Do not use 'reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
build: src/MaIN.Services/Services/LLMService/AnthropicService.cs#L344
Do not use 'reader.EndOfStream' in an async method (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2024)
build: src/MaIN.Services/Services/DataSourceProvider.cs#L75
Dereference of a possibly null reference.
build: src/MaIN.Services/Services/DataSourceProvider.cs#L75
Dereference of a possibly null reference.