Skip to content

Bump Mediatr from 11.1.0 to 12.1.1 in /src/Core #1329

Bump Mediatr from 11.1.0 to 12.1.1 in /src/Core

Bump Mediatr from 11.1.0 to 12.1.1 in /src/Core #1329

Triggered via pull request July 17, 2023 08:20
Status Failure
Total duration 3m 18s
Artifacts

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 3 warnings
test (ubuntu-latest, 6.0.x): src/Application/Accounts/Commands/LoginAccountCommand.cs#L19
'LoginAccountCommandHandler' does not implement interface member 'IRequestHandler<LoginAccountCommand>.Handle(LoginAccountCommand, CancellationToken)'. 'LoginAccountCommandHandler.Handle(LoginAccountCommand, CancellationToken)' cannot implement 'IRequestHandler<LoginAccountCommand>.Handle(LoginAccountCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (ubuntu-latest, 6.0.x): src/Application/Accounts/Commands/LogoutAccountCommand.cs#L8
'LogoutAccountCommandHandler' does not implement interface member 'IRequestHandler<LogoutAccountCommand>.Handle(LogoutAccountCommand, CancellationToken)'. 'LogoutAccountCommandHandler.Handle(LogoutAccountCommand, CancellationToken)' cannot implement 'IRequestHandler<LogoutAccountCommand>.Handle(LogoutAccountCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (ubuntu-latest, 6.0.x): src/Application/Apps/Commands/DeleteAppCommand.cs#L17
'DeleteAppCommandHandler' does not implement interface member 'IRequestHandler<DeleteAppCommand>.Handle(DeleteAppCommand, CancellationToken)'. 'DeleteAppCommandHandler.Handle(DeleteAppCommand, CancellationToken)' cannot implement 'IRequestHandler<DeleteAppCommand>.Handle(DeleteAppCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (ubuntu-latest, 6.0.x): src/Application/Apps/Commands/PurgeAppsCommand.cs#L13
'PurgeAppsCommandHandler' does not implement interface member 'IRequestHandler<PurgeAppsCommand>.Handle(PurgeAppsCommand, CancellationToken)'. 'PurgeAppsCommandHandler.Handle(PurgeAppsCommand, CancellationToken)' cannot implement 'IRequestHandler<PurgeAppsCommand>.Handle(PurgeAppsCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (ubuntu-latest, 6.0.x): src/Application/Apps/Commands/UpdateAppCommand.cs#L19
'UpdateAppCommandHandler' does not implement interface member 'IRequestHandler<UpdateAppCommand>.Handle(UpdateAppCommand, CancellationToken)'. 'UpdateAppCommandHandler.Handle(UpdateAppCommand, CancellationToken)' cannot implement 'IRequestHandler<UpdateAppCommand>.Handle(UpdateAppCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (ubuntu-latest, 6.0.x): src/Application/Channels/Commands/DeleteChannelCommand.cs#L17
'DeleteChannelCommandHandler' does not implement interface member 'IRequestHandler<DeleteChannelCommand>.Handle(DeleteChannelCommand, CancellationToken)'. 'DeleteChannelCommandHandler.Handle(DeleteChannelCommand, CancellationToken)' cannot implement 'IRequestHandler<DeleteChannelCommand>.Handle(DeleteChannelCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (ubuntu-latest, 6.0.x): src/Application/Channels/Commands/PatchChannelCommand.cs#L25
'PatchChannelCommandHandler' does not implement interface member 'IRequestHandler<PatchChannelCommand>.Handle(PatchChannelCommand, CancellationToken)'. 'PatchChannelCommandHandler.Handle(PatchChannelCommand, CancellationToken)' cannot implement 'IRequestHandler<PatchChannelCommand>.Handle(PatchChannelCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (ubuntu-latest, 6.0.x): src/Application/Channels/Commands/PurgeChannelsCommand.cs#L13
'PurgeChannelsCommandHandler' does not implement interface member 'IRequestHandler<PurgeChannelsCommand>.Handle(PurgeChannelsCommand, CancellationToken)'. 'PurgeChannelsCommandHandler.Handle(PurgeChannelsCommand, CancellationToken)' cannot implement 'IRequestHandler<PurgeChannelsCommand>.Handle(PurgeChannelsCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (ubuntu-latest, 6.0.x): src/Application/Channels/Commands/UpdateChannelCommand.cs#L35
'UpdateChannelCommandHandler' does not implement interface member 'IRequestHandler<UpdateChannelCommand>.Handle(UpdateChannelCommand, CancellationToken)'. 'UpdateChannelCommandHandler.Handle(UpdateChannelCommand, CancellationToken)' cannot implement 'IRequestHandler<UpdateChannelCommand>.Handle(UpdateChannelCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (ubuntu-latest, 6.0.x): src/Application/Channels/Commands/UpdateDesiredStatusCommand.cs#L21
'UpdateDesiredStatusCommandHandler' does not implement interface member 'IRequestHandler<UpdateDesiredStatusCommand>.Handle(UpdateDesiredStatusCommand, CancellationToken)'. 'UpdateDesiredStatusCommandHandler.Handle(UpdateDesiredStatusCommand, CancellationToken)' cannot implement 'IRequestHandler<UpdateDesiredStatusCommand>.Handle(UpdateDesiredStatusCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (macos-latest, 6.0.x): src/Application/Channels/Commands/DeleteChannelCommand.cs#L17
'DeleteChannelCommandHandler' does not implement interface member 'IRequestHandler<DeleteChannelCommand>.Handle(DeleteChannelCommand, CancellationToken)'. 'DeleteChannelCommandHandler.Handle(DeleteChannelCommand, CancellationToken)' cannot implement 'IRequestHandler<DeleteChannelCommand>.Handle(DeleteChannelCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (macos-latest, 6.0.x): src/Application/Channels/Commands/PurgeChannelsCommand.cs#L13
'PurgeChannelsCommandHandler' does not implement interface member 'IRequestHandler<PurgeChannelsCommand>.Handle(PurgeChannelsCommand, CancellationToken)'. 'PurgeChannelsCommandHandler.Handle(PurgeChannelsCommand, CancellationToken)' cannot implement 'IRequestHandler<PurgeChannelsCommand>.Handle(PurgeChannelsCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (macos-latest, 6.0.x): src/Application/Accounts/Commands/LoginAccountCommand.cs#L19
'LoginAccountCommandHandler' does not implement interface member 'IRequestHandler<LoginAccountCommand>.Handle(LoginAccountCommand, CancellationToken)'. 'LoginAccountCommandHandler.Handle(LoginAccountCommand, CancellationToken)' cannot implement 'IRequestHandler<LoginAccountCommand>.Handle(LoginAccountCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (macos-latest, 6.0.x): src/Application/Channels/Commands/UpdateChannelCommand.cs#L35
'UpdateChannelCommandHandler' does not implement interface member 'IRequestHandler<UpdateChannelCommand>.Handle(UpdateChannelCommand, CancellationToken)'. 'UpdateChannelCommandHandler.Handle(UpdateChannelCommand, CancellationToken)' cannot implement 'IRequestHandler<UpdateChannelCommand>.Handle(UpdateChannelCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (macos-latest, 6.0.x): src/Application/Channels/Commands/UpdateDesiredStatusCommand.cs#L21
'UpdateDesiredStatusCommandHandler' does not implement interface member 'IRequestHandler<UpdateDesiredStatusCommand>.Handle(UpdateDesiredStatusCommand, CancellationToken)'. 'UpdateDesiredStatusCommandHandler.Handle(UpdateDesiredStatusCommand, CancellationToken)' cannot implement 'IRequestHandler<UpdateDesiredStatusCommand>.Handle(UpdateDesiredStatusCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (macos-latest, 6.0.x): src/Application/Accounts/Commands/LogoutAccountCommand.cs#L8
'LogoutAccountCommandHandler' does not implement interface member 'IRequestHandler<LogoutAccountCommand>.Handle(LogoutAccountCommand, CancellationToken)'. 'LogoutAccountCommandHandler.Handle(LogoutAccountCommand, CancellationToken)' cannot implement 'IRequestHandler<LogoutAccountCommand>.Handle(LogoutAccountCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (macos-latest, 6.0.x): src/Application/Channels/Commands/PatchChannelCommand.cs#L25
'PatchChannelCommandHandler' does not implement interface member 'IRequestHandler<PatchChannelCommand>.Handle(PatchChannelCommand, CancellationToken)'. 'PatchChannelCommandHandler.Handle(PatchChannelCommand, CancellationToken)' cannot implement 'IRequestHandler<PatchChannelCommand>.Handle(PatchChannelCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (macos-latest, 6.0.x): src/Application/Revisions/Commands/DeleteRevisionCommand.cs#L17
'DeleteRevisionCommandHandler' does not implement interface member 'IRequestHandler<DeleteRevisionCommand>.Handle(DeleteRevisionCommand, CancellationToken)'. 'DeleteRevisionCommandHandler.Handle(DeleteRevisionCommand, CancellationToken)' cannot implement 'IRequestHandler<DeleteRevisionCommand>.Handle(DeleteRevisionCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (macos-latest, 6.0.x): src/Application/Revisions/Commands/PurgeRevisionsCommand.cs#L13
'PurgeRevisionsCommandHandler' does not implement interface member 'IRequestHandler<PurgeRevisionsCommand>.Handle(PurgeRevisionsCommand, CancellationToken)'. 'PurgeRevisionsCommandHandler.Handle(PurgeRevisionsCommand, CancellationToken)' cannot implement 'IRequestHandler<PurgeRevisionsCommand>.Handle(PurgeRevisionsCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (macos-latest, 6.0.x): src/Application/Apps/Commands/DeleteAppCommand.cs#L17
'DeleteAppCommandHandler' does not implement interface member 'IRequestHandler<DeleteAppCommand>.Handle(DeleteAppCommand, CancellationToken)'. 'DeleteAppCommandHandler.Handle(DeleteAppCommand, CancellationToken)' cannot implement 'IRequestHandler<DeleteAppCommand>.Handle(DeleteAppCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (windows-latest, 6.0.x): src/Application/Revisions/Commands/DeleteRevisionCommand.cs#L17
'DeleteRevisionCommandHandler' does not implement interface member 'IRequestHandler<DeleteRevisionCommand>.Handle(DeleteRevisionCommand, CancellationToken)'. 'DeleteRevisionCommandHandler.Handle(DeleteRevisionCommand, CancellationToken)' cannot implement 'IRequestHandler<DeleteRevisionCommand>.Handle(DeleteRevisionCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (windows-latest, 6.0.x): src/Application/Revisions/Commands/ImportRevisionsCommand.cs#L19
'ImportRevisionsCommandHandler' does not implement interface member 'IRequestHandler<ImportRevisionsCommand>.Handle(ImportRevisionsCommand, CancellationToken)'. 'ImportRevisionsCommandHandler.Handle(ImportRevisionsCommand, CancellationToken)' cannot implement 'IRequestHandler<ImportRevisionsCommand>.Handle(ImportRevisionsCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (windows-latest, 6.0.x): src/Application/Revisions/Commands/PurgeRevisionsCommand.cs#L13
'PurgeRevisionsCommandHandler' does not implement interface member 'IRequestHandler<PurgeRevisionsCommand>.Handle(PurgeRevisionsCommand, CancellationToken)'. 'PurgeRevisionsCommandHandler.Handle(PurgeRevisionsCommand, CancellationToken)' cannot implement 'IRequestHandler<PurgeRevisionsCommand>.Handle(PurgeRevisionsCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (windows-latest, 6.0.x): src/Application/Revisions/Commands/UpdateRevisionDetailsCommand.cs#L19
'UpdateRevisionDetailsCommandHandler' does not implement interface member 'IRequestHandler<UpdateRevisionDetailsCommand>.Handle(UpdateRevisionDetailsCommand, CancellationToken)'. 'UpdateRevisionDetailsCommandHandler.Handle(UpdateRevisionDetailsCommand, CancellationToken)' cannot implement 'IRequestHandler<UpdateRevisionDetailsCommand>.Handle(UpdateRevisionDetailsCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (windows-latest, 6.0.x): src/Application/Accounts/Commands/LogoutAccountCommand.cs#L8
'LogoutAccountCommandHandler' does not implement interface member 'IRequestHandler<LogoutAccountCommand>.Handle(LogoutAccountCommand, CancellationToken)'. 'LogoutAccountCommandHandler.Handle(LogoutAccountCommand, CancellationToken)' cannot implement 'IRequestHandler<LogoutAccountCommand>.Handle(LogoutAccountCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (windows-latest, 6.0.x): src/Application/Apps/Commands/DeleteAppCommand.cs#L17
'DeleteAppCommandHandler' does not implement interface member 'IRequestHandler<DeleteAppCommand>.Handle(DeleteAppCommand, CancellationToken)'. 'DeleteAppCommandHandler.Handle(DeleteAppCommand, CancellationToken)' cannot implement 'IRequestHandler<DeleteAppCommand>.Handle(DeleteAppCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (windows-latest, 6.0.x): src/Application/Certificates/Commands/DeleteCertificateCommand.cs#L17
'DeleteCertificateCommandHandler' does not implement interface member 'IRequestHandler<DeleteCertificateCommand>.Handle(DeleteCertificateCommand, CancellationToken)'. 'DeleteCertificateCommandHandler.Handle(DeleteCertificateCommand, CancellationToken)' cannot implement 'IRequestHandler<DeleteCertificateCommand>.Handle(DeleteCertificateCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (windows-latest, 6.0.x): src/Application/Apps/Commands/PurgeAppsCommand.cs#L13
'PurgeAppsCommandHandler' does not implement interface member 'IRequestHandler<PurgeAppsCommand>.Handle(PurgeAppsCommand, CancellationToken)'. 'PurgeAppsCommandHandler.Handle(PurgeAppsCommand, CancellationToken)' cannot implement 'IRequestHandler<PurgeAppsCommand>.Handle(PurgeAppsCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (windows-latest, 6.0.x): src/Application/Certificates/Commands/PurgeCertificatesCommand.cs#L13
'PurgeCertificatesCommandHandler' does not implement interface member 'IRequestHandler<PurgeCertificatesCommand>.Handle(PurgeCertificatesCommand, CancellationToken)'. 'PurgeCertificatesCommandHandler.Handle(PurgeCertificatesCommand, CancellationToken)' cannot implement 'IRequestHandler<PurgeCertificatesCommand>.Handle(PurgeCertificatesCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (windows-latest, 6.0.x): src/Application/Apps/Commands/UpdateAppCommand.cs#L19
'UpdateAppCommandHandler' does not implement interface member 'IRequestHandler<UpdateAppCommand>.Handle(UpdateAppCommand, CancellationToken)'. 'UpdateAppCommandHandler.Handle(UpdateAppCommand, CancellationToken)' cannot implement 'IRequestHandler<UpdateAppCommand>.Handle(UpdateAppCommand, CancellationToken)' because it does not have the matching return type of 'Task'.
test (ubuntu-latest, 6.0.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (macos-latest, 6.0.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (windows-latest, 6.0.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/