v1: Add VideoDetail and ExtractDetailAsync (#7) #33
Annotations
10 warnings
src/YouTubeSubtitlesExtractor/Models/Subtitle.cs#L52
Dereference of a possibly null reference.
|
src/YouTubeSubtitlesExtractor/Models/Subtitle.cs#L52
Possible null reference return.
|
src/YouTubeSubtitlesExtractor/YouTubeVideo.cs#L50
Possible null reference argument for parameter 'videoUrl' in 'string YouTubeVideo.GetVideoId(string videoUrl)'.
|
src/YouTubeSubtitlesExtractor/YouTubeVideo.cs#L76
Dereference of a possibly null reference.
|
src/YouTubeSubtitlesExtractor/YouTubeVideo.cs#L104
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
test/YouTubeSubtitlesExtractorTests/YouTubeVideoTests.cs#L14
Cannot convert null literal to non-nullable reference type.
|
src/YouTubeSubtitlesExtractor/Models/Subtitle.cs#L52
Dereference of a possibly null reference.
|
src/YouTubeSubtitlesExtractor/Models/Subtitle.cs#L52
Possible null reference return.
|
src/YouTubeSubtitlesExtractor/YouTubeVideo.cs#L50
Possible null reference argument for parameter 'videoUrl' in 'string YouTubeVideo.GetVideoId(string videoUrl)'.
|
src/YouTubeSubtitlesExtractor/YouTubeVideo.cs#L76
Dereference of a possibly null reference.
|
The logs for this run have expired and are no longer available.
Loading