Skip to content

Dump & merge

Dump & merge #621

Manually triggered January 29, 2025 01:30
Status Success
Total duration 1m 19s
Artifacts

dump_and_merge.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
dumpandmerge
Non-nullable field 'm_state' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
dumpandmerge
Cannot convert null literal to non-nullable reference type.
dumpandmerge
Possible null reference argument for parameter 'path' in 'string[] Directory.GetFiles(string path, string searchPattern, SearchOption searchOption)'.
dumpandmerge
Possible null reference argument for parameter 'value' in 'void Dictionary<string, string>.Add(string key, string value)'.
dumpandmerge
Converting null literal or possible null value to non-nullable type.
dumpandmerge
Possible null reference assignment.
dumpandmerge
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2, string path3, string path4)'.
dumpandmerge
Possible null reference argument for parameter 'paths' in 'string Path.Combine(params ReadOnlySpan<string> paths)'.
dumpandmerge
Possible null reference return.
dumpandmerge
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2, string path3, string path4)'.