Skip to content

Merge pull request #326 from SaintAngeLs/notification_service_update #1688

Merge pull request #326 from SaintAngeLs/notification_service_update

Merge pull request #326 from SaintAngeLs/notification_service_update #1688

Triggered via push July 22, 2024 20:58
Status Success
Total duration 1m 21s
Artifacts
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 66 warnings
build-and-test (MiniSpace.Services.Students/src/MiniSpace.Services.Students.Api, MiniSpace.Servic...: MiniSpace.Services.Students/tests/MiniSpace.Services.Students.Application.UnitTests/Commands/Handlers/UpdateStudentHandlerTest.cs#L46
There is no argument given that corresponds to the required parameter 'description' of 'UpdateStudent.UpdateStudent(Guid, string, string, string, string, bool, string?, IEnumerable<string>, string, string, string, IEnumerable<string>, IEnumerable<string>, bool, bool, string, string?)'
build-and-test (MiniSpace.Services.Students/src/MiniSpace.Services.Students.Api, MiniSpace.Servic...: MiniSpace.Services.Students/tests/MiniSpace.Services.Students.Application.UnitTests/Commands/Handlers/UpdateStudentHandlerTest.cs#L73
There is no argument given that corresponds to the required parameter 'description' of 'UpdateStudent.UpdateStudent(Guid, string, string, string, string, bool, string?, IEnumerable<string>, string, string, string, IEnumerable<string>, IEnumerable<string>, bool, bool, string, string?)'
build-and-test (MiniSpace.Services.Students/src/MiniSpace.Services.Students.Api, MiniSpace.Servic...: MiniSpace.Services.Students/tests/MiniSpace.Services.Students.Application.UnitTests/Commands/Handlers/UpdateStudentHandlerTest.cs#L91
There is no argument given that corresponds to the required parameter 'description' of 'UpdateStudent.UpdateStudent(Guid, string, string, string, string, bool, string?, IEnumerable<string>, string, string, string, IEnumerable<string>, IEnumerable<string>, bool, bool, string, string?)'
build-and-test (MiniSpace.Services.Students/src/MiniSpace.Services.Students.Api, MiniSpace.Servic...: MiniSpace.Services.Students/tests/MiniSpace.Services.Students.Application.UnitTests/Commands/Handlers/UpdateStudentHandlerTest.cs#L113
There is no argument given that corresponds to the required parameter 'description' of 'UpdateStudent.UpdateStudent(Guid, string, string, string, string, bool, string?, IEnumerable<string>, string, string, string, IEnumerable<string>, IEnumerable<string>, bool, bool, string, string?)'
build-and-test (MiniSpace.Services.Students/src/MiniSpace.Services.Students.Api, MiniSpace.Servic...: MiniSpace.Services.Students/tests/MiniSpace.Services.Students.Application.UnitTests/Events/External/Handlers/SignedUpHandlerTest.cs#L33
There is no argument given that corresponds to the required parameter 'notificationPreferencesRepository' of 'SignedUpHandler.SignedUpHandler(IStudentRepository, IDateTimeProvider, ILogger<SignedUpHandler>, IUserNotificationPreferencesRepository)'
build-and-test (MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Api, MiniSpace.Servic...: MiniSpace.Services.Identity/tests/MiniSpace.Services.Identity.Application.UnitTests/Services/IdentityServiceTests.cs#L42
There is no argument given that corresponds to the required parameter 'twoFactorSecretTokenService' of 'IdentityService.IdentityService(IUserRepository, IPasswordService, IJwtProvider, IRefreshTokenService, IMessageBroker, IUserResetTokenRepository, IVerificationTokenService, ITwoFactorSecretTokenService, ILogger<IdentityService>)'
build-and-test (MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Api, MiniSpace.Servic...: MiniSpace.Services.Identity/tests/MiniSpace.Services.Identity.Application.UnitTests/Services/IdentityServiceTests.cs#L175
There is no argument given that corresponds to the required parameter 'token' of 'SignedUp.SignedUp(Guid, string, string, string, string, string, string)'
build-and-test (MiniSpace.Web/src/MiniSpace.Web)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-test (MiniSpace.Web/src/MiniSpace.Web): MiniSpace.Web/src/MiniSpace.Web/App.razor#L38
Found markup element with unexpected name 'MudDialogProvider'. If this is intended to be a component, add a @using directive for its namespace.
build-and-test (MiniSpace.Web/src/MiniSpace.Web): MiniSpace.Web/src/MiniSpace.Web/Pages/Account/Components/UpdateBannerImage.razor#L29
Found markup element with unexpected name 'MudSnackbar'. If this is intended to be a component, add a @using directive for its namespace.
build-and-test (MiniSpace.Web/src/MiniSpace.Web): MiniSpace.Web/src/MiniSpace.Web/Pages/Index.razor#L51
Found markup element with unexpected name 'FeatureCard'. If this is intended to be a component, add a @using directive for its namespace.
build-and-test (MiniSpace.Web/src/MiniSpace.Web): MiniSpace.Web/src/MiniSpace.Web/Pages/Index.razor#L54
Found markup element with unexpected name 'FeatureCard'. If this is intended to be a component, add a @using directive for its namespace.
build-and-test (MiniSpace.Web/src/MiniSpace.Web): MiniSpace.Web/src/MiniSpace.Web/Pages/Index.razor#L57
Found markup element with unexpected name 'FeatureCard'. If this is intended to be a component, add a @using directive for its namespace.
build-and-test (MiniSpace.Web/src/MiniSpace.Web): MiniSpace.Web/src/MiniSpace.Web/Pages/Index.razor#L73
Found markup element with unexpected name 'Style'. If this is intended to be a component, add a @using directive for its namespace.
build-and-test (MiniSpace.Web/src/MiniSpace.Web): MiniSpace.Web/src/MiniSpace.Web/DTO/ChangeProductImageModel.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build-and-test (MiniSpace.Web/src/MiniSpace.Web): MiniSpace.Web/src/MiniSpace.Web/Pages/Events/Event.razor#L8
The using directive for 'MiniSpace.Web.DTO' appeared previously in this namespace
build-and-test (MiniSpace.Web/src/MiniSpace.Web): MiniSpace.Web/src/MiniSpace.Web/Shared/themes/MiniSpaceTheme.cs#L7
'Palette' is obsolete: 'This property will be abstract in a future update. Use PaletteLight, PaletteDark or your own implementation.'
build-and-test (MiniSpace.Web/src/MiniSpace.Web): MiniSpace.Web/src/MiniSpace.Web/Components/RadzenPostCard.razor#L50
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build-and-test (MiniSpace.Web/src/MiniSpace.Web)
Unexpected input(s) 'commit', valid inputs are ['token', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_search', 'disable_file_fixes', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'file', 'files', 'flags', 'handle_no_reports_found', 'job_code', 'name', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugin', 'plugins', 'report_code', 'root_dir', 'slug', 'url', 'use_legacy_upload_endpoint', 'verbose', 'version', 'working-directory']
build-and-test (MiniSpace.Web/src/MiniSpace.Web)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4.0.1/dist/codecov' failed with exit code 1
build-and-test (MiniSpace.APIGateway/src/MiniSpace.APIGateway)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-test (MiniSpace.APIGateway/src/MiniSpace.APIGateway)
Unexpected input(s) 'commit', valid inputs are ['token', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_search', 'disable_file_fixes', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'file', 'files', 'flags', 'handle_no_reports_found', 'job_code', 'name', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugin', 'plugins', 'report_code', 'root_dir', 'slug', 'url', 'use_legacy_upload_endpoint', 'verbose', 'version', 'working-directory']
build-and-test (MiniSpace.APIGateway/src/MiniSpace.APIGateway)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4.0.1/dist/codecov' failed with exit code 1
build-and-test (MiniSpace.Services.Students/src/MiniSpace.Services.Students.Api, MiniSpace.Servic...
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-test (MiniSpace.Services.Students/src/MiniSpace.Services.Students.Api, MiniSpace.Servic...
Unexpected input(s) 'commit', valid inputs are ['token', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_search', 'disable_file_fixes', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'file', 'files', 'flags', 'handle_no_reports_found', 'job_code', 'name', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugin', 'plugins', 'report_code', 'root_dir', 'slug', 'url', 'use_legacy_upload_endpoint', 'verbose', 'version', 'working-directory']
build-and-test (MiniSpace.Services.Students/src/MiniSpace.Services.Students.Api, MiniSpace.Servic...
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4.0.1/dist/codecov' failed with exit code 1
build-and-test (MiniSpace.Services.Events/src/MiniSpace.Services.Events.Api, MiniSpace.Services.E...
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-test (MiniSpace.Services.Events/src/MiniSpace.Services.Events.Api, MiniSpace.Services.E...
Unexpected input(s) 'commit', valid inputs are ['token', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_search', 'disable_file_fixes', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'file', 'files', 'flags', 'handle_no_reports_found', 'job_code', 'name', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugin', 'plugins', 'report_code', 'root_dir', 'slug', 'url', 'use_legacy_upload_endpoint', 'verbose', 'version', 'working-directory']
build-and-test (MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Api, MiniSpace.Servic...
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-test (MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Api, MiniSpace.Servic...: MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Infrastructure/Auth/TwoFactorSecretTokenService.cs#L16
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
build-and-test (MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Api, MiniSpace.Servic...: MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Infrastructure/Auth/VerificationTokenService.cs#L32
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
build-and-test (MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Api, MiniSpace.Servic...: MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Infrastructure/Auth/Rng.cs#L16
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
build-and-test (MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Api, MiniSpace.Servic...: MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Infrastructure/Auth/TwoFactorSecretTokenService.cs#L16
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
build-and-test (MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Api, MiniSpace.Servic...: MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Infrastructure/Auth/VerificationTokenService.cs#L32
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
build-and-test (MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Api, MiniSpace.Servic...: MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Infrastructure/Auth/Rng.cs#L16
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.' (https://aka.ms/dotnet-warnings/SYSLIB0023)
build-and-test (MiniSpace.Services.Identity/src/MiniSpace.Services.Identity.Api, MiniSpace.Servic...
Unexpected input(s) 'commit', valid inputs are ['token', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_search', 'disable_file_fixes', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'file', 'files', 'flags', 'handle_no_reports_found', 'job_code', 'name', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugin', 'plugins', 'report_code', 'root_dir', 'slug', 'url', 'use_legacy_upload_endpoint', 'verbose', 'version', 'working-directory']
build-and-test (MiniSpace.Services.Reactions/src/MiniSpace.Services.Reactions.Api, MiniSpace.Serv...
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-test (MiniSpace.Services.Reactions/src/MiniSpace.Services.Reactions.Api, MiniSpace.Serv...
Unexpected input(s) 'commit', valid inputs are ['token', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_search', 'disable_file_fixes', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'file', 'files', 'flags', 'handle_no_reports_found', 'job_code', 'name', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugin', 'plugins', 'report_code', 'root_dir', 'slug', 'url', 'use_legacy_upload_endpoint', 'verbose', 'version', 'working-directory']
build-and-test (MiniSpace.Services.Posts/src/MiniSpace.Services.Posts.Api, MiniSpace.Services.Pos...
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-test (MiniSpace.Services.Posts/src/MiniSpace.Services.Posts.Api, MiniSpace.Services.Pos...
Unexpected input(s) 'commit', valid inputs are ['token', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_search', 'disable_file_fixes', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'file', 'files', 'flags', 'handle_no_reports_found', 'job_code', 'name', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugin', 'plugins', 'report_code', 'root_dir', 'slug', 'url', 'use_legacy_upload_endpoint', 'verbose', 'version', 'working-directory']
build-and-test (MiniSpace.Services.Comments/src/MiniSpace.Services.Comments.Api, MiniSpace.Servic...
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-test (MiniSpace.Services.Comments/src/MiniSpace.Services.Comments.Api, MiniSpace.Servic...
Unexpected input(s) 'commit', valid inputs are ['token', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_search', 'disable_file_fixes', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'file', 'files', 'flags', 'handle_no_reports_found', 'job_code', 'name', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugin', 'plugins', 'report_code', 'root_dir', 'slug', 'url', 'use_legacy_upload_endpoint', 'verbose', 'version', 'working-directory']
build-and-test (MiniSpace.Services.Posts/src/MiniSpace.Services.Posts.Api, MiniSpace.Services.Pos...
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-test (MiniSpace.Services.Posts/src/MiniSpace.Services.Posts.Api, MiniSpace.Services.Pos...
Unexpected input(s) 'commit', valid inputs are ['token', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_search', 'disable_file_fixes', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'file', 'files', 'flags', 'handle_no_reports_found', 'job_code', 'name', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugin', 'plugins', 'report_code', 'root_dir', 'slug', 'url', 'use_legacy_upload_endpoint', 'verbose', 'version', 'working-directory']