Skip to content

Fix nullable databaseName in ActualPlanExecutor#55

Merged
erikdarlingdata merged 1 commit intodevfrom
fix/nullable-databasename
Mar 7, 2026
Merged

Fix nullable databaseName in ActualPlanExecutor#55
erikdarlingdata merged 1 commit intodevfrom
fix/nullable-databasename

Conversation

@erikdarlingdata
Copy link
Owner

Summary

  • Make databaseName parameter nullable (string?) in ActualPlanExecutor.ExecuteForActualPlanAsync — the method already handles null with IsNullOrEmpty, but the non-nullable type caused CS8604 at the MainWindow call site

Test plan

  • Build with zero warnings

🤖 Generated with Claude Code

The method already guards against null with IsNullOrEmpty, but the
parameter type was non-nullable, causing CS8604 at the MainWindow
call site where database can legitimately be null.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit 6858784 into dev Mar 7, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant