[System.ClientModel] Improve type of Credential property in ClientConnection struct #48296
Labels
Client
This issue points to a problem in the data-plane of the library.
System.ClientModel
Base Core library
The
Credential
property in theClientConnection
struct is currently typed asobject
. To improve type safety and reduce the need for downcasting in client creation, it would be better to define a type to represent credentials.Reference - ClientConnection
The text was updated successfully, but these errors were encountered: