Skip to content

Fix dotnet doc error check and remove debugging notes#228

Open
tameware wants to merge 2 commits into
dds-bridge:developfrom
tameware:dotnet-fixes
Open

Fix dotnet doc error check and remove debugging notes#228
tameware wants to merge 2 commits into
dds-bridge:developfrom
tameware:dotnet-fixes

Conversation

@tameware

@tameware tameware commented Jul 4, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Remove a duplicate SolveBoard error-check example in docs/dotnet_interface.md that cast the return code to bool (inverted success/failure; NoFault is 0).
  • Remove stray debugger comments from the SolveAllBoards wrappers in dotnet/DDS_Core/DDS.cs.

Test plan

  • Review doc example: only the rc != (int)SolveBoardResult.NoFault check remains
  • Confirm DDS.cs has no leftover debugging notes in SolveAllBoards methods

Made with Cursor

Remove a duplicate SolveBoard example that cast the return code to bool
(inverted success/failure), and drop stray debugger comments from
SolveAllBoards wrappers.

Co-authored-by: Cursor <cursoragent@cursor.com>

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR cleans up the .NET wrapper documentation and code by removing an incorrect SolveBoard error-check example (that inverted success/failure) and removing debugging notes from the SolveAllBoards wrappers.

Changes:

  • Removed the duplicate/incorrect SolveBoard error-check example in docs/dotnet_interface.md.
  • Removed a debugging note from the SolveAllBoardsBin wrapper in dotnet/DDS_Core/DDS.cs.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
dotnet/DDS_Core/DDS.cs Removes a stray debugging note in one SolveAllBoards overload.
docs/dotnet_interface.md Removes an incorrect/duplicate SolveBoard error-check snippet from the docs example.

Comment thread dotnet/DDS_Core/DDS.cs

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.

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.

3 participants