-
Notifications
You must be signed in to change notification settings - Fork 38
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
UseAzureAppConfiguration should be put in Microsoft.Azure.Functions.Worker namespace #299
Comments
Looks like we should have put it under |
Yes, totally missed that! However, changing the namespace will be a breaking change. Since we have already released 5.0.0 version today, this would need to be fixed in 6.0.0 release. |
Sorry, it was an oversight on my part. The |
We can do a quick 5.0.1 release just for this package, and we can even deprecate 5.0.0 if needed. |
Good idea. We can unlist 5.0.0 from nuget.org. |
The
UseAzureAppConfiguration
extension method should be put in the same namespace asIFunctionsWorkerApplicationBuilder
so users don't have to add the additional namespaceMicrosoft.Azure.AppConfiguration.Functions.Worker
to their code.The text was updated successfully, but these errors were encountered: