updated eventscontroller #392
Annotations
10 errors and 11 warnings
Server/ReasnAPI/ReasnAPI.Tests/Services/EventServicesTest.cs#L85
There is no argument given that corresponds to the required parameter 'addressService' of 'EventService.EventService(ReasnContext, ParameterService, TagService, CommentService, AddressService)'
|
Server/ReasnAPI/ReasnAPI.Tests/Services/EventServicesTest.cs#L147
There is no argument given that corresponds to the required parameter 'addressService' of 'EventService.EventService(ReasnContext, ParameterService, TagService, CommentService, AddressService)'
|
Server/ReasnAPI/ReasnAPI.Tests/Services/EventServicesTest.cs#L208
There is no argument given that corresponds to the required parameter 'addressService' of 'EventService.EventService(ReasnContext, ParameterService, TagService, CommentService, AddressService)'
|
Server/ReasnAPI/ReasnAPI.Tests/Services/EventServicesTest.cs#L253
There is no argument given that corresponds to the required parameter 'addressService' of 'EventService.EventService(ReasnContext, ParameterService, TagService, CommentService, AddressService)'
|
Server/ReasnAPI/ReasnAPI.Tests/Services/EventServicesTest.cs#L323
There is no argument given that corresponds to the required parameter 'addressService' of 'EventService.EventService(ReasnContext, ParameterService, TagService, CommentService, AddressService)'
|
Server/ReasnAPI/ReasnAPI.Tests/Services/EventServicesTest.cs#L85
There is no argument given that corresponds to the required parameter 'addressService' of 'EventService.EventService(ReasnContext, ParameterService, TagService, CommentService, AddressService)'
|
Server/ReasnAPI/ReasnAPI.Tests/Services/EventServicesTest.cs#L147
There is no argument given that corresponds to the required parameter 'addressService' of 'EventService.EventService(ReasnContext, ParameterService, TagService, CommentService, AddressService)'
|
Server/ReasnAPI/ReasnAPI.Tests/Services/EventServicesTest.cs#L208
There is no argument given that corresponds to the required parameter 'addressService' of 'EventService.EventService(ReasnContext, ParameterService, TagService, CommentService, AddressService)'
|
Server/ReasnAPI/ReasnAPI.Tests/Services/EventServicesTest.cs#L253
There is no argument given that corresponds to the required parameter 'addressService' of 'EventService.EventService(ReasnContext, ParameterService, TagService, CommentService, AddressService)'
|
Server/ReasnAPI/ReasnAPI.Tests/Services/EventServicesTest.cs#L323
There is no argument given that corresponds to the required parameter 'addressService' of 'EventService.EventService(ReasnContext, ParameterService, TagService, CommentService, AddressService)'
|
|
Server/ReasnAPI/ReasnAPI/Controllers/UsersController.cs#L11
Non-nullable field 'userService' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Server/ReasnAPI/ReasnAPI/Controllers/UsersController.cs#L12
Non-nullable field 'imageService' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Server/ReasnAPI/ReasnAPI/Controllers/EventsController.cs#L17
Parameter 'context' is unread.
|
Server/ReasnAPI/ReasnAPI/Services/UserService.cs#L17
Non-nullable field '_httpContextAccessor' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Server/ReasnAPI/ReasnAPI/Models/API/ParticipantsResponse.cs#L7
Non-nullable property 'Participating' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Server/ReasnAPI/ReasnAPI/Models/API/ParticipantsResponse.cs#L8
Non-nullable property 'Interested' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Server/ReasnAPI/ReasnAPI/Controllers/UsersController.cs#L11
Field 'UsersController.userService' is never assigned to, and will always have its default value null
|
Server/ReasnAPI/ReasnAPI/Controllers/UsersController.cs#L12
Field 'UsersController.imageService' is never assigned to, and will always have its default value null
|
Server/ReasnAPI/ReasnAPI/Mappers/EventMapper.cs#L10
All 'ToDto' method overloads should be adjacent. (https://rules.sonarsource.com/csharp/RSPEC-4136)
|
Server/ReasnAPI/ReasnAPI/Controllers/UsersController.cs#L11
Remove unassigned field 'userService', or set its value. (https://rules.sonarsource.com/csharp/RSPEC-3459)
|
This job failed
Loading