Skip to content

Optimize NuGet push logic #8

Optimize NuGet push logic

Optimize NuGet push logic #8

Triggered via push March 4, 2026 11:29
Status Success
Total duration 35s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Nager.VideoStream/OutputImageFormat.cs#L5
Missing XML comment for publicly visible type or member 'OutputImageFormat.Jpg'
build: src/Nager.VideoStream/OutputImageFormat.cs#L3
Missing XML comment for publicly visible type or member 'OutputImageFormat'
build: src/Nager.VideoStream/InputSource.cs#L3
Missing XML comment for publicly visible type or member 'InputSource'
build: src/Nager.VideoStream/FileInputSource.cs#L9
Missing XML comment for publicly visible type or member 'FileInputSource.FileInputSource(string)'
build: src/Nager.VideoStream/FileInputSource.cs#L5
Missing XML comment for publicly visible type or member 'FileInputSource'
build: src/Nager.VideoStream/CustomInputSource.cs#L7
Missing XML comment for publicly visible type or member 'CustomInputSource.CustomInputSource(string)'
build: src/Nager.VideoStream/CustomInputSource.cs#L3
Missing XML comment for publicly visible type or member 'CustomInputSource'
build: src/Nager.VideoStream/VideoStreamClient.cs#L68
Converting null literal or possible null value to non-nullable type.
build: src/Nager.VideoStream/VideoStreamClient.cs#L18
Non-nullable event 'FFmpegInfoReceived' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
build: src/Nager.VideoStream/VideoStreamClient.cs#L18
Non-nullable event 'NewImageReceived' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.