Skip to content

Fixing issue with DI container for isolated functions (#29) #6

Fixing issue with DI container for isolated functions (#29)

Fixing issue with DI container for isolated functions (#29) #6

Triggered via push April 13, 2024 06:31
Status Success
Total duration 1m 50s
Artifacts
build-and-deploy
1m 42s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build-and-deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1, Azure/functions-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-and-deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-and-deploy
The "--output" option isn't supported when building a solution. Specifying a solution-level output path results in all projects copying outputs to the same directory, which can lead to inconsistent builds.
build-and-deploy: src/Moneo.Chat/Moneo.Chat.Models/Commands/MoneoCommandResult.cs#L24
Non-nullable property 'MenuOptions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/Moneo.Chat/Moneo.Chat.Generators/ServiceCollectionExtensionsGenerator.cs#L12
Non-nullable property 'InterfaceName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/Moneo.Chat/Moneo.Chat.Generators/ServiceCollectionExtensionsGenerator.cs#L13
Non-nullable property 'ImplementationName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/Moneo.TaskManagement/Moneo.TaskManagement.Models/MoneoTask.cs#L41
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/Moneo.TaskManagement/Moneo.TaskManagement.Models/MoneoTask.cs#L45
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/Moneo.Chat/Moneo.Chat/Workflows/UserCommandAttribute.cs#L34
Non-nullable property 'LongName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: src/Moneo.Chat/Moneo.Chat/Workflows/UserCommandAttribute.cs#L9
Non-nullable property 'CommandKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.