Merge pull request #217 from InternAcademy/dev #23
Annotations
13 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Publish
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:
src/server/CookingApp/Services/Message/MessageService.cs#L18
The using directive for 'SixLabors.ImageSharp.Formats.Jpeg' appeared previously in this namespace
|
Build:
src/server/CookingApp/Program.cs#L29
Possible null reference argument for parameter 'securitySettings' in 'void SwaggerConfiguration.LoadSecuritySettingsFrom(AuthenticationSettings securitySettings)'.
|
Build:
src/server/CookingApp/Program.cs#L58
Possible null reference argument for parameter 'url' in 'LoggingConfiguration LoggingConfiguration.WithSeqSink(string url)'.
|
Build:
src/server/CookingApp/Controllers/WebhookController.cs#L33
Dereference of a possibly null reference.
|
Build:
src/server/CookingApp/Controllers/WebhookController.cs#L45
Dereference of a possibly null reference.
|
Build:
src/server/CookingApp/Infrastructure/Configurations/Swagger/AuthenticationSettings.cs#L5
Non-nullable property 'Authority' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|
Build:
src/server/CookingApp/Infrastructure/Configurations/OpenAI/OpenAIOptions.cs#L9
Non-nullable property 'Model' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "webapp".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading