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

[pack] moving ExtensionsMetadataGenerator to use Mono.Cecil #6052

Merged
merged 4 commits into from
Sep 30, 2020

Conversation

brettsam
Copy link
Member

@brettsam brettsam commented May 18, 2020

Fixes #5860

@fabiocav
Copy link
Member

Is this mostly a port of the changes applied to 2.0?

@brettsam
Copy link
Member Author

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.

@brettsam brettsam changed the title moving ExtensionsMetadataGenerator to use Mono.Cecil [pack] moving ExtensionsMetadataGenerator to use Mono.Cecil May 19, 2020
@brettsam
Copy link
Member Author

/azp run

@azure-pipelines
Copy link

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.
Copy link
Member

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?

Copy link
Member Author

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...

fabiocav
fabiocav previously approved these changes Jul 6, 2020
Copy link
Member

@fabiocav fabiocav left a 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.

fabiocav
fabiocav previously approved these changes Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Azure function build not creating Startup class entry in extensions.json
2 participants