Skip to content

Merge pull request #16 from wisedev-code/feat/publish-tweaks #34

Merge pull request #16 from wisedev-code/feat/publish-tweaks

Merge pull request #16 from wisedev-code/feat/publish-tweaks #34

Triggered via push March 25, 2025 15:40
Status Success
Total duration 2m 10s
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/Steps/RedirectStepHandler.cs#L57
Possible null reference assignment.
build: src/MaIN.Services/Services/Steps/RedirectStepHandler.cs#L37
Dereference of a possibly null reference.
build: src/MaIN.Services/Services/Steps/RedirectStepHandler.cs#L23
Possible null reference argument for parameter 'dictionary' in 'string? CollectionExtensions.GetValueOrDefault<string, string>(IReadOnlyDictionary<string, string> dictionary, string key)'.
build: src/MaIN.Services/Mappers/ChatMapper.cs#L43
Possible null reference assignment.
build: src/MaIN.Services/Services/AgentFlowService.cs#L12
Possible null reference argument for parameter 'agentFlow' in 'AgentFlow AgentFlowMapper.ToDomain(AgentFlowDocument agentFlow)'.
build: src/MaIN.Services/Services/LLMService/LLMService.cs#L27
The type 'string?' cannot be used as type parameter 'TKey' in the generic type or method 'ConcurrentDictionary<TKey, TValue>'. Nullability of type argument 'string?' doesn't match 'notnull' constraint.
build: src/MaIN.Services/Services/LLMService/OpenAiService.cs#L29
The type 'string?' cannot be used as type parameter 'TKey' in the generic type or method 'ConcurrentDictionary<TKey, TValue>'. Nullability of type argument 'string?' doesn't match 'notnull' constraint.
build: src/MaIN.Infrastructure/Repositories/DefaultChatRepository.cs#L9
The type 'string?' cannot be used as type parameter 'TKey' in the generic type or method 'ConcurrentDictionary<TKey, TValue>'. Nullability of type argument 'string?' doesn't match 'notnull' constraint.
build: src/MaIN.Domain/Models/SupportedModels.cs#L92
Dereference of a possibly null reference.
build: src/MaIN.Domain/Entities/Agents/Commands/Base/BaseCommand.cs#L5
Non-nullable property 'Chat' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.