Skip to content

修复 文件名解析逻辑并优化图标提取处理 #505

修复 文件名解析逻辑并优化图标提取处理

修复 文件名解析逻辑并优化图标提取处理 #505

Triggered via push September 12, 2025 08:48
Status Success
Total duration 3m 2s
Artifacts

continuous.yml

on: push
windows-latest
3m 0s
windows-latest
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 1 notice
windows-latest
D:\a\Kitopia\Kitopia\PinyinM.NET\Pinyin.NET\PinyinSearcher.cs(180,44): warning CS8604: Possible null reference argument for parameter 'source' in 'void PinyinSearcher<T>.Search(string query, ConcurrentBag<SearchResults<T>> results, T source)'. [D:\a\Kitopia\Kitopia\PinyinM.NET\Pinyin.NET\Pinyin.NET.csproj::TargetFramework=net6.0]
windows-latest
D:\a\Kitopia\Kitopia\PinyinM.NET\Pinyin.NET\PinyinSearcher.cs(180,44): warning CS8600: Converting null literal or possible null value to non-nullable type. [D:\a\Kitopia\Kitopia\PinyinM.NET\Pinyin.NET\Pinyin.NET.csproj::TargetFramework=net6.0]
windows-latest
D:\a\Kitopia\Kitopia\PinyinM.NET\Pinyin.NET\PinyinSearcher.cs(180,47): warning CS8602: Dereference of a possibly null reference. [D:\a\Kitopia\Kitopia\PinyinM.NET\Pinyin.NET\Pinyin.NET.csproj::TargetFramework=net6.0]
windows-latest
D:\a\Kitopia\Kitopia\PinyinM.NET\Pinyin.NET\PinyinSearcher.cs(82,37): warning CS8602: Dereference of a possibly null reference. [D:\a\Kitopia\Kitopia\PinyinM.NET\Pinyin.NET\Pinyin.NET.csproj::TargetFramework=net6.0]
windows-latest
D:\a\Kitopia\Kitopia\PinyinM.NET\Pinyin.NET\PinyinSearcher.cs(62,57): warning CS8602: Dereference of a possibly null reference. [D:\a\Kitopia\Kitopia\PinyinM.NET\Pinyin.NET\Pinyin.NET.csproj::TargetFramework=net6.0]
windows-latest
D:\a\Kitopia\Kitopia\PinyinM.NET\Pinyin.NET\PinyinSearcher.cs(127,38): warning CS8604: Possible null reference argument for parameter 'source' in 'int Enumerable.Count<List<string>>(IEnumerable<List<string>> source)'. [D:\a\Kitopia\Kitopia\PinyinM.NET\Pinyin.NET\Pinyin.NET.csproj::TargetFramework=net6.0]
windows-latest
D:\a\Kitopia\Kitopia\PinyinM.NET\Pinyin.NET\PinyinSearcher.cs(34,21): warning CS8602: Dereference of a possibly null reference. [D:\a\Kitopia\Kitopia\PinyinM.NET\Pinyin.NET\Pinyin.NET.csproj::TargetFramework=net6.0]
windows-latest
D:\a\Kitopia\Kitopia\PinyinM.NET\Pinyin.NET\PinyinSearcher.cs(34,21): warning CS8602: Dereference of a possibly null reference. [D:\a\Kitopia\Kitopia\PinyinM.NET\Pinyin.NET\Pinyin.NET.csproj::TargetFramework=net6.0]
windows-latest
D:\a\Kitopia\Kitopia\PinyinM.NET\Pinyin.NET\PinyinSearcher.cs(20,12): warning CS8618: Non-nullable property 'Source' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\Kitopia\Kitopia\PinyinM.NET\Pinyin.NET\Pinyin.NET.csproj::TargetFramework=net6.0]
windows-latest
D:\a\Kitopia\Kitopia\PinyinM.NET\Pinyin.NET\PinyinSearcher.cs(12,12): warning CS8618: Non-nullable property 'SourceDictionary' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable. [D:\a\Kitopia\Kitopia\PinyinM.NET\Pinyin.NET\Pinyin.NET.csproj::TargetFramework=net6.0]
windows-latest
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677