Ignore failing test #4
Annotations
10 warnings
build:
src/TorunLive.Domain/Database/Stop.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TorunLive.Domain/Database/Stop.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TorunLive.Domain/Database/Stop.cs#L8
Non-nullable property 'LineStops' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TorunLive.Domain/Entities/LiveTimetable.cs#L5
Non-nullable property 'Lines' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TorunLive.Domain/Entities/LiveLine.cs#L5
Non-nullable property 'Number' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TorunLive.Domain/Entities/LiveLine.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TorunLive.Domain/Entities/LiveLine.cs#L7
Non-nullable property 'ArrivalsInDayMinutes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TorunLive.Domain/Entities/LiveArrival.cs#L5
Non-nullable property 'Number' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TorunLive.Domain/Entities/LiveArrival.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/TorunLive.Domain/Database/LineStopTime.cs#L13
Non-nullable property 'LineStop' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|