Merge pull request #41 from mateuszskoczek/features/playlist_search #3
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/Channel.cs#L16
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.StoragePicker/StoragePickerService.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
VDownload.Sources/VDownload.Sources.Twitch/VDownload.Sources.Twitch.Configuration/Models/GetVideoToken.cs#L7
Non-nullable property 'OperationName' 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/GetVideoToken.cs#L10
Non-nullable property 'Query' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.StoragePicker/StoragePickerService.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
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.Services/VDownload.Services.UI/VDownload.Services.UI.StoragePicker/StoragePickerService.cs#L30
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.StoragePicker/StoragePickerService.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
VDownload.Sources/VDownload.Sources.Twitch/VDownload.Sources.Twitch.Configuration/Models/Authentication.cs#L14
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
VDownload.Services/VDownload.Services.UI/VDownload.Services.UI.StoragePicker/StoragePickerService.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|