Skip to content

Add SoundFlowPlayerStreamConverter.cs class to convert audio file pat… #93

Add SoundFlowPlayerStreamConverter.cs class to convert audio file pat…

Add SoundFlowPlayerStreamConverter.cs class to convert audio file pat… #93

Triggered via push March 18, 2025 00:06
Status Success
Total duration 1m 46s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/UI/Tui.cs#L256
Possible null reference argument for parameter 'path' in 'Stream IStreamConverter.ConvertFileToStream(string path)'.
build: src/UI/Tui.cs#L255
Possible null reference assignment.
build: src/UI/Tui.cs#L186
The variable 'ex' is declared but never used
build: src/UI/Tui.cs#L183
Possible null reference argument for parameter 'track' in 'void Tui.NowPlaying(string track)'.
build: src/UI/Tui.cs#L182
Possible null reference argument for parameter 'path' in 'Stream IStreamConverter.ConvertFileToStream(string path)'.
build: src/UI/Tui.cs#L181
Possible null reference assignment.
build: src/UI/Tui.cs#L44
Non-nullable property 'AudioProgressBar' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/UI/Tui.cs#L33
Cannot convert null literal to non-nullable reference type.
build: src/AudioPlayer/SoundFlowPlayer.cs#L21
Non-nullable property 'LastFileOpened' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/AudioPlayer/SoundFlowPlayer.cs#L21
Non-nullable field '_player' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.