Skip to content

FLPreview

FLPreview #27

Triggered via repository dispatch March 17, 2025 15:17
@xingxing2008xingxing2008
FLPreview 120a4b0
Status Success
Total duration 8m 29s
Artifacts

main.yml

on: repository_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Utils/HttpUtils.cs#L21
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build: Utils/HttpUtils.cs#L18
Converting null literal or possible null value to non-nullable type.
build: Services/AliyunOssService.cs#L64
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: Services/AliyunOssService.cs#L29
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: Services/MainService.cs#L62
Possible null reference argument for parameter 'source' in 'int Enumerable.Count<ReleaseModel>(IEnumerable<ReleaseModel> source)'.
build: Services/MainService.cs#L31
Possible null reference argument for parameter 'source' in 'int Enumerable.Count<ReleaseModel>(IEnumerable<ReleaseModel> source)'.
build: Services/MainService.cs#L92
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: Services/MainService.cs#L56
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build: Utils/HttpUtils.cs#L21
Possible null reference argument for parameter 'path' in 'DirectoryInfo Directory.CreateDirectory(string path)'.
build: Utils/HttpUtils.cs#L18
Converting null literal or possible null value to non-nullable type.