Skip to content

Merge pull request #84 from mateuszskoczek/features/github_actions #20

Merge pull request #84 from mateuszskoczek/features/github_actions

Merge pull request #84 from mateuszskoczek/features/github_actions #20

Triggered via push April 23, 2024 09:56
Status Success
Total duration 3m 16s
Artifacts

push_dev.yml

on: push
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/Models/Auth.cs#L7
Non-nullable property 'TokenSchema' 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/Auth.cs#L10
Non-nullable property 'ClientId' 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/Auth.cs#L13
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/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/DownloadClip.cs#L13
Non-nullable property 'FileName' 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/DownloadVod.cs#L13
Non-nullable property 'ChunkRegex' 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/DownloadVod.cs#L16
Non-nullable property 'FileName' 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/EndpointsAuth.cs#L7
Non-nullable property 'Validate' 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/Api.cs#L8
Non-nullable property 'Auth' 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/Api.cs#L11
Non-nullable property 'Helix' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.