-
Notifications
You must be signed in to change notification settings - Fork 445
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
[pack] moving ExtensionsMetadataGenerator to use Mono.Cecil #6052
Conversation
Is this mostly a port of the changes applied to 2.0? |
These were never applied to 2.0. The PRs were out but never completed. And we don't have a v2 or v3 EMG -- this is the only one now. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
}; | ||
|
||
extensionReferences.Add(extensionReference); | ||
} | ||
|
||
return extensionReferences; | ||
} | ||
|
||
// Copying the WebJobsStartup constructor logic from: | ||
// https://github.com/Azure/azure-webjobs-sdk/blob/dev/src/Microsoft.Azure.WebJobs.Host/Hosting/WebJobsStartupAttribute.cs#L33-L47. |
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.
Can you please update the comment to use a permalink?
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.
Oh, to the commit rather than to the branch? Yeah, will do...
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.
Any additional changes remaining on this? R2R docs will be published soon and it would be ideal to have this out before that happens.
1cfa91a
to
e7a864a
Compare
Fixes #5860