Skip to content

Launch on startup support & implemented keyboard toolbar functionality #94

Launch on startup support & implemented keyboard toolbar functionality

Launch on startup support & implemented keyboard toolbar functionality #94

Triggered via pull request October 16, 2024 04:00
@Fahim-zzzFahim-zzz
synchronize #59
fahim
Status Success
Total duration 31s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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: UDPServerManager/UDPServerManager.cs#L19
Non-nullable field 'clientAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: UDPServerManager/UDPServerManager.cs#L27
Non-nullable property 'DeviceName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: UDPServerManager/UDPServerManager.cs#L28
Non-nullable property 'IpAddress' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: UDPServerManager/UDPServerManager.cs#L49
Converting null literal or possible null value to non-nullable type.
build: UDPServerManager/UDPServerManager.cs#L53
Dereference of a possibly null reference.
build: UDPServerManager/UDPServerManager.cs#L66
Converting null literal or possible null value to non-nullable type.