Ran code cleanup and removed some unnecessary comments. #4
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
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/Mappers/TripMapper.cs#L91
Possible null reference argument for parameter 'item' in 'void List<object>.Add(object item)'.
|
build:
GigRaptorLib/Utilities/HeaderHelper.cs#L15
Dereference of a possibly null reference.
|
build:
GigRaptorLib/Utilities/HeaderHelper.cs#L30
Dereference of a possibly null reference.
|
build:
GigRaptorLib/Utilities/HeaderHelper.cs#L42
Possible null reference argument for parameter 's' in 'DateTime DateTime.Parse(string s)'.
|
build:
GigRaptorLib/Utilities/HeaderHelper.cs#L54
Dereference of a possibly null reference.
|