June Data #8871
Annotations
10 warnings
Run-Data:
src/Common/Services/DataService.cs#L16
Non-nullable event 'OnDataChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Run-Data:
src/Common/Services/DataService.cs#L16
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run-Data:
src/Common/Prediction.cs#L22
Non-nullable property 'T' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run-Data:
src/June.Data/Commands/Wem.cs#L131
Non-nullable property 'RawDate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run-Data:
src/June.Data/Commands/Wem.cs#L135
Non-nullable property 'RawTime' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run-Data:
src/June.Data/Commands/Wem.cs#L139
Non-nullable property 'RawRoomTempHZK0' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run-Data:
src/June.Data/Commands/Wem.cs#L143
Non-nullable property 'RawOutTempHZK0' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run-Data:
src/June.Data/Commands/Wem.cs#L147
Non-nullable property 'RawPressureWE0' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run-Data:
src/June.Data/Commands/Wem.cs#L151
Non-nullable property 'RawOutSYS' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run-Data:
src/June.Data/Commands/Charge.cs#L102
Non-nullable property 'TotalMileage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|