Override the msbuild property ProduceReferenceAssemblies in docfx#81
Merged
ncguilbeault merged 1 commit intobonsai-rx:mainfrom Jan 13, 2026
Merged
Conversation
glopesdev
reviewed
Jan 8, 2026
Member
glopesdev
left a comment
There was a problem hiding this comment.
@ncguilbeault This is a great find, thanks!
My only comment is about the formatting changes around the fix. Could we maybe submit those as a separate PR?
The main reason is to avoid suggesting they are related to the fix at hand (makes it easier to interpret blame logs in the future).
00e7ab9 to
634ac0c
Compare
Collaborator
Author
|
Should be fixed now |
glopesdev
approved these changes
Jan 9, 2026
…onfig to fix warning about missing metadata reference following this: dotnet/docfx#9804
634ac0c to
e302bed
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a small change to the docfx config to override the msbuild property
ProduceReferenceAssemblies. This fixes a warning when running docfx that says "Found project reference without a matching metadata reference". A discussion of the problem and a proposed solution: dotnet/docfx#9804