Skip to content

Update README.md

Update README.md #22

Triggered via push November 10, 2025 00:23
Status Failure
Total duration 27s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: Edge_tts_sharp/Utils/Audio.cs#L17
Missing XML comment for publicly visible type or member 'Audio.PlayToStreamAsync(Stream, float, float, CancellationToken)'
build: Edge_tts_sharp/Utils/Audio.cs#L15
Missing XML comment for publicly visible type or member 'Audio'
build: Edge_tts_sharp/Tools.cs#L12
Missing XML comment for publicly visible type or member 'Tools.StringToJson<T>(string)'
build: Edge_tts_sharp/Tools.cs#L10
Missing XML comment for publicly visible type or member 'Tools'
build: Edge_tts_sharp/Edge_tts.cs#L228
XML comment is not placed on a valid language element
build: Edge_tts_sharp/Edge_tts.cs#L101
Parameter 'progress' has no matching param tag in the XML comment for 'Edge_tts.Invoke(PlayOption, eVoice, Action<List<byte>>, IProgress<List<byte>>)' (but other parameters do)
build: Edge_tts_sharp/Edge_tts.cs#L101
Parameter 'callback' has no matching param tag in the XML comment for 'Edge_tts.Invoke(PlayOption, eVoice, Action<List<byte>>, IProgress<List<byte>>)' (but other parameters do)
build: Edge_tts_sharp/Edge_tts.cs#L88
Parameter 'volume' has no matching param tag in the XML comment for 'Edge_tts.ConvertToSsmlText(string, string, int, int, string)' (but other parameters do)
build: Edge_tts_sharp/Edge_tts.cs#L20
Missing XML comment for publicly visible type or member 'Edge_tts'
build: Edge_tts_sharp/Edge_tts.cs#L206
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.