Skip to content

Fix/nullable warnings#30

Merged
boraaros merged 2 commits into
mainfrom
fix/nullable-warnings
Mar 28, 2026
Merged

Fix/nullable warnings#30
boraaros merged 2 commits into
mainfrom
fix/nullable-warnings

Conversation

@boraaros

Copy link
Copy Markdown
Owner

No description provided.

- Fix 12 CS8xxx nullable warnings across the solution (0 warnings now)

- Add null-check for LastStep before AreInverses call in Rules.cs

- Make LastStep nullable (Step?) since LastOrDefault() can return null

- Use explicit throw instead of default(TStep) for bestStep in AlphaBetaSolver

- Fix Equals overrides to match nullable object? signature

- Remove unused Singleton.cs (dead code, zero references)
@boraaros boraaros merged commit 0463a06 into main Mar 28, 2026
1 check passed
@boraaros boraaros deleted the fix/nullable-warnings branch March 28, 2026 00:25
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