Match autoformatting, add QLDoc references

This commit is contained in:
Carl Dybdahl
2025-02-26 14:27:36 +01:00
committed by carldybdahl-microsoft
parent d371723fe4
commit b3447959fa
3 changed files with 4 additions and 2 deletions

View File

@@ -1 +1 @@
| PathCombine.cs:7:9:7:54 | call to method Combine | Path.Combine may silently discard its initial arguments if the latter are absolute paths. Use Path.Join to consistently join them. |
| PathCombine.cs:7:9:7:54 | call to method Combine | Call to System.IO.Path.Combine. |