Skip to content

重建播放器客户端 #25

重建播放器客户端

重建播放器客户端 #25

Triggered via push April 25, 2024 09:14
Status Failure
Total duration 4m 30s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 22 warnings
build
Bad credentials
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. 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. 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.Drpy/JsSpiderClient.cs#L9
Non-nullable field 'engine' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Peach.Drpy/JsSpiderClient.cs#L9
Non-nullable field 'ns' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: Peach.Drpy/console.cs#L7
Non-nullable event 'WriterLog' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build: Peach.Drpy/RequireModuleLoader.cs#L72
Converting null literal or possible null value to non-nullable type.
build: Peach.Drpy/RequireModuleLoader.cs#L77
Converting null literal or possible null value to non-nullable type.
build: Peach.Drpy/RequireModuleLoader.cs#L80
Possible null reference return.
build: Peach.Drpy/RequireModuleLoader.cs#L70
The variable 'ex' is declared but never used
build: Peach.Drpy/RequireModuleLoader.cs#L88
Possible null reference return.
build: Peach.Drpy/JsSpiderClient.cs#L56
The variable 'ex' is declared but never used
build: Peach.Drpy/JsSpiderClient.cs#L66
Possible null reference return.
build: Peach.Host/Controllers/VodController.cs#L51
Possible null reference argument for parameter 'extend' in 'Task<string> IVodInfoService.ClassifyAsync(string rule, string tid, string pg, string filter, string extend)'.
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#L5
Missing XML comment for publicly visible type or member 'VideoApplicationExtension'
build: Peach.Host/Configurations/ApplicationExtension.cs#L7
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'