Skip to content
Triggered via pull request April 23, 2024 09:57
Status Success
Total duration 3m 13s
Artifacts

pull_request_master.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build: VDownload.Sources/VDownload.Sources.Twitch/VDownload.Sources.Twitch.Configuration/TwitchConfiguration.cs#L15
Non-nullable property 'Api' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: VDownload.Sources/VDownload.Sources.Twitch/VDownload.Sources.Twitch.Configuration/TwitchConfiguration.cs#L18
Non-nullable property 'Search' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: VDownload.Sources/VDownload.Sources.Twitch/VDownload.Sources.Twitch.Configuration/TwitchConfiguration.cs#L21
Non-nullable property 'Download' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: VDownload.Services/VDownload.Services.Utility/VDownload.Services.Utility.HttpClient/HttpClientService.cs#L63
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(VDownload.Services.Utility.HttpClient.HttpMethodType)5' is not covered.
Build: VDownload.Sources/VDownload.Sources.Twitch/VDownload.Sources.Twitch.Configuration/TwitchConfiguration.cs#L24
Non-nullable property 'Authentication' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: VDownload.Sources/VDownload.Sources.Twitch/VDownload.Sources.Twitch.Configuration/Models/Usher.cs#L7
Non-nullable property 'Endpoints' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: VDownload.Sources/VDownload.Sources.Twitch/VDownload.Sources.Twitch.Configuration/Models/SearchVod.cs#L10
Non-nullable property 'Thumbnail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: VDownload.Sources/VDownload.Sources.Twitch/VDownload.Sources.Twitch.Configuration/Models/SearchVod.cs#L13
Non-nullable property 'LiveThumbnailUrlRegex' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: VDownload.Sources/VDownload.Sources.Twitch/VDownload.Sources.Twitch.Configuration/Models/SearchVod.cs#L16
Non-nullable property 'StreamPlaylistRegex' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.