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 notifications pop up and dismiss as expected. When I check debug output, I see that every time a notification is queued the following exceptions are thrown multiple times:
"[Binding]Error in binding to 'Avalonia.Controls.TextBlock'.'Background': 'Null value in expression '{empty}' at ''.'(TextBlock)",
"[Binding]Error in binding to 'Avalonia.Controls.TextBlock'.'Foreground': 'Null value in expression '{empty}' at ''.'(TextBlock )"
It doesn't cause a crash and the back/foreground color is correct. I was wondering if anyone else is getting these, or if its an issue with how I set it up?
The text was updated successfully, but these errors were encountered:
On my MainWindowViewModel I have the following functions defined:
The notifications pop up and dismiss as expected. When I check debug output, I see that every time a notification is queued the following exceptions are thrown multiple times:
"[Binding]Error in binding to 'Avalonia.Controls.TextBlock'.'Background': 'Null value in expression '{empty}' at ''.'(TextBlock)",
"[Binding]Error in binding to 'Avalonia.Controls.TextBlock'.'Foreground': 'Null value in expression '{empty}' at ''.'(TextBlock )"
It doesn't cause a crash and the back/foreground color is correct. I was wondering if anyone else is getting these, or if its an issue with how I set it up?
The text was updated successfully, but these errors were encountered: