Skip to content

Fix switched Add/Mul class names in C# arithmetic call files - #34

Merged
jogibear9988 merged 2 commits into
mainfrom
copilot/fix-switched-add-mul-call
Feb 22, 2026
Merged

Fix switched Add/Mul class names in C# arithmetic call files#34
jogibear9988 merged 2 commits into
mainfrom
copilot/fix-switched-add-mul-call

Conversation

Copilot AI commented Feb 22, 2026

Copy link
Copy Markdown
Contributor

AddCall.cs and MulCall.cs had their class contents swapped — each file declared the wrong class and passed the wrong operation name to the base constructor.

Changes

  • AddCall.cs: Renamed class/constructor from MulCallAddCall; corrected base call from "Mul""Add"
  • MulCall.cs: Renamed class/constructor from AddCallMulCall; corrected base call from "Add""Mul"
Original prompt

This section details on the original issue you should resolve

<issue_title>fix switched add and mul call in c# files</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: jogibear9988 <364896+jogibear9988@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix switched add and multiply calls in C# files Feb 22, 2026
Copilot AI requested a review from jogibear9988 February 22, 2026 08:12
@jogibear9988
jogibear9988 marked this pull request as ready for review February 22, 2026 08:25
@jogibear9988
jogibear9988 merged commit e7b9edb into main Feb 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants