19 chat functionality user types a message app responds #18
docker.yml
on: pull_request
build
22s
Push Docker image to Docker Hub
32s
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/.
|