Skip to content

Restructured Project #68

Restructured Project

Restructured Project #68

Triggered via pull request October 3, 2024 23:34
Status Failure
Total duration 39s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
build: DAIRemote/DAIRemoteApplicationUI.cs#L1
The type or namespace name 'AudioManager' could not be found (are you missing a using directive or an assembly reference?)
build: DAIRemote/DAIRemoteApplicationUI.cs#L10
The type or namespace name 'AudioOutputForm' could not be found (are you missing a using directive or an assembly reference?)
build: DAIRemote/DAIRemoteApplicationUI.cs#L1
The type or namespace name 'AudioManager' could not be found (are you missing a using directive or an assembly reference?)
build: DAIRemote/DAIRemoteApplicationUI.cs#L10
The type or namespace name 'AudioOutputForm' could not be found (are you missing a using directive or an assembly reference?)
build
Process completed with exit code 1.
build: AudioManager/AudioOutputForm.cs#L9
Non-nullable field 'audioDeviceComboBox' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: AudioManager/AudioOutputForm.cs#L29
Nullability of reference types in type of parameter 'sender' of 'void AudioOutputForm.audioDeviceComboBox_DropDown(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build: AudioManager/AudioOutputForm.cs#L30
Nullability of reference types in type of parameter 'sender' of 'void AudioOutputForm.audioDeviceComboBox_SelectedIndexChanged(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build: AudioManager/AudioOutputForm.cs#L36
Nullability of reference types in type of parameter 'sender' of 'void AudioOutputForm.AudioOutputForm_Load(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build: DisplayProfileManager/DisplayConfig.cs#L635
Converting null literal or possible null value to non-nullable type.
build: DisplayProfileManager/DisplayConfig.cs#L635
Possible null reference assignment.
build: DisplayProfileManager/DisplayConfig.cs#L561
Cannot convert null literal to non-nullable reference type.
build: DisplayProfileManager/DisplayConfig.cs#L584
Cannot convert null literal to non-nullable reference type.
build: DisplayProfileManager/DisplayConfig.cs#L739
The variable 'e' is declared but never used
build: DisplayProfileManager/DisplayConfig.cs#L886
Dereference of a possibly null reference.