[frontend] Restore warnings where appropriate
This commit is contained in:
parent
e64e81baf2
commit
f58d8da8ae
3 changed files with 3 additions and 0 deletions
|
@ -107,6 +107,7 @@
|
||||||
Icon = DropdownIcon(vis),
|
Icon = DropdownIcon(vis),
|
||||||
Content = DropdownContent(vis),
|
Content = DropdownContent(vis),
|
||||||
Selection = vis
|
Selection = vis
|
||||||
|
#pragma warning restore BL0005
|
||||||
})
|
})
|
||||||
.ToList();
|
.ToList();
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
CurrentIcon = CurrentSelection.Icon;
|
CurrentIcon = CurrentSelection.Icon;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#pragma warning restore BL0007
|
||||||
|
|
||||||
[Parameter] public EventCallback<TBind> ValueChanged { get; set; }
|
[Parameter] public EventCallback<TBind> ValueChanged { get; set; }
|
||||||
private DropdownElement<TBind>? CurrentSelection { get; set; }
|
private DropdownElement<TBind>? CurrentSelection { get; set; }
|
||||||
|
|
|
@ -26,6 +26,7 @@ internal class MessageService
|
||||||
{
|
{
|
||||||
#pragma warning disable CS8601
|
#pragma warning disable CS8601
|
||||||
NoteChangedHandlers[id] -= func;
|
NoteChangedHandlers[id] -= func;
|
||||||
|
#pragma warning restore CS8601
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue