Skip to content

Merge pull request #82 from wisedev-code/feature/tts #78

Merge pull request #82 from wisedev-code/feature/tts

Merge pull request #82 from wisedev-code/feature/tts #78

Triggered via push August 25, 2025 17:29
Status Success
Total duration 1m 28s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
build
- Add a dependency group for net8.0 to the nuspec
build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
build
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Microsoft.SemanticKernel.Connectors.Google
build
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "ModelContextProtocol.AspNetCore
build: src/MaIN.Services/Services/DataSourceProvider.cs#L72
Dereference of a possibly null reference.
build: src/MaIN.Services/Services/TTSService/VoiceService.cs#L62
Possible null reference assignment.
build: Examples/Examples/Chat/ChatWithTextToSpeechExample.cs#L18
'VoiceService' is obsolete: 'This is temporary, duct-tape like solution. It can and will evolve into something more robust'
build: Examples/Examples/Chat/ChatWithTextToSpeechExample.cs#L17
'VoiceService' is obsolete: 'This is temporary, duct-tape like solution. It can and will evolve into something more robust'
build: Examples/Examples/Chat/ChatWithTextToSpeechExample.cs#L16
'VoiceService' is obsolete: 'This is temporary, duct-tape like solution. It can and will evolve into something more robust'
build: src/MaIN.Services/Services/LLMService/Memory/MemoryService.cs#L41
Possible null reference argument for parameter 'text' in 'Task<string> IKernelMemory.ImportTextAsync(string text, string? documentId = null, TagCollection? tags = null, string? index = null, IEnumerable<string>? steps = null, IContext? context = null, CancellationToken cancellationToken = default(CancellationToken))'.
build: src/MaIN.Services/Services/TTSService/TextToSpeechService.cs#L20
'VoiceService' is obsolete: 'This is temporary, duct-tape like solution. It can and will evolve into something more robust'
build: src/MaIN.Services/Services/DataSourceProvider.cs#L141
Possible null reference argument for parameter 'json' in 'JsonDocument JsonDocument.Parse(string json, JsonDocumentOptions options = default(JsonDocumentOptions))'.
build: src/MaIN.Services/Services/DataSourceProvider.cs#L72
Dereference of a possibly null reference.
build: src/MaIN.Services/Services/TTSService/VoiceService.cs#L62
Possible null reference assignment.