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

Scan all .deps.json files and determine root project #217

Merged
merged 7 commits into from
Aug 31, 2021

Conversation

vincentbitter
Copy link
Contributor

@vincentbitter vincentbitter commented Aug 27, 2021

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.

@ghost
Copy link

ghost commented Aug 27, 2021

CLA assistant check
All CLA requirements met.

@kharnt0x
Copy link

Looks good, thank you!

Copy link
Contributor

@justinyoo justinyoo left a 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?

@vincentbitter
Copy link
Contributor Author

@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?

Good idea, I've added it!

Copy link
Contributor

@justinyoo justinyoo left a 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v0.9.0
Projects
None yet
3 participants