You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The thing more important than removing the namespace is we should make sure we are referring the one from shared code, not the one from the azure.core package.
The thing more important than removing the namespace is we should make sure we are referring the one from shared code, not the one from the azure.core package.
I don't think this would happen. If we have same type from shared code and public package, it won't compile.
We have shared files included into compile, the types in them are generated with full namespace.
Azure/azure-sdk-for-net#47136 (comment)
The text was updated successfully, but these errors were encountered: