Skip to content

Cleanup and clarification #17

Cleanup and clarification

Cleanup and clarification #17

Triggered via push April 26, 2024 21:13
Status Success
Total duration 50s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.