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

[Event Grid] Remove Azure.Core reference after Azure.Messaging.EventGrid release #37628

Closed
m-redding opened this issue Jul 14, 2023 · 0 comments
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Event Grid Functions

Comments

@m-redding
Copy link
Member

m-redding commented Jul 14, 2023

Library name

Azure.Messaging.EventGrid / Microsoft.Azure.Messaging.EventGrid.CloudNativeCloudEvents / Microsoft.Azure.WebJobs.Extensions.EventGrid

Please describe the feature.

A direct reference to Azure.Core is being added in: #37600 .

This is needed to fix the Azure Core shared source build in the Microsoft.Azure.WebJobs.Extensions.EventGrid and Microsoft.Azure.Messaging.EventGrid.CloudNativeCloudEvents projects, because they are getting transitive versions of Azure.Core that do not have the upgraded System.Diagnostics.DiagnosticSource package.

These references can be removed once Azure.Messaging.EventGrid releases with Azure.Core 1.34+

@m-redding m-redding added Event Grid Client This issue points to a problem in the data-plane of the library. Extensions ASP.NET Core extensions labels Jul 14, 2023
@jsquire jsquire added Functions and removed Extensions ASP.NET Core extensions labels Jul 25, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Event Grid Functions
Projects
None yet
Development

No branches or pull requests

3 participants