feat: added some style #26
Annotations
10 warnings
build:
MindCare.Application/Entities/User.cs#L14
Non-nullable property 'Professional' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MindCare.Application/DataAccess/DbContext/DbContextBase.cs#L16
Non-nullable field 'Command' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
MindCare.Application/DataAccess/DbContext/DbContextBase.cs#L16
Non-nullable property 'Reader' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MindCare.Application/Entities/Professional.cs#L14
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MindCare.Application/Entities/Appointment.cs#L16
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MindCare.Application/Entities/Appointment.cs#L16
Non-nullable property 'Payment' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MindCare.Application/Entities/Appointment.cs#L16
Non-nullable property 'AllClients' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
MindCare.Application/Shared/CookieHandler.cs#L34
Possible null reference return.
|
build:
MindCare.Application/DataAccess/Repository/UserRepository.cs#L30
Converting null literal or possible null value to non-nullable type.
|
build:
MindCare.Application/DataAccess/Repository/UserRepository.cs#L37
Possible null reference argument for parameter 's' in 'DateTime DateTime.ParseExact(string s, string format, IFormatProvider? provider)'.
|