fix(vs): Ensure that infobars get closed properly #18606
+135
−53
Merged
Codacy Production / Codacy Static Code Analysis
succeeded
Oct 29, 2024 in 0s
Your pull request is up to standards!
Codacy found no issues in your code
Annotations
Check warning on line 17 in src/Uno.UI.RemoteControl.VS/Notifications/InfoBar.cs
codacy-production / Codacy Static Code Analysis
src/Uno.UI.RemoteControl.VS/Notifications/InfoBar.cs#L17
Make '_infoBars' 'readonly'.
Check failure on line 60 in src/Uno.UI.RemoteControl.VS/Notifications/InfoBar.cs
codacy-production / Codacy Static Code Analysis
src/Uno.UI.RemoteControl.VS/Notifications/InfoBar.cs#L60
Either implement 'IDisposable.Dispose', or totally rename this method to prevent confusion.
Check warning on line 78 in src/Uno.UI.RemoteControl.VS/Notifications/InfoBar.cs
codacy-production / Codacy Static Code Analysis
src/Uno.UI.RemoteControl.VS/Notifications/InfoBar.cs#L78
Make '_infoBarFactory' 'readonly'.
Loading