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

Allow customizing underlying Azure Storage container for EventHubsEmulator #7207

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Add optional parameter to the RunAsEmulator method in AzureEventHubsE…

06593cb
Select commit
Loading
Failed to load commit list.
Open

Allow customizing underlying Azure Storage container for EventHubsEmulator #7207

Add optional parameter to the RunAsEmulator method in AzureEventHubsE…
06593cb
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Jan 22, 2025 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Build Failures

dotnet.aspire / Build / Windows / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.dotnet\sdk\9.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ApiCompat.ValidatePackage.targets(39,5): error : API compatibility errors between 'lib/net8.0/Aspire.Hosting.Azure.EventHubs.dll' (D:\a\_work\1\s\.packages\aspire.hosting.azure.eventhubs\9.0.0\aspire.hosting.azure.eventhubs.9.0.0.nupkg) and 'lib/net8.0/Aspire.Hosting.Azure.EventHubs.dll' (D:\a\_work\1\s\artifacts\packages\Release\Shipping\Aspire.Hosting.Azure.EventHubs.9.1.0-ci.nupkg):
    ❌.dotnet\sdk\9.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ApiCompat.ValidatePackage.targets(39,5): error CP0002: Member 'Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureEventHubsResource> Aspire.Hosting.AzureEventHubsExtensions.RunAsEmulator(this Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureEventHubsResource>, System.Action<Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureEventHubsEmulatorResource>>?)' exists on [Baseline] lib/net8.0/Aspire.Hosting.Azure.EventHubs.dll but not on lib/net8.0/Aspire.Hosting.Azure.EventHubs.dll
    ❌.dotnet\sdk\9.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ApiCompat.ValidatePackage.targets(39,5): error : API breaking changes found. If those are intentional, the APICompat suppression file can be updated by rebuilding with '/p:ApiCompatGenerateSuppressionFile=true'

dotnet.aspire / Build / Windows_helix_tests / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.dotnet\sdk\9.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ApiCompat.ValidatePackage.targets(39,5): error : API compatibility errors between 'lib/net8.0/Aspire.Hosting.Azure.EventHubs.dll' (D:\a\_work\1\s\.packages\aspire.hosting.azure.eventhubs\9.0.0\aspire.hosting.azure.eventhubs.9.0.0.nupkg) and 'lib/net8.0/Aspire.Hosting.Azure.EventHubs.dll' (D:\a\_work\1\s\artifacts\packages\Release\Shipping\Aspire.Hosting.Azure.EventHubs.9.1.0-ci.nupkg):
    ❌.dotnet\sdk\9.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ApiCompat.ValidatePackage.targets(39,5): error CP0002: Member 'Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureEventHubsResource> Aspire.Hosting.AzureEventHubsExtensions.RunAsEmulator(this Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureEventHubsResource>, System.Action<Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureEventHubsEmulatorResource>>?)' exists on [Baseline] lib/net8.0/Aspire.Hosting.Azure.EventHubs.dll but not on lib/net8.0/Aspire.Hosting.Azure.EventHubs.dll
    ❌.dotnet\sdk\9.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ApiCompat.ValidatePackage.targets(39,5): error : API breaking changes found. If those are intentional, the APICompat suppression file can be updated by rebuilding with '/p:ApiCompatGenerateSuppressionFile=true'

dotnet.aspire / Build / Linux / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.dotnet/sdk/9.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ApiCompat.ValidatePackage.targets(39,5): error : API compatibility errors between 'lib/net8.0/Aspire.Hosting.Azure.EventHubs.dll' (/mnt/vss/_work/1/s/.packages/aspire.hosting.azure.eventhubs/9.0.0/aspire.hosting.azure.eventhubs.9.0.0.nupkg) and 'lib/net8.0/Aspire.Hosting.Azure.EventHubs.dll' (/mnt/vss/_work/1/s/artifacts/packages/Release/Shipping/Aspire.Hosting.Azure.EventHubs.9.1.0-ci.nupkg):
    ❌.dotnet/sdk/9.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ApiCompat.ValidatePackage.targets(39,5): error CP0002: Member 'Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureEventHubsResource> Aspire.Hosting.AzureEventHubsExtensions.RunAsEmulator(this Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureEventHubsResource>, System.Action<Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureEventHubsEmulatorResource>>?)' exists on [Baseline] lib/net8.0/Aspire.Hosting.Azure.EventHubs.dll but not on lib/net8.0/Aspire.Hosting.Azure.EventHubs.dll
    ❌.dotnet/sdk/9.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ApiCompat.ValidatePackage.targets(39,5): error : API breaking changes found. If those are intentional, the APICompat suppression file can be updated by rebuilding with '/p:ApiCompatGenerateSuppressionFile=true'

1 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [dotnet.aspire]

Was this helpful? Yes No