Add Track circle #59
Open
Add Track circle #59
Annotations
11 warnings
|
|
|
|
|
RaceOverlay/Overlays/WeatherInfo/WeatherInfo.xaml.cs#L27
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/App.xaml.cs#L75
Possible null reference argument for parameter 'value' in 'bool Extensions.Value<bool>(IEnumerable<JToken> value)'.
|
|
RaceOverlay/App.xaml.cs#L106
Possible null reference argument for parameter 'input' in 'BinaryReader.BinaryReader(Stream input)'.
|
|
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/iRacingData.cs#L39
Possible null reference return.
|
|
RaceOverlay/Overlays/TrackCircle/TrackCircle.xaml.cs#L14
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/DriverModel.cs#L47
Non-nullable property 'Name' 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#L47
Non-nullable property 'License' 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