Skip to content

メール送信サービスをSendGridからAWS SESに変更 #159

メール送信サービスをSendGridからAWS SESに変更

メール送信サービスをSendGridからAWS SESに変更 #159

Triggered via push April 15, 2024 09:34
Status Success
Total duration 5m 28s
Artifacts

build_check.yml

on: push
format-check_build_unit-test
2m 58s
format-check_build_unit-test
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
format-check_build_unit-test
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/.
format-check_build_unit-test: Diary-Sample/Infra/RedisTicketStore.cs#L40
Nullability of reference types in return type of 'Task<AuthenticationTicket> RedisTicketStore.RetrieveAsync(string key)' doesn't match implicitly implemented member 'Task<AuthenticationTicket?> ITicketStore.RetrieveAsync(string key)'.
format-check_build_unit-test: Diary-Sample/Views/_ViewStart.cshtml#L2
Dereference of a possibly null reference.
format-check_build_unit-test: Diary-Sample/Services/SharedService.cs#L34
Possible null reference return.
format-check_build_unit-test: Diary-Sample/Controllers/UserAdminProfileController.cs#L40
Dereference of a possibly null reference.
format-check_build_unit-test: Diary-Sample/Controllers/UserAdminProfileController.cs#L52
Converting null literal or possible null value to non-nullable type.
format-check_build_unit-test: Diary-Sample/Repositories/DiaryRepository.cs#L41
Possible null reference argument for parameter 'source' in 'IOrderedQueryable<Diary> Queryable.OrderByDescending<Diary, DateTime>(IQueryable<Diary> source, Expression<Func<Diary, DateTime>> keySelector)'.
format-check_build_unit-test: Diary-Sample/Repositories/DiaryRepository.cs#L65
Possible null reference argument for parameter 'source' in 'int Queryable.Count<Diary>(IQueryable<Diary> source)'.
format-check_build_unit-test: Diary-Sample/Controllers/UserAdminEmailController.cs#L40
Dereference of a possibly null reference.