Skip to content

Kymachynskyi / Add number of unreaded messages on workshop card #3028

Kymachynskyi / Add number of unreaded messages on workshop card

Kymachynskyi / Add number of unreaded messages on workshop card #3028

Triggered via pull request August 31, 2023 11:17
Status Failure
Total duration 9m 58s
Artifacts

dotnetcore.yml

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

Annotations

21 errors and 24 warnings
test (ubuntu-latest): OutOfSchool/OutOfSchool.WebApi.Tests/Services/Database/WorkshopServiceTests.cs#L59
There is no argument given that corresponds to the required formal parameter 'chatMessageWorkshopService' of 'WorkshopService.WorkshopService(IWorkshopRepository, IEntityRepository<long, DateTimeRange>, ITeacherService, ILogger<WorkshopService>, IMapper, IImageDependentEntityImagesInteractionService<Workshop>, IProviderAdminRepository, IAverageRatingService, IProviderRepository, IChatMessageWorkshopService)'
test (ubuntu-latest): OutOfSchool/OutOfSchool.WebApi.Tests/Services/Database/WorkshopServiceTests.cs#L201
The non-generic method 'IWorkshopService.GetByProviderId(Guid, ExcludeIdFilter)' cannot be used with type arguments
test (ubuntu-latest): OutOfSchool/OutOfSchool.WebApi.Tests/Services/Database/WorkshopServiceTests.cs#L220
The non-generic method 'IWorkshopService.GetByProviderId(Guid, ExcludeIdFilter)' cannot be used with type arguments
test (ubuntu-latest): OutOfSchool/OutOfSchool.WebApi.Tests/Services/Database/WorkshopServiceTests.cs#L244
The non-generic method 'IWorkshopService.GetByProviderId(Guid, ExcludeIdFilter)' cannot be used with type arguments
test (ubuntu-latest): OutOfSchool/OutOfSchool.WebApi.Tests/Controllers/WorkshopControllerTests.cs#L139
The non-generic method 'IWorkshopServicesCombiner.GetByProviderId(Guid, ExcludeIdFilter)' cannot be used with type arguments
test (ubuntu-latest): OutOfSchool/OutOfSchool.WebApi.Tests/Controllers/WorkshopControllerTests.cs#L158
The non-generic method 'IWorkshopServicesCombiner.GetByProviderId(Guid, ExcludeIdFilter)' cannot be used with type arguments
test (ubuntu-latest): OutOfSchool/OutOfSchool.WebApi.Tests/Controllers/WorkshopControllerTests.cs#L189
The non-generic method 'IWorkshopServicesCombiner.GetByProviderId(Guid, ExcludeIdFilter)' cannot be used with type arguments
test (ubuntu-latest): OutOfSchool/OutOfSchool.WebApi.Tests/Controllers/WorkshopControllerTests.cs#L330
The non-generic method 'IWorkshopServicesCombiner.GetByProviderId(Guid, ExcludeIdFilter)' cannot be used with type arguments
test (ubuntu-latest): OutOfSchool/OutOfSchool.WebApi.Tests/Controllers/WorkshopControllerTests.cs#L349
The non-generic method 'IWorkshopServicesCombiner.GetByProviderId(Guid, ExcludeIdFilter)' cannot be used with type arguments
test (ubuntu-latest): OutOfSchool/OutOfSchool.WebApi.Tests/Controllers/WorkshopControllerTests.cs#L369
The non-generic method 'IWorkshopServicesCombiner.GetByProviderId(Guid, ExcludeIdFilter)' cannot be used with type arguments
test (windows-latest)
The operation was canceled.
test (macOS-latest): OutOfSchool/OutOfSchool.WebApi.Tests/Services/Database/WorkshopServiceTests.cs#L59
There is no argument given that corresponds to the required parameter 'chatMessageWorkshopService' of 'WorkshopService.WorkshopService(IWorkshopRepository, IEntityRepository<long, DateTimeRange>, ITeacherService, ILogger<WorkshopService>, IMapper, IImageDependentEntityImagesInteractionService<Workshop>, IProviderAdminRepository, IAverageRatingService, IProviderRepository, IChatMessageWorkshopService)'
test (macOS-latest): OutOfSchool/OutOfSchool.WebApi.Tests/Services/Database/WorkshopServiceTests.cs#L201
The non-generic method 'IWorkshopService.GetByProviderId(Guid, ExcludeIdFilter)' cannot be used with type arguments
test (macOS-latest): OutOfSchool/OutOfSchool.WebApi.Tests/Services/Database/WorkshopServiceTests.cs#L220
The non-generic method 'IWorkshopService.GetByProviderId(Guid, ExcludeIdFilter)' cannot be used with type arguments
test (macOS-latest): OutOfSchool/OutOfSchool.WebApi.Tests/Services/Database/WorkshopServiceTests.cs#L244
The non-generic method 'IWorkshopService.GetByProviderId(Guid, ExcludeIdFilter)' cannot be used with type arguments
test (macOS-latest): OutOfSchool/OutOfSchool.WebApi.Tests/Controllers/WorkshopControllerTests.cs#L139
The non-generic method 'IWorkshopServicesCombiner.GetByProviderId(Guid, ExcludeIdFilter)' cannot be used with type arguments
test (macOS-latest): OutOfSchool/OutOfSchool.WebApi.Tests/Controllers/WorkshopControllerTests.cs#L158
The non-generic method 'IWorkshopServicesCombiner.GetByProviderId(Guid, ExcludeIdFilter)' cannot be used with type arguments
test (macOS-latest): OutOfSchool/OutOfSchool.WebApi.Tests/Controllers/WorkshopControllerTests.cs#L189
The non-generic method 'IWorkshopServicesCombiner.GetByProviderId(Guid, ExcludeIdFilter)' cannot be used with type arguments
test (macOS-latest): OutOfSchool/OutOfSchool.WebApi.Tests/Controllers/WorkshopControllerTests.cs#L330
The non-generic method 'IWorkshopServicesCombiner.GetByProviderId(Guid, ExcludeIdFilter)' cannot be used with type arguments
test (macOS-latest): OutOfSchool/OutOfSchool.WebApi.Tests/Controllers/WorkshopControllerTests.cs#L349
The non-generic method 'IWorkshopServicesCombiner.GetByProviderId(Guid, ExcludeIdFilter)' cannot be used with type arguments
test (macOS-latest): OutOfSchool/OutOfSchool.WebApi.Tests/Controllers/WorkshopControllerTests.cs#L369
The non-generic method 'IWorkshopServicesCombiner.GetByProviderId(Guid, ExcludeIdFilter)' cannot be used with type arguments
test (ubuntu-latest)
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 (ubuntu-latest): OutOfSchool/OutOfSchool.Common/Extensions/Startup/SecurityHttpHeadersExtensions.cs#L2
Using directive for 'System' should appear before directive for 'Microsoft.AspNetCore.Builder'
test (ubuntu-latest): OutOfSchool/OutOfSchool.Common/Extensions/Startup/SecurityHttpHeadersExtensions.cs#L3
Using directive for 'System.Collections.Generic' should appear before directive for 'Microsoft.AspNetCore.Builder'
test (ubuntu-latest): OutOfSchool/OutOfSchool.Common/Extensions/Startup/SecurityHttpHeadersExtensions.cs#L4
Using directive for 'System.Linq' should appear before directive for 'Microsoft.AspNetCore.Builder'
test (ubuntu-latest): OutOfSchool/OutOfSchool.Common/Extensions/Startup/SecurityHttpHeadersExtensions.cs#L5
Using directive for 'System.Net.NetworkInformation' should appear before directive for 'Microsoft.AspNetCore.Builder'
test (ubuntu-latest): OutOfSchool/OutOfSchool.Common/Extensions/Startup/SecurityHttpHeadersExtensions.cs#L6
Using directive for 'System.Text' should appear before directive for 'Microsoft.AspNetCore.Builder'
test (ubuntu-latest): OutOfSchool/OutOfSchool.Common/Extensions/Startup/SecurityHttpHeadersExtensions.cs#L7
Using directive for 'System.Threading.Tasks' should appear before directive for 'Microsoft.AspNetCore.Builder'
test (ubuntu-latest): OutOfSchool/OutOfSchool.Common/Models/AreaAdminBaseDto.cs#L3
Elements should be separated by blank line
test (ubuntu-latest): OutOfSchool/OutOfSchool.Common/Models/Either.cs#L188
File may only contain a single type
test (ubuntu-latest): OutOfSchool/OutOfSchool.Common/Models/UserRights.cs#L5
File name should match first type name
test (windows-latest)
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)
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): OutOfSchool/OutOfSchool.Common/Extensions/Startup/SecurityHttpHeadersExtensions.cs#L3
Using directive for 'System.Collections.Generic' should appear before directive for 'Microsoft.AspNetCore.Builder' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
test (macOS-latest): OutOfSchool/OutOfSchool.Common/Extensions/Startup/SecurityHttpHeadersExtensions.cs#L5
Using directive for 'System.Net.NetworkInformation' should appear before directive for 'Microsoft.AspNetCore.Builder' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
test (macOS-latest): OutOfSchool/OutOfSchool.Common/Extensions/Startup/SecurityHttpHeadersExtensions.cs#L7
Using directive for 'System.Threading.Tasks' should appear before directive for 'Microsoft.AspNetCore.Builder' (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1208.md)
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/