We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929143b commit d989b49Copy full SHA for d989b49
1 file changed
src/dotnetCampus.FileDownloader.WPF/Business/DownloadFileListManager.cs
@@ -17,7 +17,7 @@ public class DownloadFileListManager
17
/// 读取本地存储的下载列表
18
/// </summary>
19
/// <returns></returns>
20
- public async Task<List<DownloadFileInfo>> ReadDownloadedFileListAsync()
+ public async Task<List<DownloadFileInfo>?> ReadDownloadedFileListAsync()
21
{
22
var file = GetStorageFilePath();
23
0 commit comments