[Feat] Detect runtime #69
Annotations
10 warnings
Build with Gradle Wrapper:
HardwareMonitor/HardwareMonitor/PresentMon/PresentMonSensor.cs#L27
Non-nullable property 'Control' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with Gradle Wrapper:
HardwareMonitor/HardwareMonitor/PresentMon/PresentMonSensor.cs#L35
Non-nullable property 'Parameters' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with Gradle Wrapper:
HardwareMonitor/HardwareMonitor/PresentMon/PresentMonSensor.cs#L38
Non-nullable property 'Values' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with Gradle Wrapper:
HardwareMonitor/HardwareMonitor/PresentMon/PresentMonPoller.cs#L13
Non-nullable property 'Displayed' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with Gradle Wrapper:
HardwareMonitor/HardwareMonitor/PresentMon/PresentMonPoller.cs#L14
Non-nullable property 'Presented' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with Gradle Wrapper:
HardwareMonitor/HardwareMonitor/PresentMon/PresentMonPoller.cs#L15
Non-nullable property 'Frametime' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with Gradle Wrapper:
HardwareMonitor/HardwareMonitor/PresentMon/PresentMonPoller.cs#L16
Non-nullable property 'CurrentApps' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with Gradle Wrapper:
HardwareMonitor/HardwareMonitor/PresentMon/PresentMonPoller.cs#L18
Non-nullable field 'onUpdateApps' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build with Gradle Wrapper:
HardwareMonitor/HardwareMonitor/PresentMon/PresentMonPoller.cs#L20
Non-nullable field '_process' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build with Gradle Wrapper:
HardwareMonitor/HardwareMonitor/Sockets/SocketHost.cs#L9
Non-nullable field '_listener' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading