Add CodeRabbit configuration for automated code review #3
Annotations
10 warnings
|
Shared/Common/Tickets.razor#L21
The field 'Tickets.isLoading' is assigned but its value is never used
|
|
Shared/Landing/CTA.razor#L14
Non-nullable property 'CalendarUrlService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Shared/Landing/CTA.razor#L13
Non-nullable property 'JS' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Services/Abstractions/TicketDto.cs#L8
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Services/Abstractions/TicketDto.cs#L7
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Shared/Common/Tickets.razor#L21
The field 'Tickets.isLoading' is assigned but its value is never used
|
|
Shared/Landing/CTA.razor#L14
Non-nullable property 'CalendarUrlService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Shared/Landing/CTA.razor#L13
Non-nullable property 'JS' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Services/Abstractions/TicketDto.cs#L8
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Services/Abstractions/TicketDto.cs#L7
Non-nullable property 'Id' 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