Skip to content

Dump & merge

Dump & merge #628

Manually triggered February 5, 2025 00:59
Status Success
Total duration 1m 22s
Artifacts

dump_and_merge.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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
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
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.
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.