Skip to content

Merge branch 'main' of https://github.com/khanjal/GigRaptorLibrary #10

Merge branch 'main' of https://github.com/khanjal/GigRaptorLibrary

Merge branch 'main' of https://github.com/khanjal/GigRaptorLibrary #10

Triggered via push April 26, 2024 17:40
Status Failure
Total duration 37s
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/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.