-
Notifications
You must be signed in to change notification settings - Fork 199
Scan all .deps.json files and determine root project #217
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
Conversation
Looks good, thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vincentbitter Thanks for your contribution!
Can you also add this to Microsoft.Azure.WebJobs.Extensions.OpenApi/OpenApiHttpTriggerContext.cs so that in-proc extension also get this updated?
src/Microsoft.Azure.Functions.Worker.Extensions.OpenApi/OpenApiHttpTriggerContext.cs
Outdated
Show resolved
Hide resolved
Good idea, I've added it! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That LGTM! Thanks for your contribution!
Fixes #172
Fixes #122
If other projects are referenced in a function app, the output folder can contain multiple .deps.json files.
With this PR, all .deps.json files will be scanned for dependencies on other projects. Based on that information, the root project can be determined.