Skip to content

Ignore failing test

Ignore failing test #4

Triggered via push November 16, 2023 13:15
Status Success
Total duration 42s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.