Skip to content

fix: resolve remaining build warnings - #21

Merged
Stensel8 merged 1 commit into
mainfrom
claude/fluentcleaner-build-fixes-vlqa5y
Jul 17, 2026
Merged

fix: resolve remaining build warnings#21
Stensel8 merged 1 commit into
mainfrom
claude/fluentcleaner-build-fixes-vlqa5y

Conversation

@Stensel8

@Stensel8 Stensel8 commented Jul 17, 2026

Copy link
Copy Markdown
Owner
  • AiExplainer.cs: coalesce a possibly-null GetString() result before passing it into ResourceService.Fmt's params object[] (fixes CS8604).
  • NewCleanerDialog.xaml.cs: use ReferenceEquals instead of == for the sender/ToggleButton identity check (fixes CS0252).

These were the two remaining compiler warnings surfaced on the Build workflow after the Tools/ restoration in #20.

- AiExplainer.cs: coalesce a null GetString() result before passing
  it into ResourceService.Fmt's params object[] (CS8604).
- NewCleanerDialog.xaml.cs: use ReferenceEquals instead of == for the
  sender/ToggleButton identity check (CS0252).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KQ4gaovc98m6DXvDFMdW9N
@Stensel8
Stensel8 merged commit b091e32 into main Jul 17, 2026
4 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.

2 participants