Cleanup and clarification #17
Annotations
10 warnings
build:
GigRaptorLib/Entities/YearlyEntity.cs#L29
Non-nullable property 'Time' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
GigRaptorLib/Entities/WeeklyEntity.cs#L11
Non-nullable property 'Week' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
GigRaptorLib/Entities/WeeklyEntity.cs#L29
Non-nullable property 'Time' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
GigRaptorLib/Entities/WeeklyEntity.cs#L47
Non-nullable property 'Begin' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
GigRaptorLib/Entities/WeeklyEntity.cs#L50
Non-nullable property 'End' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
GigRaptorLib/Entities/WeekdayEntity.cs#L14
Non-nullable property 'Weekday' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
GigRaptorLib/Entities/WeekdayEntity.cs#L26
Non-nullable property 'Time' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
GigRaptorLib/Entities/TypeEntity.cs#L11
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
GigRaptorLib/Entities/TripEntity.cs#L11
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
GigRaptorLib/Entities/TripEntity.cs#L14
Non-nullable property 'Date' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|