Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build/Rebuild doesn't generate XML documentation if DLL is up to date #306

Closed
DustinCampbell opened this issue Jul 18, 2016 · 1 comment
Closed

Comments

@DustinCampbell
Copy link
Member

Refiling for @MV10 on roslyn-project-system

Can't recall whether VS has always worked this way, I've probably never tried this particular scenario, but it seems like a bug.

Version Used:
VS 2015 Community edition with .NET Core 1.0 release and Tools Preview 2

Steps to Reproduce:

  1. Create a .NET Core class project
  2. Build
  3. Open project properties
  4. Check the "XML documentation file" option
  5. Rebuild

Expected Behavior:
XML documentation file will be generated in the framework bin folders.

Actual Behavior:
No docs are generated. I have to go into the bin folders and delete the DLL (or change the source) to force a rebuild before the XML file is created.

@davkean
Copy link
Member

davkean commented Jul 19, 2016

@MV10 This is a bug/limitation in what we call the "fast up-to-check" which for performance reasons bypasses msbuild to do a quick up-to-date check. We're tracking for the rewrite under this feature: #62.

@davkean davkean closed this as completed Jul 19, 2016
eric62369 pushed a commit to eric62369/project-system that referenced this issue Jul 10, 2020
…318.1 (dotnet#306)

- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20168.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants