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
.Net: Remove EditorBrowsable(EditorBrowsableState.Never) from ChatMessageContent.Content property (microsoft#10847)
### Motivation, Context and Description
This PR removes the `EditorBrowsable(EditorBrowsableState.Never)`
attribute from the `ChatMessageContent.Content` property because it is
confusing and can be handy to set text content with a one-liner:
`cmc.Content = "some content"`.
0 commit comments