Skip to content

Merge pull request #46 from InternAcademy/19-chat-functionality-user-… #19

Merge pull request #46 from InternAcademy/19-chat-functionality-user-…

Merge pull request #46 from InternAcademy/19-chat-functionality-user-… #19

Triggered via push June 22, 2024 08:36
Status Success
Total duration 1m 23s
Artifacts

docker.yml

on: push
Push Docker image to Docker Hub
43s
Push Docker image to Docker Hub
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/server/CookingApp/Program.cs#L26
Possible null reference argument for parameter 'securitySettings' in 'void SwaggerConfiguration.LoadSecuritySettingsFrom(AuthenticationSettings securitySettings)'.
build: src/server/CookingApp/Program.cs#L54
Possible null reference argument for parameter 'url' in 'LoggingConfiguration LoggingConfiguration.WithSeqSink(string url)'.
build: src/server/CookingApp/Controllers/ChatController.cs#L27
Possible null reference assignment.
build: src/server/CookingApp/Controllers/ChatController.cs#L63
Possible null reference assignment.
build: src/server/CookingApp/Services/Chat/ChatService.cs#L25
Dereference of a possibly null reference.
build: src/server/CookingApp/Services/Chat/ChatService.cs#L25
Possible null reference assignment.
build: src/server/CookingApp/Infrastructure/Configurations/Swagger/AuthenticationSettings.cs#L5
Non-nullable property 'Authority' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/server/CookingApp/Infrastructure/Configurations/Swagger/AuthenticationSettings.cs#L6
Non-nullable property 'Scopes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/server/CookingApp/Infrastructure/Configurations/OpenAI/OpenAIOptions.cs#L5
Non-nullable property 'APIKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/server/CookingApp/Infrastructure/Configurations/OpenAI/OpenAIOptions.cs#L7
Non-nullable property 'APIUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Push Docker image to Docker Hub
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/login-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.