Commit 824df55
Fix symlink handling in CopyDirectory method
Fixes #3234
This change adds proper support for symbolic links
in the CopyDirectory method.
NOTE: This patch was developed with GitHub Copilot
assistance. I has **NO** C# experience at all and
is not familiar with actions/runner. This change
has not been tested in a local environment. Please
review this patch carefully.
Signed-off-by: Chen Linxuan <me@black-desk.cn>1 parent 463496e commit 824df55
1 file changed
Lines changed: 32 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
392 | 410 | | |
393 | 411 | | |
394 | 412 | | |
395 | | - | |
396 | | - | |
397 | 413 | | |
398 | 414 | | |
399 | | - | |
400 | 415 | | |
| 416 | + | |
| 417 | + | |
401 | 418 | | |
402 | | - | |
403 | | - | |
404 | | - | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
405 | 428 | | |
406 | 429 | | |
407 | 430 | | |
| 431 | + | |
408 | 432 | | |
| 433 | + | |
| 434 | + | |
409 | 435 | | |
410 | 436 | | |
411 | 437 | | |
| |||
0 commit comments