添加滚动加载下一页数据 #33
Annotations
39 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/create-release@v1, actions/upload-release-asset@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/create-release@v1, actions/upload-release-asset@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
Peach.Model/Models/VodModel.cs#L43
Non-nullable property 'vod_id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Peach.Model/Models/VodModel.cs#L44
Non-nullable property 'vod_name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Peach.Model/Models/VodModel.cs#L25
Non-nullable property 'vod_id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Peach.Model/Models/VodModel.cs#L26
Non-nullable property 'vod_name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Peach.Model/Models/VodModel.cs#L27
Non-nullable property 'vod_content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Peach.Model/Models/VodModel.cs#L9
Non-nullable property 'List' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Peach.Model/Models/SourceModel.cs#L10
Non-nullable property 'Spider' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Peach.Model/Models/SourceModel.cs#L11
Non-nullable property 'Wallpaper' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Peach.Model/Models/SourceModel.cs#L12
Non-nullable property 'Lives' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Peach.Model/Models/SourceModel.cs#L13
Non-nullable property 'Sites' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build:
PeachPlayer/ViewLocator.cs#L25
Nullability of reference types in type of parameter 'data' of 'bool ViewLocator.Match(object data)' doesn't match implicitly implemented member 'bool IDataTemplate.Match(object? data)' (possibly because of nullability attributes).
|
build:
PeachPlayer/ViewLocator.cs#L10
Nullability of reference types in type of parameter 'data' of 'Control ViewLocator.Build(object data)' doesn't match implicitly implemented member 'Control? ITemplate<object?, Control?>.Build(object? param)' (possibly because of nullability attributes).
|
build:
PeachPlayer/ViewModels/ClassifyListViewModel.cs#L35
Cannot convert null literal to non-nullable reference type.
|
build:
PeachPlayer/ViewModels/FilmTelevisionViewModel.cs#L42
Cannot convert null literal to non-nullable reference type.
|
build:
PeachPlayer/Views/MainWindow.axaml.cs#L26
Possible null reference assignment.
|
build:
PeachPlayer/Views/MainWindow.axaml.cs#L27
Possible null reference assignment.
|
build:
PeachPlayer/Views/MainWindow.axaml.cs#L30
Dereference of a possibly null reference.
|
build:
PeachPlayer/Views/MainWindow.axaml.cs#L30
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.MinimizeWindow(object sender, RoutedEventArgs e)' doesn't match the target delegate 'EventHandler<RoutedEventArgs>' (possibly because of nullability attributes).
|
build:
PeachPlayer/Views/MainWindow.axaml.cs#L31
Dereference of a possibly null reference.
|
build:
PeachPlayer/Views/MainWindow.axaml.cs#L31
Nullability of reference types in type of parameter 'sender' of 'void MainWindow.MaximizeWindow(object sender, RoutedEventArgs e)' doesn't match the target delegate 'EventHandler<RoutedEventArgs>' (possibly because of nullability attributes).
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build:
Peach.Host/Controllers/VodController.cs#L44
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.
|
build:
Peach.Host/Controllers/CmsController.cs#L96
Converting null literal or possible null value to non-nullable type.
|
build:
Peach.Host/Controllers/CmsController.cs#L102
Dereference of a possibly null reference.
|
build:
Peach.Host/Configurations/ApplicationExtension.cs#L6
Missing XML comment for publicly visible type or member 'VideoApplicationExtension'
|
build:
Peach.Host/Configurations/ApplicationExtension.cs#L8
Missing XML comment for publicly visible type or member 'VideoApplicationExtension.AddApplication(IServiceCollection)'
|
build:
Peach.Host/Configurations/SwaggerConfig.cs#L5
Missing XML comment for publicly visible type or member 'SwaggerConfig'
|
build:
Peach.Host/Filters/ExceptionFilter.cs#L8
Missing XML comment for publicly visible type or member 'ExceptionFilter'
|
build:
Peach.Host/Filters/ExceptionFilter.cs#L12
Missing XML comment for publicly visible type or member 'ExceptionFilter.ExceptionFilter(ILogger<ExceptionFilter>)'
|
build:
Peach.Host/Filters/ExceptionFilter.cs#L17
Missing XML comment for publicly visible type or member 'ExceptionFilter.OnExceptionAsync(ExceptionContext)'
|
build:
Peach.Host/Filters/ResponseFilter.cs#L8
Missing XML comment for publicly visible type or member 'ResponseFilter'
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|