Skip to content

fix: package relations #66

fix: package relations

fix: package relations #66

Triggered via push June 9, 2025 06:46
Status Success
Total duration 1m 33s
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/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