Add flag panel overlay #107
Merged
Annotations
11 warnings
|
RaceOverlay/App.xaml.cs#L121
Possible null reference argument for parameter 'input' in 'BinaryReader.BinaryReader(Stream input)'.
|
|
RaceOverlay/App.xaml.cs#L83
Possible null reference argument for parameter 'value' in 'bool Extensions.Value<bool>(IEnumerable<JToken> value)'.
|
|
RaceOverlay/FirstStartPage.xaml.cs#L43
Converting null literal or possible null value to non-nullable type.
|
|
RaceOverlay/FirstStartPage.xaml.cs#L27
Converting null literal or possible null value to non-nullable type.
|
|
RaceOverlay/Data/Models/iRacingData.cs#L41
Possible null reference return.
|
|
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