updated models #404
Annotations
6 errors and 10 warnings
|
Server/ReasnAPI/ReasnAPI.Tests/Services/EventServicesTest.cs#L27
'EventDto' does not contain a definition for 'AddressId'
|
Server/ReasnAPI/ReasnAPI.Tests/Services/EventServicesTest.cs#L105
'EventDto' does not contain a definition for 'AddressId'
|
Server/ReasnAPI/ReasnAPI.Tests/Services/EventServicesTest.cs#L27
'EventDto' does not contain a definition for 'AddressId'
|
Server/ReasnAPI/ReasnAPI.Tests/Services/EventServicesTest.cs#L105
'EventDto' does not contain a definition for 'AddressId'
|
|
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/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/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/Controllers/UsersController.cs#L12
Field 'UsersController.imageService' is never assigned to, and will always have its default value null
|
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/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 was cancelled
Loading