-
Notifications
You must be signed in to change notification settings - Fork 867
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
[Bug] .NET API bug #10495
Comments
From the attached screenshot and above project settings. It seems you are referencing But following log indicate it use only
I thought NU1101 error can be reproduced by If it can successfully build Try test following command on
|
here is the result of
does it mean I need to pack the project first then put it into the nuget list source ? maybe my question is how can I generate docs for multiple dependent project let say above projects using docfx? |
It seems But these sources seems not recognized when running I don't know what settings cause these behavior differences. As far as I've confirmed. If it can able to provide minimum reproduceable files I'll try to investigate. |
Describe the bug
I have project that has multiple project dependencies described in .csproj file. When creating metadata using .csproj file. It got an error about unable to find local depedencies for project.
To Reproduce
Steps to reproduce the behavior:
MyProject
LibraryProject
myproject.csproj
in the .csproj define packageReference to refer local project .
Expected behavior
Context (please complete the following information):
OS: Windows 11 Pro
Docfx version: 2.78
.NET version: .NET 8.0
Exceptions
// Paste the full exception with stacktrace here, remove sensitive info
// Paste warnings or errors related to this bug here, remove sensitive info
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: