Replies: 2 comments 6 replies
-
How are you building?
If you build from VS, it may only run all targets for a subset of TFMs. This could be only the TFM selected in the drop-down, or in some cases, the first one in the |
Beta Was this translation helpful? Give feedback.
6 replies
-
That makes sense! Thank you so much for your help and explanations. 🫡 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project that is multi-targeted.
<TargetFrameworks>net48;net8.0-windows</TargetFrameworks>
Each target generates its own xmldoc file:
<GenerateDocumentationFile>true</GenerateDocumentationFile>
When I do a build, InheritDoc is only running on the net48 target.
I have the following set so that InheritDoc runs on debug builds:
<InheritDocEnabled>true</InheritDocEnabled>
Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions