Real payment integration #21
docker.yml
on: pull_request
build
1m 31s
Push Docker image to Docker Hub
44s
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/ViewModels/Api/ApiResponse.cs#L14
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
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/Program.cs#L27
Possible null reference argument for parameter 'securitySettings' in 'void SwaggerConfiguration.LoadSecuritySettingsFrom(AuthenticationSettings securitySettings)'.
|
build:
src/server/CookingApp/Program.cs#L55
Possible null reference argument for parameter 'url' in 'LoggingConfiguration LoggingConfiguration.WithSeqSink(string url)'.
|
build:
src/server/CookingApp/Services/Message/MessageService.cs#L43
Cannot convert null literal to non-nullable reference type.
|
build:
src/server/CookingApp/Services/Message/MessageService.cs#L43
Possible null reference argument for parameter 'userProfile' in 'ChatCompletionCreateRequest MessageService.BuildCompletionRequest(Chat chat, UserProfile userProfile, string message)'.
|
build:
src/server/CookingApp/Services/Message/MessageService.cs#L50
Dereference of a possibly null reference.
|
build:
src/server/CookingApp/Services/Message/MessageService.cs#L52
Possible null reference argument for parameter 'chat' in 'ChatCompletionCreateRequest MessageService.BuildCompletionRequest(Chat chat, UserProfile userProfile, string message)'.
|
build:
src/server/CookingApp/Services/Message/MessageService.cs#L52
Possible null reference argument for parameter 'userProfile' in 'ChatCompletionCreateRequest MessageService.BuildCompletionRequest(Chat chat, UserProfile userProfile, string message)'.
|
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/.
|