Skip to content

Merge pull request #52 from wisedev-code/feat/migrate-to-new-release-… #63

Merge pull request #52 from wisedev-code/feat/migrate-to-new-release-…

Merge pull request #52 from wisedev-code/feat/migrate-to-new-release-… #63

Triggered via push May 16, 2025 13:30
Status Success
Total duration 1m 38s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 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: src/MaIN.Services/Services/LLMService/Memory/GeminiTextGeneratorAdapter.cs#L12
Non-nullable property 'Attributes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/MaIN.Services/Services/LLMService/GeminiService.cs#L45
Dereference of a possibly null reference.
build: src/MaIN.Services/Services/LLMService/GeminiService.cs#L21
Parameter 'IMemoryService memoryService' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
build: src/MaIN.Services/Services/LLMService/GeminiService.cs#L21
Parameter 'IMemoryFactory memoryFactory' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
build: src/MaIN.Services/Services/LLMService/Memory/GeminiTextGeneratorAdapter.cs#L34
Async-iterator 'GeminiTextGeneratorAdapter.GetStreamingTextContentsAsync(string, PromptExecutionSettings?, Kernel?, 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
build: src/MaIN.Services/Services/LLMService/Memory/GeminiTextGeneratorAdapter.cs#L12
Non-nullable property 'Attributes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/MaIN.Services/Services/LLMService/GeminiService.cs#L45
Dereference of a possibly null reference.
build: src/MaIN.Services/Services/LLMService/GeminiService.cs#L21
Parameter 'IMemoryService memoryService' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
build: src/MaIN.Services/Services/LLMService/GeminiService.cs#L21
Parameter 'IMemoryFactory memoryFactory' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
build: src/MaIN.Services/Services/LLMService/Memory/GeminiTextGeneratorAdapter.cs#L34
Async-iterator 'GeminiTextGeneratorAdapter.GetStreamingTextContentsAsync(string, PromptExecutionSettings?, Kernel?, 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