Annotations
10 warnings
|
test:
TemplateService.Application/Event/Commands/CreateEventCommand.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
test:
TemplateService.Application/SpeakerApplication/Dtos/SpeakerApplicationsDto.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
test:
TemplateService.Infrastructure/Persistence/EntityConfigurations/EventConfiguration.cs#L59
Possible null reference return.
|
|
test:
TemplateService.Domain/Entities/UserEntity.cs#L68
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
test:
TemplateService.Domain/Entities/UserEntity.cs#L63
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
test:
TemplateService.Domain/Entities/UserEntity.cs#L48
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
test:
TemplateService.Domain/Entities/EventFeedbackEntity.cs#L46
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
test:
TemplateService.Domain/Entities/EventPhotoEntity.cs#L38
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
test:
TemplateService.Domain/Entities/SpeakerApplicationEntity.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
test:
TemplateService.Domain/Entities/EventEntity.cs#L42
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|