Fixed issue with startup on initialization not working due to windows… #245
Annotations
10 warnings
Build DAIRemote project:
AudioManager/AudioDeviceManager.cs#L17
Non-nullable field 'defaultAudioDevice' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build DAIRemote project:
DisplayProfileManager/DisplayConfig.cs#L657
Converting null literal or possible null value to non-nullable type.
|
Build DAIRemote project:
AudioManager/AudioDeviceManager.cs#L17
Non-nullable field 'audioDevices' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build DAIRemote project:
DisplayProfileManager/DisplayConfig.cs#L657
Possible null reference assignment.
|
Build DAIRemote project:
AudioManager/AudioDeviceManager.cs#L17
Non-nullable event 'AudioDevicesUpdated' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Build DAIRemote project:
DisplayProfileManager/DisplayConfig.cs#L581
Cannot convert null literal to non-nullable reference type.
|
Build DAIRemote project:
AudioManager/AudioDeviceManager.cs#L80
Converting null literal or possible null value to non-nullable type.
|
Build DAIRemote project:
DisplayProfileManager/DisplayConfig.cs#L604
Cannot convert null literal to non-nullable reference type.
|
Build DAIRemote project:
AudioManager/AudioDeviceManager.cs#L9
Non-nullable field 'aduioDeviceManagerInstance' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build DAIRemote project:
DisplayProfileManager/DisplayConfig.cs#L880
Dereference of a possibly null reference.
|
Loading