Add flag panel stream overlay #111
Merged
Annotations
11 warnings
|
RaceOverlay/Overlays/LaptimeDelta/LaptimeDelta.xaml.cs#L16
Non-nullable field '_data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
RaceOverlay/Overlays/Relative/Relative.xaml.cs#L44
Non-nullable field '_sessionType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
RaceOverlay/Overlays/Relative/Relative.xaml.cs#L44
Non-nullable field '_driverModels' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
RaceOverlay/Overlays/Relative/Relative.xaml.cs#L44
Non-nullable field '_data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
RaceOverlay/Data/Models/SessionData.cs#L13
Non-nullable property 'SessionType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
RaceOverlay/Data/Models/DriverModel.cs#L31
Non-nullable property 'ClassColorCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
RaceOverlay/Data/Models/DriverModel.cs#L31
Non-nullable property 'License' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
RaceOverlay/Data/Models/DriverModel.cs#L31
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading