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

Migrate usage of deprecated EventHubs package #10132

Open
jviau opened this issue May 8, 2024 · 0 comments
Open

Migrate usage of deprecated EventHubs package #10132

jviau opened this issue May 8, 2024 · 0 comments
Labels

Comments

@jviau
Copy link
Contributor

jviau commented May 8, 2024

Our tests reference a deprecated EventHuibs package:

<PackageReference Include="Microsoft.Azure.EventHubs" Version="2.1.0" />

Only a single test appears to use it, which is skipped:

[Fact(Skip = "Need to investigate .NET 6 failure")]
public async Task EventHubTrigger()

We should either migrate and fix this test, or remove the package and test.

@jviau jviau added the 1es 1 engineering system label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant