⚡feat: add distributed cache with Redis using cache-aside pattern #11
Annotations
9 errors and 10 warnings
|
|
|
EventFlow-API.Tests/Services/ParticipantServiceTests.cs#L24
There is no argument given that corresponds to the required parameter 'cache' of 'ParticipantService.ParticipantService(IParticipantRepository, IEventRepository, IMapper, IDistributedCache)'
|
|
EventFlow-API.Tests/Services/OrganizerServiceTests.cs#L18
There is no argument given that corresponds to the required parameter 'cache' of 'OrganizerService.OrganizerService(IOrganizerRepository, IEventRepository, IMapper, IDistributedCache)'
|
|
EventFlow-API.Tests/Services/EventServiceTests.cs#L17
There is no argument given that corresponds to the required parameter 'cache' of 'EventService.EventService(IEventRepository, IMapper, IDistributedCache)'
|
|
EventFlow-API.Tests/Services/SpeakerServiceTests.cs#L24
There is no argument given that corresponds to the required parameter 'cache' of 'SpeakerService.SpeakerService(ISpeakerRepository, IEventRepository, IMapper, IDistributedCache)'
|
|
EventFlow-API.Tests/Services/ParticipantServiceTests.cs#L24
There is no argument given that corresponds to the required parameter 'cache' of 'ParticipantService.ParticipantService(IParticipantRepository, IEventRepository, IMapper, IDistributedCache)'
|
|
EventFlow-API.Tests/Services/OrganizerServiceTests.cs#L18
There is no argument given that corresponds to the required parameter 'cache' of 'OrganizerService.OrganizerService(IOrganizerRepository, IEventRepository, IMapper, IDistributedCache)'
|
|
EventFlow-API.Tests/Services/EventServiceTests.cs#L17
There is no argument given that corresponds to the required parameter 'cache' of 'EventService.EventService(IEventRepository, IMapper, IDistributedCache)'
|
|
EventFlow-API.Tests/Services/SpeakerServiceTests.cs#L24
There is no argument given that corresponds to the required parameter 'cache' of 'SpeakerService.SpeakerService(ISpeakerRepository, IEventRepository, IMapper, IDistributedCache)'
|
|
EventFlow.Core/Commands/EventCommand.cs#L9
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
EventFlow.Core/Commands/EventCommand.cs#L6
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
EventFlow.Core/Models/SpeakerEvent.cs#L8
Non-nullable property 'Event' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
EventFlow.Core/Models/SpeakerEvent.cs#L6
Non-nullable property 'Speaker' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
EventFlow.Core/Commands/OrganizerCommand.cs#L6
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
EventFlow.Core/Commands/OrganizerCommand.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
EventFlow.Core/Commands/ParticipantCommand.cs#L6
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
EventFlow.Core/Commands/ParticipantCommand.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
EventFlow.Core/Commands/SpeakerCommand.cs#L8
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
EventFlow.Core/Commands/SpeakerCommand.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading