We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449875a commit 35fceb3Copy full SHA for 35fceb3
src/Uno.UI.RemoteControl.VS/DebuggerHelper/ProfilesObserver.cs
@@ -226,15 +226,15 @@ private void UnObserveSolutionEvents()
226
}
227
if (_projectRemoved is not null)
228
{
229
- _dte.Events.SolutionEvents.ProjectRemoved -= _projectRemoved;
+ _dte.Events.SolutionEvents.ProjectRemoved -= _projectRemoved;
230
231
if (_projectRenamed is not null)
232
233
- _dte.Events.SolutionEvents.ProjectRenamed -= _projectRenamed;
+ _dte.Events.SolutionEvents.ProjectRenamed -= _projectRenamed;
234
235
if (_afterExecute is not null)
236
237
- _dte.Events.CommandEvents.AfterExecute -= _afterExecute;
+ _dte.Events.CommandEvents.AfterExecute -= _afterExecute;
238
239
240
0 commit comments