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

DecorateService #668

Closed
devalot76 opened this issue Jul 3, 2023 · 2 comments · Fixed by #671
Closed

DecorateService #668

devalot76 opened this issue Jul 3, 2023 · 2 comments · Fixed by #671
Labels

Comments

@devalot76
Copy link

Hi,
this line of code does not compiler anymore after updating to the latest version 6.11.0:

services.DecorateService<LinkGenerator, AmbientValueLinkGenerator>(new List<string> { "__tenant__" });

Looking at your source, I can see that the extesion method DecorateService is now internal instead of public.

@AndrewTriesToCode
Copy link
Sponsor Contributor

Ah, good catch. I need to update my example projects so I catch things like this from outside dependents. I'll submit a patch release.

AndrewTriesToCode added a commit that referenced this issue Jul 6, 2023
AndrewTriesToCode added a commit that referenced this issue Jul 6, 2023
github-actions bot pushed a commit that referenced this issue Jul 6, 2023
## [6.11.1](v6.11.0...v6.11.1) (2023-07-06)

### Bug Fixes

* make DecorateService public ([#671](#671)) ([c9746d6](c9746d6)), closes [#668](#668)
@AndrewTriesToCode
Copy link
Sponsor Contributor

🎉 This issue has been resolved in version 6.11.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

2 participants