Subscriptions in Web #127
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/server/CookingApp/Program.cs#L29
Possible null reference argument for parameter 'securitySettings' in 'void SwaggerConfiguration.LoadSecuritySettingsFrom(AuthenticationSettings securitySettings)'.
|
src/server/CookingApp/Program.cs#L58
Possible null reference argument for parameter 'url' in 'LoggingConfiguration LoggingConfiguration.WithSeqSink(string url)'.
|
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.
|
src/server/CookingApp/Services/Stripe/StripeService.cs#L22
Parameter 'invoiceService' is unread.
|
src/server/CookingApp/Services/Stripe/StripeService.cs#L23
Parameter 'stripeOptions' is unread.
|
src/server/CookingApp/Controllers/WebhookController.cs#L33
Dereference of a possibly null reference.
|
src/server/CookingApp/Controllers/WebhookController.cs#L45
Dereference of a possibly null reference.
|
src/server/CookingApp/Models/ValueObjects/Ingredient.cs#L10
Non-nullable property 'Quantity' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/server/CookingApp/Services/Feedback/FeedbackService.cs#L37
Possible null reference return.
|
src/server/CookingApp/Infrastructure/Filters/PaginationHeadersFilter.cs#L17
Possible null reference argument for parameter 'value' in 'bool PaginationHeadersFilter.TryGetIPageData(object value, out IPage page)'.
|
This job succeeded
Loading