[RSN-57] - created paging, filtering and sorting for events #451
Annotations
10 warnings
Server/ReasnAPI/ReasnAPI/Controllers/UsersController.cs#L14
Parameter 'UserService userService' is captured into the state of the enclosing type and its value is also used to initialize a field, property, or event.
|
Server/ReasnAPI/ReasnAPI/Services/UserService.cs#L18
Non-nullable field '_httpContextAccessor' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
Server/ReasnAPI/ReasnAPI/Controllers/EventsController.cs#L320
Possible null reference assignment.
|
Server/ReasnAPI/ReasnAPI/Controllers/EventsController.cs#L322
Possible null reference assignment.
|
Server/ReasnAPI/ReasnAPI/Controllers/EventsController.cs#L305
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
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/Models/API/PagedResponse.cs#L20
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Server/ReasnAPI/ReasnAPI/Models/API/PagedResponse.cs#L21
Non-nullable property 'FilterName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Server/ReasnAPI/ReasnAPI/Models/API/PagedResponse.cs#L23
Non-nullable property 'FilterTags' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading