Skip to content

Removed all debugging from DAIRemote App #241

Removed all debugging from DAIRemote App

Removed all debugging from DAIRemote App #241

Triggered via pull request December 1, 2024 21:00
Status Success
Total duration 1m 22s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: 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: 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: 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: AudioManager/AudioDeviceManager.cs#L80
Converting null literal or possible null value to non-nullable type.
build: 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: DisplayProfileManager/DisplayConfig.cs#L657
Converting null literal or possible null value to non-nullable type.
build: DisplayProfileManager/DisplayConfig.cs#L657
Possible null reference assignment.
build: DisplayProfileManager/DisplayConfig.cs#L581
Cannot convert null literal to non-nullable reference type.
build: DisplayProfileManager/DisplayConfig.cs#L604
Cannot convert null literal to non-nullable reference type.
build: DisplayProfileManager/DisplayConfig.cs#L880
Dereference of a possibly null reference.