Skip to content

Ran code cleanup and removed some unnecessary comments. #4

Ran code cleanup and removed some unnecessary comments.

Ran code cleanup and removed some unnecessary comments. #4

Triggered via push April 25, 2024 21:57
Status Failure
Total duration 34s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.