fix warnings

This commit is contained in:
Matt Parker
2025-08-10 01:31:10 +10:00
parent bedc255c87
commit 163b11e6f2
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@
[Parameter, EditorRequired]
public SharpIdeSolutionModel SolutionModel { get; set; } = null!;
private MudTabs _mudTabsRef;
private MudTabs _mudTabsRef = null!;
private IEnumerable<SharpIdeProjectModel> OpenTabs => SolutionModel.AllProjects.Where(s => s.OpenInRunPanel);

View File

@@ -11,7 +11,7 @@
</div>
@code {
private Xterm _terminalRef;
private Xterm _terminalRef = null!;
private readonly TerminalOptions _options = new TerminalOptions
{