Skip to content

Mariachi1231/FUTDC-and-Symbolic-Links-repro

Repository files navigation

FUTDC Symlink Repro

Description:

This repository is intended to reproduce the following issue.

Please review Directory.Build.props and Directory.Build.targets, as they contain the main logic that enables Visual Studio to work with symbolic links.

Steps to Reproduce:

  1. Start Visual Studio (it might be helpful to run it as an administrator to ensure that symlinks are created successfully).
  2. Build the project, then open the bin folder and verify that the symlinks are present.
  3. Make changes in the constructor of ClassA to simulate a modification without breaking the public API of the assembly.
  4. Build the project again; you should see output similar to the content in BuildLogWithIssue.txt.

About

Repro of issue of FUTDC in case of symbolic links usage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages