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

Update Autofac.Extensions.DependencyInjection to v9.0.0 to allow keyed service support #6

Closed
jdevillard opened this issue Jun 17, 2024 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@jdevillard
Copy link
Contributor

New Feature Proposal

For more information, see the CONTRIBUTING guide.

Description

Allow keyed service support in the Shell.

Background

When trying to embed my shell in an Aspire Project, I've encountered a issue when hitting the Builder.build() with the following exception : This service descriptor is keyed. Your service provider may not support keyed services

It seems that an update was done to the Autofac.Extensions.DependencyInjection to support keyed service with DotNet8.

I've forced the NuGet package in my AppShell so everything is ok, but I suggest that this library be updated in the Piral.Blazor.Orchestrator nuget.

@jdevillard jdevillard added the enhancement New feature or request label Jun 17, 2024
@FlorianRappl FlorianRappl added this to the v0.5 milestone Jun 17, 2024
@FlorianRappl
Copy link
Contributor

THanks for the hint - yeah we can update that!

FlorianRappl added a commit that referenced this issue Aug 8, 2024
@FlorianRappl
Copy link
Contributor

Part of the next preview release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants